<?xml version="1.0" encoding="UTF-8"?><!-- generator="WordPress/2.9.2" -->
<rss version="0.92">
<channel>
	<title>Stormwild Interactive</title>
	<link>http://blog.stormwild.net</link>
	<description>Web Development</description>
	<lastBuildDate>Fri, 05 Feb 2010 12:32:34 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	
	<item>
		<title>Facebook Uses HipHop To Transform PHP to C++</title>
		<description><![CDATA[On the Facebook Developers site, Haiping Zhao writes about how Facebook uses HipHop to transform PHP code to C++ and compiles them using g++. In his article titled, HipHop for PHP: Move Fast, he mentions:
HipHop for PHP isn&#8217;t technically a compiler itself. Rather it is a source code transformer. HipHop programmatically transforms your PHP source [...]]]></description>
		<link>http://blog.stormwild.net/applications/facebook-uses-hiphop-to-transform-php-to-c/</link>
			</item>
	<item>
		<title>How To View Column Names For A Table In T-SQL</title>
		<description><![CDATA[SELECT *
FROM INFORMATION_SCHEMA.COLUMNS
WHERE TABLE_NAME = '&#60;TABLE NAME&#62;'
ORDER BY ORDINAL_POSITION
&#160;
&#160;
]]></description>
		<link>http://blog.stormwild.net/programming/how-to-view-column-names-for-a-table-in-t-sql/</link>
			</item>
	<item>
		<title>Display line numbers in Visual C# 2008 Express</title>
		<description><![CDATA[
To display line numbers in code

On the Tools menu selecti, Options.
In the Text Editor folder, choose the General options in the  All Languages subfolder to set this option globally
Under Display, select Line numbers.

If you do not see the All Languages subfolder or the Display section, make sure that the Show all settings checkbox at [...]]]></description>
		<link>http://blog.stormwild.net/programming/display-line-numbers-in-visual-c-2008-express/</link>
			</item>
	<item>
		<title>Creately: Online Diagramming &amp; Design</title>
		<description><![CDATA[Flowcharts, wireframes, UML and more &#8211; in your browser.
Creately
http://creately.com/
Creately is another useful online diagramming and wireframing tool.
]]></description>
		<link>http://blog.stormwild.net/applications/creately-online-diagramming-design/</link>
			</item>
	<item>
		<title>Mockingbird Wireframe Service</title>
		<description><![CDATA[
Mockingbird is an online tool that makes it easy for you to create, link together, preview, and share mockups of your website or application.
Check out this simple sample wireframe.
]]></description>
		<link>http://blog.stormwild.net/applications/mockingbird-wireframe-service/</link>
			</item>
	<item>
		<title>Generating INSERT statements from a table in SQL Server</title>
		<description><![CDATA[This post provides a useful stored procedure for creating INSERT statement for data in a table.
]]></description>
		<link>http://blog.stormwild.net/programming/generating-insert-statements-from-a-table-in-sql-server/</link>
			</item>
	<item>
		<title>When Validating Positive Numbers Use Only A RangeValidator</title>
		<description><![CDATA[When requiring the user to enter only positive numbers (integer, double, currency)  within a specified limit, you do not need to have both a RegularExpressionValidator to check for positive values and a RangeValidator to provide a limit. You can just use the RangeValidator and just set the Minimum property to 0. (Visual Web Developer [...]]]></description>
		<link>http://blog.stormwild.net/programming/when-validating-positive-numbers-use-only-a-rangevalidator/</link>
			</item>
	<item>
		<title>Read-Only Properties Cannot Be Exposed by XML Web Services</title>
		<description><![CDATA[I recently encountered this problem when I was trying to return a simple object with several public properties. It seems one of the properties was not being exposed in the XML returned by the web service. I wondered what could be the difference when I stumbled upon this thread:
C# get property not visible in Web [...]]]></description>
		<link>http://blog.stormwild.net/programming/read-only-properties-cannot-be-exposed-by-xml-web-services/</link>
			</item>
	<item>
		<title>Web Marketing To Do List</title>
		<description><![CDATA[
Get a domain
Get a hosting provider
Download and install WordPress
Include keywords in your blog title
Make WordPress links SEO friendly
Add SEO plugins and ad managers
Enable RSS Feeds
Build an email mailing list
coming soon

]]></description>
		<link>http://blog.stormwild.net/marketing/web-marketing-to-do-list/</link>
			</item>
	<item>
		<title>Krumo: Replacement for print_r(); and var_dump();</title>
		<description><![CDATA[Krumo looks like a very useful tool for debugging; replacing print_r() and var_dump() functions. I first found out about this class from the comments by kaloyan at gmail dot com in the var_dump() page in http://www.php.net/var_dump
]]></description>
		<link>http://blog.stormwild.net/programming/krumo-replacement-for-print_r-and-var_dump/</link>
			</item>
</channel>
</rss>

<!-- Dynamic Page Served (once) in 0.590 seconds -->
