Archive for the tutorials Category
Troubleshoot wordpress stats plugin if its not working
I recently moved all my blog post to this new domain. Moving whole blog across the wordpress is an easy task (read here to know more), but some times things get weird. When I moved my blog everything was working awesome and this site was up, but then i realized that one of my favorite and essential
Read Full PostHow to integerate page navigation in wordpress
Wordpress no doubt is famous not only because its easy to install and use but the reason being its community love. Matt himself told at the wordcamp india held earlier this year that wordpress is so popular just because it has community love. I am also one of the wordpress user who is stunned by the
Read Full PostMoving your wordpress blog from one domain to other
Heya Folks, Well shifting or moving your blog from one domain to another is not easy task but with the continous upgradation on wordpress's core install the things are also not that difficult. The built-in import export feature in wordpress is the real saviour in this process. Follow the step
Read Full PostHello world program in cpp , c++ , c plus plus
I was teaching one of my relative about how to create a simple C++ program and then I realized that i would have simply pointed her to my blog post instead. But unfortunately i never created the world’s most simplest yet demanding “Hello World” program for C++. So I thought I should rather
Read Full PostSecuring your wordpress folders from being viewed or indexing
A very simple way to secure your wordpress's folders from being exposed to the public is to create an index file which is going to render and hence wont allow the browser to actually index the folder list. There are folders like gallery, plugins, images which can be reached thru their absolute paths
Read Full PostAdvanced htaccess for more than 10 group of backtrack references
You might have faced error where .htaccess wont recognize the backtrack variable after $9 such that if you specify "$10" then it will return you "0" as value to that key in URL param. The mod_rewrite module is confused which varible to return $1 or $o. Lets see the problem first, Problem : R
Read Full PostInstall wordpress in different directory or folder
Hey Guys, I was configuring blog for one of my friend and his requirement was little different. He wanted to keep all the admin related files into a different folder while he wanted his root direcoty to be clear. Now that was something which some of us like to do with our blogs as well. And with so
Read Full PostHow to send tweet message on twitter using php
Hey Folks, I have written a complete class which sends tweet and performs other stuff on twitter from following user to deleting Direct messages etc. But its just that I am not able to post the whole class here and explain it. I am gonna release a beta version of the class pretty soon with comple
Read Full PostChange your windows vista, xp password from command prompt
Hey guys, Today at office was wondering how to change the windows login password. Actually there was some virus which corrupted all my exe files. So was unable to open up the user control panel and do the stuff thru GUI. So this is how i changed the password for my computer. net user realin 12345 T
Read Full PostCreate image in PHP using GD with different font , size
Heya, It is going to be pretty basic tutorial. I am gonna write the advanced or the other ones in the next tutorials. Here is a simple code in php which creates a image on the fly. This code is so simple,but i have written comment before each line to help you understand the flow of the code.
Read Full PostHow to create follow me on twitter image/logo with photoshop
Today i was wondering to create some eye candy on my blogs for the twitter on thingy. And i ended up with this simple image or logo which specifies visitors to follow me on twitter. This is how the end result look like. Note: Wonder if there was a tool which can do this automatically, we say YES
Read Full Post