<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.3.2" -->
<rss version="0.92">
<channel>
	<title>AverageCoder.Net - Programming - Software - Techie Stuffs</title>
	<link>http://averagecoder.net</link>
	<description>Just another personal weblog</description>
	<lastBuildDate>Sat, 20 Mar 2010 21:21:18 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	
	<item>
		<title>Microsoft Excel Import External Data Problem: When Microsoft Query doesn&#8217;t recognize some of your parameters</title>
		<description><![CDATA[This is a summary pulled from a discussion on IT-Toolbox with Alejandro Rodriguez titled &#8220;Excel query doesn&#8217;t allow me create 3rd paremeter for a criteria&#8220;. He said there he was having a problem with Mirosoft Excel&#8217;s Import External Data feature. He posted on the forum that Microsoft Query is not recognizing one of his query [...]


Related posts:<ol><li><a href='http://averagecoder.net/pinoezprogramrun-running-external-program-from-delphi.htm' rel='bookmark' title='Permanent Link: PinoezProgramRun (Running external program from Delphi)'>PinoezProgramRun (Running external program from Delphi)</a></li><li><a href='http://averagecoder.net/an-example-using-cport-delphi-component-to-read-data-from-your-cellphone.htm' rel='bookmark' title='Permanent Link: An example: Using CPort Delphi Component to read data from your cellphone'>An example: Using CPort Delphi Component to read data from your cellphone</a></li></ol>]]></description>
		<link>http://averagecoder.net/microsoft-excel-import-external-data-problem-when-microsoft-query-doesnt-recognize-some-of-your-parameter.htm</link>
			</item>
	<item>
		<title>TCPView for Windows, Tool to check TCP and UDP Connections on your system</title>
		<description><![CDATA[It was a suggestion from a good friend of mine who told me to try TCPView when I asked him about a tool to check SQLServer Connection instances created by my program.
All I need is to check whether my program is not forgetting to free any DB connection instances when it is terminated and this [...]


Related posts:<ol><li><a href='http://averagecoder.net/d2-remover-d2-virus-removal-tool.htm' rel='bookmark' title='Permanent Link: D2 Remover (d2 virus removal tool)'>D2 Remover (d2 virus removal tool)</a></li><li><a href='http://averagecoder.net/pduspy-a-good-tool-to-deal-with-gsm-sms-pdu.htm' rel='bookmark' title='Permanent Link: PDUSpy (A good tool to deal with GSM SMS PDU)'>PDUSpy (A good tool to deal with GSM SMS PDU)</a></li><li><a href='http://averagecoder.net/installing-apache-php-mysql-and-wordpress-on-windows-platform-part-1.htm' rel='bookmark' title='Permanent Link: Installing Apache, PHP, MySQL and Wordpress on Windows Platform - Part 1'>Installing Apache, PHP, MySQL and Wordpress on Windows Platform - Part 1</a></li></ol>]]></description>
		<link>http://averagecoder.net/tcpview-for-windows-tool-to-check-tcp-and-udp-connections-on-your-system.htm</link>
			</item>
	<item>
		<title>SmartImageResizer Plugin, WordPress plugin based on Joe Lencioni&#8217;s Smart Image Resizer</title>
		<description><![CDATA[ This is the next part of my previous post about Smart Image Resizer. I described there how to create a new resized or cropped image but I forgot to mention how to implement the functionality into your WordPress theme. To ease the implementaion, I had created a simple plugin as an interface to Joe [...]


Related posts:<ol><li><a href='http://averagecoder.net/resize-or-crop-your-wordpress-post-level-images-with-customizable-size-using-smart-image-resizer.htm' rel='bookmark' title='Permanent Link: Resize Image or Crop Image with Joe Lencioni&#8217;s Smart Image Resizer, WordPress Setup'>Resize Image or Crop Image with Joe Lencioni&#8217;s Smart Image Resizer, WordPress Setup</a></li><li><a href='http://averagecoder.net/the-code-snippet-plugin-my-favourite-syntax-highlighter-plugin-for-wordpress.htm' rel='bookmark' title='Permanent Link: The Code Snippet Plugin, my favourite syntax highlighter plugin for WordPress'>The Code Snippet Plugin, my favourite syntax highlighter plugin for WordPress</a></li><li><a href='http://averagecoder.net/contuttopdf-wordpress-plugin-to-convert-your-content-to-pdf.htm' rel='bookmark' title='Permanent Link: ContuttoPDF (Wordpress Plugin to convert your Content to PDF)'>ContuttoPDF (Wordpress Plugin to convert your Content to PDF)</a></li></ol>]]></description>
		<link>http://averagecoder.net/smartimageresizer-plugin-wordpress-plugin-based-on-joe-lencionis-smart-image-resizer.htm</link>
			</item>
	<item>
		<title>Resize Image or Crop Image with Joe Lencioni&#8217;s Smart Image Resizer, WordPress Setup</title>
		<description><![CDATA[UPDATE: I just created a WordPress plugin called smartimageresizer to get an easy use of this Smart Image Resizer functionality into your WordPress post. Click here to check it.
__________________________
If you use WordPress and you are blogging about something which requires a personalized image for every post such as Gadget blogs or you want to use [...]


Related posts:<ol><li><a href='http://averagecoder.net/smartimageresizer-plugin-wordpress-plugin-based-on-joe-lencionis-smart-image-resizer.htm' rel='bookmark' title='Permanent Link: SmartImageResizer Plugin, WordPress plugin based on Joe Lencioni&#8217;s Smart Image Resizer'>SmartImageResizer Plugin, WordPress plugin based on Joe Lencioni&#8217;s Smart Image Resizer</a></li><li><a href='http://averagecoder.net/resizing-image-on-the-fly-with-aspnet-using-the-systemdrawing-namespace.htm' rel='bookmark' title='Permanent Link: Resizing image on the fly with ASP.NET using the System.Drawing namespace'>Resizing image on the fly with ASP.NET using the System.Drawing namespace</a></li><li><a href='http://averagecoder.net/contuttopdf-wordpress-plugin-to-convert-your-content-to-pdf.htm' rel='bookmark' title='Permanent Link: ContuttoPDF (Wordpress Plugin to convert your Content to PDF)'>ContuttoPDF (Wordpress Plugin to convert your Content to PDF)</a></li></ol>]]></description>
		<link>http://averagecoder.net/resize-or-crop-your-wordpress-post-level-images-with-customizable-size-using-smart-image-resizer.htm</link>
			</item>
	<item>
		<title>Free Softwares to help you learn Regular Expression or to enhance your RegEx skill</title>
		<description><![CDATA[Even some folks said that you will get better when you get used to Regular Expression, it is still a complex subject to explore and to master. But if you can&#8217;t hide from it, especially when you need to deal with .htaccess and mod_rewrite, here is the list of tools you can use to start [...]


Related posts:<ol><li><a href='http://averagecoder.net/replacing-and-filtering-text-with-regular-expression-using-delphi-visual-basic-and-asp.htm' rel='bookmark' title='Permanent Link: Replacing and filtering text with regular expression using Delphi, Visual Basic and ASP'>Replacing and filtering text with regular expression using Delphi, Visual Basic and ASP</a></li></ol>]]></description>
		<link>http://averagecoder.net/free-softwares-to-help-you-learn-regular-expression-or-to-enhance-your-regex-skill.htm</link>
			</item>
</channel>
</rss>
