By A Niraj Kumar on October 4, 2009
The simple social bookmarking module for drupal allows you to add social bookmarking buttons for each pages in the configured blocks. How to install?. Download drupal social bookmarking module Install the ’simple_bookmark’ module and enable it. Go to blocks configure page and configure it, where you want to place the social bookmarking buttons, footer will [...]
Posted in AJAX, JavaScript, Php n MySQL | Tagged Drupal as Social Bookmark, Drupal Developer india, Drupal Theme Expert india
By A Niraj Kumar on October 4, 2009
Here are some useful tips to maintain the mysql and SQL coding standard. Always write queries in Capital Letters. Quote around table names and column names by using back tick (`) operator. Always use table names and column names in small letters. Use underscore (_) for table names and column names. Always fetch required fields [...]
Posted in AJAX, JavaScript, Php n MySQL | Tagged Database administrator india, MySql developer, MySql expert india
By A Niraj Kumar on October 4, 2009
Here are a huge list of open source php based content management systems. XOOPS Mambo Joomla Drupal Yupi CMS Wolf CMS Website Baker Typolight Triton plum cms pligg cms phpwcms php-nuke php-fusion php micro CMS OpenRat CMS Limny Limeware Lemon CMS Jaws html-edit Guppy eliteCMS CMS Made Simple
Posted in AJAX, JavaScript, Php n MySQL | Tagged Best CMS for my website, CMS and PHP developer india, CMS programmer india Wordpress developer, Wordpress as CMS
By A Niraj Kumar on October 4, 2009
Here are some of popular open source php based shopping (e-commerce) cart scripts. osCommerce Zen Cart Magento Ubercart with Drupal Opencart
Posted in AJAX, JavaScript, Php n MySQL | Tagged best shopping carts, How to shopping cart, Shopping cart developer, Shopping cart india, top shopping carts
By A Niraj Kumar on October 4, 2009
What’s PHP The PHP Hypertext Preprocessor is a programming language that allows web developers to create dynamic content that interacts with databases. PHP is basically used for developing web based software applications What Is a Session? A session is a logical object created by the PHP engine to allow you to preserve data across subsequent [...]
Posted in AJAX, JavaScript, Php n MySQL | Tagged Advanced PHP Developer in India, Advanced PHP Questions, Best PHP Interview Questions, How to do PHP coding, How to learn PHP india, PHP and MySql India, PHP and MySql Questions, PHP Developer India, PHP Expert India, PHP in India, PHP interview Questions, PHP Interviews Visakhapatnam, PHP learning website, PHP programmer, PHP programming language, PHP Questions, PHP Script expert, What is PHP?
By A Niraj Kumar on October 4, 2009
By default mysql searches are case insensitive, that is from the following table: cms description rating Joomla Joomla is an open source cms with nice design 3 Drupal Drupal is an open source CMS framework based on MVC architecture 4 This query: SELECT * FROM `table` WHERE `cms` LIKE ‘%JOOMLA%’ will fetch the first row [...]
Posted in AJAX, JavaScript, Php n MySQL
By A Niraj Kumar on October 4, 2009
Here are few JavaScript interview questions and answers: How do you delete the last element of an array in JavaScript? array_object_variable.pop(); The pop() method in JavaScript will delete the last element of the array. Whereas the push() method will add a new element at the start of the array. How do you get the random [...]
Posted in AJAX, JavaScript, Php n MySQL
By A Niraj Kumar on October 4, 2009
The much awaiting php version PHP 5.3 has been released. The important features of PHP 5.3 version are: ‘goto’ lable for jumping Namespaces supports for PHP Classes. Closures or Anonymous function same like javascript/jQuery anonymous functions. garbage collection support And much more…. You can see the php 5. 3 release version here.
Posted in AJAX, JavaScript, Php n MySQL
By A Niraj Kumar on October 4, 2009
MySQL has the following storage engines or table types: MyISAM InnoDB HEAP MERGE CSV BLACKHOL Out of these all mysql storage engines, two engines are most important & these are used by developers frequently as well. The first one is InnoDB mysql engine; it supports transaction and table locking. And another one is ‘MyISAM’, it [...]
Posted in AJAX, JavaScript, Php n MySQL
By A Niraj Kumar on November 15, 2008
by Cameron Chapman There is a huge variety of project management applications out there. Most are general purpose apps, not aimed at any one industry. But there is a growing number of project management apps aimed specifically at one industry or another. Applications geared to creative types are becoming more readily available, and some of [...]
Posted in AJAX, C# and ASP.Net, Php n MySQL, VB.Net
Recent Comments