Tuesday, October 20, 2015
How to set attr/attribute in JQuery
Try this code in JQuery: $("button").click(function(){ $("#w3s").attr("href", "http://www.w3schoo...
How to set/got Focus in JQuery
How to set/got Focus in JQuery
Try this code, to set the focus to the input field: $("#text_id").focus();Saturday, October 17, 2015
Users role system in wordpress
Users role system in wordpress
User Roles User roles determine the access level or permissions of a person authorized (invited by an Administrator) to use a WordP...Monday, October 12, 2015
How to change logo in magento
How to change logo in magento
Working With the Header Logo The responsive theme enables you to set two different logos: one is for small screens (smaller than 770px) a...How to change default welcome msg in magento
How to change default welcome msg in magento
1. From your Magento Dashboard go to – System – Configuration tab. 2. Then open Design option. 3. Click on Header tab and find the Welc...Sunday, October 11, 2015
What is cloud hosting and How to use cloud hosting
What is cloud hosting and How to use cloud hosting
In this post i have discussed about why we should use cloud hosting. When we are going to use server based hosting service then we a...Thursday, October 8, 2015
How to add country wise hit counter with flag on my blog or website
How to add country wise hit counter with flag on my blog or website
In my experience there has one website. which offers free hit counter option with country flag and it shows the traffic source by country w...Wednesday, October 7, 2015
How to use domain name suggestion tools
How to use domain name suggestion tools
In my experience this website is best to check domain name suggestion tools. Here will get more than 200 domain name suggestion in one clic...How to write or practice php code online
How to write or practice php code online
How to write or practice php code online Try this url - http://www.tutorialspoint.com/execute_php_online.phpHow to put currency symbol beside number in php
How to put currency symbol beside number in php
How to put currency symbol beside number in php - Try this code: //show USD sign $ setlocale(LC_MONETARY,'en_US'); $amount=...How to put decimal or format number in php
How to put decimal or format number in php
How to put decimal after number. Use number_format() function. try this code: $num=365; echo number_format($num,2);How to format numbers with 00 prefixes in php
How to format numbers with 00 prefixes in php
How to format number with 00 prefix. To do it, its very easy and just the following php function: Use str_pad() function. $format_...Tuesday, October 6, 2015
How to return back or restore deleted blog in blogspot
How to return back or restore deleted blog in blogspot
How to return back or restore deleted blog in blogspot After deleting any blogspot blog you can see them on the left side bar by Delet...How to Improve Search Engine Visibility using HTML Format
How to Improve Search Engine Visibility using HTML Format
How to Improve Search Engine Visibility using HTML Format HTML plays a big role in how your webpages are seen by people and search e...how to solve the problem magento admin panel in localhost in google chrome but in firefox work fine
how to solve the problem magento admin panel in localhost in google chrome but in firefox work fine
I think there is the problem with session cookie with the chrome browser. So just go through this directory /app/code/core/Mage/Core/M...How to delete blogspot blog permanently
How to delete blogspot blog permanently
In this post I'm gonna to show you how to delete blogspot blog permanetly So to do this you have to login into your blogger account a...How to Make High Quality Backlinks
How to Make High Quality Backlinks
All links are created equal, right? They’re not! Link building used to be simple: you would go out there, write a bunch of articles, s...
Subscribe to:
Comments (Atom)