logo

server vs client langs

Server Side vs Client Side languages are terms used in website development languages, according to execution website development languages are divided into two categories, these are server side and client side languages. Servier side Languages Those languages which is executed on server and converted to HTML, these languages are also called as Back-end Languages. Most common server side languages are […]

Read more
jquery autocomplete plugin

JQuery plugin to make a simple textbox an autocomplete, it fetches values from database via ajax. don’t worry it will be doing every thing automatically, you will need to code as minimum as possible. download it from github and follow index.php how to include required files and how to call plugin. You will need to create php file or any other […]

Read more