@import url("../Parallax-One/style.css");
Friday, 4 December 2015
Monday, 17 August 2015
Usefull linux commands
Recursively Zip a Directory and Files on Linux
zip -r filename.zip /path/to/folder
to unzip to current directory,
unzip file.zip -d .
To get the size of directory
du -sh dirname
Monday, 22 December 2014
A quick way to generate lorelm ipsum text
I created a small application using appspot to generate lorelm ipsum text quickly and add free one.
http://quicklorem.appspot.com/
I think i will explain you how i created and it will be helpful for others to learn appospot's initials.
http://quicklorem.appspot.com/
I think i will explain you how i created and it will be helpful for others to learn appospot's initials.
Thursday, 24 July 2014
creating custom fields in edit list for wordpress
Here is a good tutorial for custom quick edit option on wordpress
http://wpdreamer.com/2012/03/manage-wordpress-posts-using-bulk-edit-and-quick-edit/?r=1
http://wpdreamer.com/2012/03/manage-wordpress-posts-using-bulk-edit-and-quick-edit/?r=1
Friday, 25 January 2013
Tuesday, 31 July 2012
Batman dark night rises theme pack for windows
Please download the themepack from here.
https://docs.google.com/open?id=0Bz3iL12EQc5-aG45M2kyY0trYW8
https://docs.google.com/open?id=0Bz3iL12EQc5-aG45M2kyY0trYW8
Monday, 25 June 2012
Wordpress - set the large image size in editor
The large image size will be depend on the global variable $content_width.
Even if we change the settings in the media settings to a bigger one, we have to put the width to $content_width.
In functions.php inside the active theme folder,
change like this,
if ( ! isset( $content_width ) )
$content_width = 754;
Even if we change the settings in the media settings to a bigger one, we have to put the width to $content_width.
In functions.php inside the active theme folder,
change like this,
if ( ! isset( $content_width ) )
$content_width = 754;
Subscribe to:
Posts (Atom)









