<?xml version="1.0" encoding="UTF-8"?><rss version="0.92">
<channel>
	<title>Diary of an Entrepreneur Web Developer</title>
	<link>http://www.cosmocentral.com</link>
	<description></description>
	<lastBuildDate>Thu, 03 Mar 2011 00:37:10 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	<!-- generator="WordPress/3.0.1" -->

	<item>
		<title>Insert Max int Type Primary Column Value + 1 &#8211; Microsoft Sql</title>
		<description><![CDATA[If you have a primary column of type int, you need to insert unique values for it, best approach is set the column IS IDENTITY type true with identity seed 1. That way you wont have to worry about it.]]></description>
		<link>http://www.cosmocentral.com/2011/03/insert-max-int-type-primary-column-value-1-microsoft-sql/</link>
			</item>
	<item>
		<title>Get Column Names of Table &#8211; Microsoft Sql</title>
		<description><![CDATA[This is how you can get the name of the columns from a table in MS SQL.]]></description>
		<link>http://www.cosmocentral.com/2011/03/get-column-names-of-table-microsoft-sql/</link>
			</item>
	<item>
		<title>innerText Does Not Work on FireFox &#8211; JavaScript</title>
		<description><![CDATA[If you happen to try use the JavaScript property innerText on an element you wont get it work with FireFox browser.]]></description>
		<link>http://www.cosmocentral.com/2011/02/innertext-does-not-work-on-firefox-javascript/</link>
			</item>
	<item>
		<title>Just in time debugger keeps popping up in Visual Studio 2008</title>
		<description><![CDATA[With VS 2008 this is an odd thing that just in time debugger keeps popping up when you have javascript url set with a script tag on the page.]]></description>
		<link>http://www.cosmocentral.com/2011/02/just-in-time-debugger-keeps-popping-up-in-visual-studio-2008/</link>
			</item>
	<item>
		<title>Cannot find either column dbo or the user-defined function or aggregate or the name is ambiguous &#8211; Microsoft SQL</title>
		<description><![CDATA[You might get into this error when try to select from a table valued function in Microsoft SQL.]]></description>
		<link>http://www.cosmocentral.com/2011/01/cannot-find-either-column-dbo-or-the-user-defined-function-or-aggregate-or-the-name-is-ambiguous-microsoft-sql/</link>
			</item>
	<item>
		<title>Asp Menu Hiding Behind Page Elements</title>
		<description><![CDATA[If your asp menu elements hide behind other elements on the page, this could be a potential solution for you.]]></description>
		<link>http://www.cosmocentral.com/2011/01/asp-menu-hiding-behind-page-elements/</link>
			</item>
	<item>
		<title>HTTP Error 403.1 &#8211; Forbidden: Execute access is denied &#8211; IIS</title>
		<description><![CDATA[In cases you have asp pages on your website but you get this error when you try to view the page on the browser. If you are getting this error there are two things to check.]]></description>
		<link>http://www.cosmocentral.com/2011/01/http-error-403-1-forbidden-execute-access-is-denied-iis/</link>
			</item>
	<item>
		<title>Byte Conversion Formula</title>
		<description><![CDATA[This might be confusing for some people converting bytes for storage media etc.]]></description>
		<link>http://www.cosmocentral.com/2011/01/byte-conversion-formula/</link>
			</item>
	<item>
		<title>jQuery, $ is Not Defined</title>
		<description><![CDATA[If you get javascript errors like jQuery is Not Defined or $ is Not Defined its almost always the case you are either not referencing the jquery javascript file or reference is wrong.]]></description>
		<link>http://www.cosmocentral.com/2010/12/jquery-is-not-defined/</link>
			</item>
	<item>
		<title>Too many characters in character literal &#8211; Asp .Net with JavaScript</title>
		<description><![CDATA[When you try to build a javascript string in asp .net you might bump  into this error. The common cause of this not escaping the characters  that need to be escaped.]]></description>
		<link>http://www.cosmocentral.com/2010/11/too-many-characters-in-character-literal-asp-net-with-javascript/</link>
			</item>
</channel>
</rss>

