
Important Mysql ssh commands – Mysql with linux
Export Mysql Database dump using SSH mysqldump -u <username> -p <password> <dbname>>filename.sql Note : above command will download the sql file to …
Export Mysql Database dump using SSH mysqldump -u <username> -p <password> <dbname>>filename.sql Note : above command will download the sql file to …
Usually we use Mysql when we are working with PHP . But we can use any other database as well while working …
A Slideshow or Image Slider provides a beautiful looks to your blog or web site .This wordpress plugin (akaimage) will full the …
By Default Joomla 3.x will display title,metadesc,metakey,created & intro text as per your plugin settings. Joomla search work with plugins that can …
IPN is stand for Instant Payment Notification . It is a message services that notify you of events related to Paypal Transactions …
Model–view–controller (MVC) is a software architecture which is used to separate the business logic and application data from the presentation layer to …
Jquery is widely used JS Library because it will work for all browsers and will support all devices .Posting data to Web …
Recently Twitter have changed their API to access the their feeds from your Site. In previous version 1.0 there is no restriction …
Facebook Page feed reader is having one issue when you are going to use file_get_contents(); function when you read it may ask …
Joomla takes a big leap into the mobile space with a total overhaul of both its frontend design and administrator interface. With …
To use module parameters inside any of the component helper/view/model file of Joomla 2.5 , You can use below code : …
To customize the joomla search we need to first edit the form layout and add your expected field for user input to …
Using Jquery Regular expression & function replace() we can remove all occurrences of a char from a string . I am writing …
GD Library : GD Lib is used to dynamically edit or creating image . You can see example of GD application in …
A Plugin is trigger whenever a page or post loaded . A shortcode is the code within a [] braces which will …
General Utility Variables $base_path The base URL path of the Drupal installation. $directory The directory the template is located $is_front …
Zen Cart Mobile: This module allows you to have a mobile-friendly home page that is 100% compatible with all cell phones made …
Joomla community launches a new and secure version of joomla CMS. which having Db security , Indexing and new features . http://www.joomla.org/25
Today i am going to give you an idea about the Drupal 1.6 Module development . Basic Steps : File Structure , …
Basic Soap call example for any web services try { $client=new SoapClient(‘wsdl url’); $result = $client->Anyfunction($username, $password, $param, $Profile); } catch(Exception $e) …
While you are writing wordpress theme coding/query_posts() function ,make sure you closed the query using wp_reset_query() function . It may effects on …
To configure your joomla 1.7 plugin . The basic XML we need to write as below : <?xml version=”1.0″ encoding=”utf-8″?> <extension version=”1.7″ …
Today as one of requirement i am going to create a plugin which triggered on page load in joomla 1.7. i am …
There are commands to show all privileges of yours or other users. Self PRIVILEGES You can see your privileges using below query …
I was struggling with the issue where i exported the mysql file from live server and imported in my XAMPP server on …
Some Important points before we start our proves . We should know the naming of sides of a right angle triangle click …
A Right angled triangle △ABC is a triangle having one angle as 90°. If a right angled triangle having an angle as …