Url alias in drupal
How to configure the url aliases in drupal for friendly urls. suppose your url like : http://www.yourdomain.com/node/1 this page for about us...
Read More
Create thumbnail images in CodeIgniter
In this post i would like to explain about how to create thumbnail images in codeigniter framework. In the following function will...
Read More
How to remove consecutive whitespaces using php?
Following script will work for remove the newline and remove the consecutive white spaces function remW( $content ) { $content = trim(ereg_replace(“\n|\r|\r\n|\n\r”,...
Read More
how to configure ctp,thtml in dreamweaver8
Hi friends, ctp and thtml extension files, are not properly displayed at dreamweaver, if we want to code difference between php codes...
Read More
Beware of passwords
Twitter has blacklisted 370 passwords which it feels are too common and can be guessed by anyone. like that ‘123456’ .
Happy New Year
Wish you a very happy new year – 2010 @ http://labs.anillabs.com/newyear.php
Searching for existing domain names?
Hello friends, Domainr API is used to get the information of existing domain names. it is working for all domains ( most...
Read More
How to get links from feed using php
Hello, following script is getting all urls and tiles from the feeds of the blog. If we want display the all urls...
Read More
How to integrate fckeditor in smarty application?
This post explains how to integrate fckeditor in smarty application. Integration of fckeditor in smarty application 1 . in libs\plugins write...
Read More