Automatically insert adsense ads between post paragraphs

If you are familiar with the wordpress template files (single.php, index.php etc) you will know how to display adsense or any other ads before or after the content. But what if you automatically want to insert those ads after... Continue Reading

Php function to check the current page url/name

This is a function which i found it very useful while i was building a large static website (approximately 50 pages). I was using includes for the header, footer and sidebar sections of the website because they rarely changed... Continue Reading

How to display ads in your wordpress RSS feed

Upon getting fair amount of RSS subscribers, you may start thinking on how to monetize your feeds. Google will let you display Adsense ads, but what if you want to display your custom or affiliate ads? There could be many... Continue Reading

How to add thumbnails to wordpress posts

Thumbnails give more personality to the post on the home page, index or any other page. It is well established trend - magazine like themes with thumbnails next to the post excerpts. If you were wondering how to add those... Continue Reading

Create flash Contact form using php and actionscript 2 - with validation and confirmation

Upon learning flash, you as many others will wonder how to acomplish one specific task - that is to create a contact form that will send e-mails. This is a complete tutorial in which i will explain how to acomplish that.... Continue Reading

Php contact form with validation

Php contact form with validation

Have you been reading numerous posts about which validation is better? PHP or Javascript(ajax)? I’d say why don’t you use both forms of validations, as it is more secure. To explain the meaning of each. Javascript (ajax)... Continue Reading