Programming

htaccess 101

Tweet Today we are going to talk about some of the powerful things you can do with your .htaccess file. .htaccess is primarily used to give instructions to Apache servers before a page loads, it can however also be used in Windows environments where Helicon ISAPI Rewrite 3 module is also available. Note: .htaccess is [...]

Add Twitter Button To Your WordPress Blog – Plugin

Tweet Following on from my post yesterday regarding adding the twitter button to your WordPress blog I have written a simple plugin that does the job for you, in 1 click! To use the plugin, simply: Download it Go to Plugins -> Add New -> Upload Activate Enjoy Note: There are no options at the [...]

Adding The Twitter Button to Your WordPress Blog

Tweet Twitter today released their Twitter Button and until release of a WordPress pluginĀ ( I have written a WordPress plugin )I have put together the following code to add the new button to your site. In your theme files, simply paste the following code where you want the button to appear. <div style="float: left; margin-right: [...]