<?xml version='1.0' encoding='UTF-8'?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">

	<channel>
		<atom:link href="http://shahmirj.com/rss.xml" rel="self" type="application/rss+xml" />
		<title>Shahmir Javaid's Blog Feed</title>
		<link>http://shahmirj.com/rss.xml</link>
		<description>My Blog Feed</description>
		<language>en-us</language>
		<pubDate>Mon, 21 May 2012 05:32:56 GMT</pubDate>
		<lastBuildDate>Mon, 21 May 2012 05:32:56 GMT</lastBuildDate>
		<docs>http://shahmirj.com</docs>
		<managingEditor>me@shahmirj.com(Shahmir Javaid)</managingEditor>
		<webMaster>me@shahmirj.com(Shahmir Javaid)</webMaster>

		
		
		<item>
			<title>Slugging Titles using Regex and PHP</title>
			<link>http://shahmirj.com/blog/generating-title-slugs</link>
			<guid>http://shahmirj.com/blog/27</guid>
			<pubDate>Mon, 14 May 2012 17:58:21 GMT</pubDate>
			<description>A title creating slug function useful for Search engine optimization. Slug converts title's into a URL friendly unique key which can be used rather than a Id number that relates to your DB and is not user friendly</description>
		</item>
	
		
		
		<item>
			<title>Ubuntu 12.04 and Samsung 9003XB Ultrabook</title>
			<link>http://shahmirj.com/blog/ubuntu-12.04-and-samsung-9003xb-ultrabook</link>
			<guid>http://shahmirj.com/blog/26</guid>
			<pubDate>Tue, 24 Apr 2012 18:13:24 GMT</pubDate>
			<description>One of the best ultrabook vs the best Distribution out there. I listed some scripts to get the backlight to work after suspension and the keyboard lights to function properly. Also a quick tutorial about enable touch-pad scrolling.</description>
		</item>
	
		
		
		<item>
			<title>The init.d Script</title>
			<link>http://shahmirj.com/blog/the-initd-script</link>
			<guid>http://shahmirj.com/blog/25</guid>
			<pubDate>Sun, 19 Feb 2012 07:36:29 GMT</pubDate>
			<description>Part 2 of the beginners guide to daemon scripting, this shows you the different part of init.d scripts.</description>
		</item>
	
		
		
		<item>
			<title>Coming Soon! Ferris Bueller 2</title>
			<link>http://shahmirj.com/blog/coming-soon-ferris-bueller</link>
			<guid>http://shahmirj.com/blog/24</guid>
			<pubDate>Sun, 29 Jan 2012 12:40:50 GMT</pubDate>
			<description>If first say this on YouTube however the sources say its not a movie, but a advertisement for Honda. I will believe it when I see it. Ferris Bueller 2 (Fingers Crossed)</description>
		</item>
	
		
		
		<item>
			<title>Filtering SVN Status results</title>
			<link>http://shahmirj.com/blog/filtering-svn-status-results</link>
			<guid>http://shahmirj.com/blog/21</guid>
			<pubDate>Tue, 24 Jan 2012 11:07:30 GMT</pubDate>
			<description>I got sick of grep-ing the svn status output therefore I made a helpful script that does the hard-work for me.</description>
		</item>
	
		
		
		<item>
			<title>The good and bad of Ice Cream Sandwich</title>
			<link>http://shahmirj.com/blog/the-good-and-bad-of-ice-cream-sandwich</link>
			<guid>http://shahmirj.com/blog/20</guid>
			<pubDate>Sun, 08 Jan 2012 20:13:23 GMT</pubDate>
			<description>What I think of the New Ice-cream-sandwich, good bad or ugly?</description>
		</item>
	
		
		
		<item>
			<title>Zend Form - Making it Bend to your will</title>
			<link>http://shahmirj.com/blog/zend-form-making-it-bend-to-your-will</link>
			<guid>http://shahmirj.com/blog/18</guid>
			<pubDate>Sun, 23 Oct 2011 17:18:31 GMT</pubDate>
			<description>This is a small tutorial, that explains exactly how to bend zend form's to your will. Starting from very basics and building the results up. I want to show how I have found some cool things about zend form.</description>
		</item>
	
		
		
		<item>
			<title>Extracting Twitter Usertags using Regex</title>
			<link>http://shahmirj.com/blog/extracting-twitter-usertags-using-regex</link>
			<guid>http://shahmirj.com/blog/17</guid>
			<pubDate>Fri, 17 Jun 2011 21:31:54 GMT</pubDate>
			<description>A quick and simple but essential breakdown to regex that can be used to extract user-tags from a string. This can also be used to retrieve the Hash tags.</description>
		</item>
	
		
		
		<item>
			<title>Pixel to LatLng Google Maps API v3</title>
			<link>http://shahmirj.com/blog/pixel-to-latlng-google-maps-api-v</link>
			<guid>http://shahmirj.com/blog/15</guid>
			<pubDate>Tue, 10 May 2011 01:15:02 GMT</pubDate>
			<description>Here is a little snippet showing how to get a LatLng location of the clicked pixel, inside the `map` div container. Its a nightmare in v3 but I though I share it with the world.</description>
		</item>
	
		
		
		<item>
			<title>Using Serial to login to shell in Fedora 13+</title>
			<link>http://shahmirj.com/blog/using-serial-to-login-to-shell-in-fedora</link>
			<guid>http://shahmirj.com/blog/13</guid>
			<pubDate>Sat, 09 Apr 2011 10:21:43 GMT</pubDate>
			<description>If you are using old computers, or server you probably have a serial port. This tutorial shows you how to get the serial port to login to shell on Fedora 13.</description>
		</item>
	
		
		
		<item>
			<title>Creating Thumbnails in PHP</title>
			<link>http://shahmirj.com/blog/creating-thumbnails-in-php</link>
			<guid>http://shahmirj.com/blog/12</guid>
			<pubDate>Sat, 12 Feb 2011 18:07:15 GMT</pubDate>
			<description>Finding out how to create Thumbnails in PHP, Is one of the things that every webdeveloper should know, especially if your product/service lets user upload thier pictures. This gives you a handy function you can use in your project.</description>
		</item>
	
		
		
		<item>
			<title>jQuery Image Gallery</title>
			<link>http://shahmirj.com/blog/jquery-image-gallery</link>
			<guid>http://shahmirj.com/blog/11</guid>
			<pubDate>Tue, 25 Jan 2011 23:41:52 GMT</pubDate>
			<description>My Version of the sliding image gallery using jQuery and some beginner tricks. There is much room to improve, however i have posted raw code just so i can help out a little.</description>
		</item>
	
		
		
		<item>
			<title>Delete Query with Limit in Mysql</title>
			<link>http://shahmirj.com/blog/delete-query-with-limit-in-mysql</link>
			<guid>http://shahmirj.com/blog/10</guid>
			<pubDate>Sat, 15 Jan 2011 06:17:16 GMT</pubDate>
			<description>Ever wondered how to perform a delete query with limit in MySQL, I finally had some time to solve this problem, and posted it for the world to see. Improvement and suggestions are highly recommended.</description>
		</item>
	
		
		
		<item>
			<title>Beginners Guide to creating a daemon in Linux</title>
			<link>http://shahmirj.com/blog/beginners-guide-to-creating-a-daemon-in-linux</link>
			<guid>http://shahmirj.com/blog/9</guid>
			<pubDate>Fri, 19 Nov 2010 12:41:49 GMT</pubDate>
			<description>Part 1 of the daemon tutorial. Showing my progression of how I build my daemons. Part 2 will be a break down of the init.d script, happy Coding :D</description>
		</item>
	
		
		
		<item>
			<title>Syntax Highlighter Code</title>
			<link>http://shahmirj.com/blog/syntax-highlighter-code</link>
			<guid>http://shahmirj.com/blog/4</guid>
			<pubDate>Tue, 25 Aug 2009 22:39:57 GMT</pubDate>
			<description>A JavaScript based syntax highlighter library, developed by Alex Gorbatchev.</description>
		</item>
	
	
	</channel>
</rss>

