Here is Joomla custom component development pdf
Archive for the ‘php’ Category
Pagination in PHP
July 23rd, 2010
narayanvj This tutorial is intended for developers who wish to give their users the ability to step through a large number of database rows in manageable chunks instead of the whole lot in one go. Prerequisites It is assumed that you already have basic knowledge of PHP and MySQL. The techniques described in this document are [...]
PHP RSS Reader
July 23rd, 2010
narayanvj How to display an RSS feed with a single PHP function? The URL of the file may be – local, in the form: rss.xml, or – distant in the form: http://www.xul.fr/rss.xml. There is only one difference, if the filename has the “.php” extension when it is generated by a CMS or such software, locally the [...]
Useful Ajax Auto Suggest scripts collection
July 19th, 2010
narayanvj This post is a collection of some interesting and useful Ajax Auto Suggest scripts ready to use (from beginner or professional web developers) in your web projects. This collection includes standard auto suggest scripts, del.icious tag suggestion, autosuggest control to search images on Flickr, and advanced table filter with auto suggest control.
check username availability in ajax and php using jquery’s fading effect
July 18th, 2010
narayanvj In this post,I’ll show you how to make a fancy username availability checking in ajax and php using jquery.When, you check the the username avaiability a fancy message box will show you the message with a little bit of animation. If you are looking for such kind of effect for checking username availability, then this [...]
How to store UTF8 (indian language) data in mysql?
July 14th, 2010
narayanvj Well, let me put it straight this tutorial also applies to any other native languages like latin, spanish etc. But, since I have tried for Indian languages I am writing exclusive for it. Okay, so before we say code I must tell you this tutorial intends, a thought provoking stuff
Drag & Drop with PHP & jQuery
July 6th, 2010
saikamal The ability to drag and drop content on a page and have it save the order can make for a great user interface and is actually relatively easy to execute with a few lines of jQuery. Refere this url: http://papermashup.com/drag-drop-with-php-jquery/
Php Mysql Chat
July 5th, 2010
Mouli Krishna Php Mysql Simple Chat Create A database named “chat_old” In That Database Run These two queries ———————————————————————————– CREATE TABLE IF NOT EXISTS `members` ( `memid` varchar(255) NOT NULL, `memname` varchar(30) NOT NULL, PRIMARY KEY (`memid`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; CREATE TABLE IF NOT EXISTS `members` ( `memid` varchar(255) NOT NULL, `memname` varchar(30) NOT NULL, PRIMARY KEY (`memid`)) [...]
Currency Coverter
November 18th, 2009
admin Here we are having the currency converter code by this we can know the currency price of different countries
Google Search Engine
September 18th, 2009
admin COPY THE CODE BELOW SHOWN AND PASTE IT IN YOUR DREAMWEAVER AND RUN IN YOUR LOCALHOST AND FINALLY GOOGLE SEARCH ENGINE WILL BE DISPLAYED: <center><iframe style=”width:375px; height:70px; margin:5px;” frameborder=0 allowtransparency=yes scrolling=no src=”http://search.digitalpoint.com/iframe.php?site=www.oursite.com&b=1&l=1″> </iframe></center>

Posted in
Tags: 











































