Quantcast
Channel: Shashionline.in
Browsing latest articles
Browse All 37 View Live

Briefly unavailable for scheduled maintenance

“Briefly unavailable for scheduled maintenance” message after doing automatic upgrade in WordPress? As part of the automatic upgrade WordPress places a file named .maintenance in the blog base folder...

View Article



How to disable posts auto save in WordPress?

WordPress have a very useful function that auto-saves your posts while you’re typing them in the dashboard. Though, if for some reason you’d like to disable this function, it is very easy to do. Just...

View Article

Show password in normal text of password box on check.

How we can show the password box’s text in normal text if the box is password control box in HTML using JavaScript. Copy and paste the following code & you can type the password into the box...

View Article

How to get store admin email address and name in Magento?

How to get store admin email address and name in Magento? In Magento, if you need to use the admin’s email address or name and both. You can use the following code to get the admin’s email and name:...

View Article

Admin URL is not working in Magento

Admin URL is not working in Magento. Go with following procedure to fix the issue: What you have in your Magento/app/etc/local.xml under...

View Article


Create a folder if it doesn’t already exist in php

Create a folder if it doesn’t already exist in php Defination and Usage: The mkdir() function creates a directory. This function returns TRUE on success, or FALSE on failure. mkdir(‘path/to/directory’,...

View Article

Capitalize the sentence in Javascript!

Capitalize the sentence in Javascript! <script language="javascript"> String.prototype.capitalize = function(){ return this.replace( /(^|\s)([a-z])/g , function(m,p1,p2){ return...

View Article

How to export the data from MySQL into a CSV file with PHP including a header...

There are a couple of ways to export data from MySQL to a CSV file but some of them never supports adding a header row to the CSV which contains the column names. This post looks at how to export the...

View Article


Learn how to enable JavaScript in the most popular web browsers.

Learn how to enable JavaScript in the most popular web browsers.The post Learn how to enable JavaScript in the most popular web browsers. appeared first on Shashionline.in.

View Article


How to export the data from MySQL into a XML file with PHP?

There are a couple of ways to export data from MySQL to a XML file. This post looks at how to export the data from MySQL into a XML file with PHP. The example code below uses the raw mysql_* functions...

View Article
Browsing latest articles
Browse All 37 View Live




Latest Images