Archive for the tutorials Category
Integrating Google Analytics in Mediawiki
In this post, we will talk about how to hack the Mediawiki Template to include Google Analytics without tracking the sysop user. The better way is, obviously, to use the GoogleAnalytics Extension (which would be discussed in a later post). This hack applies to Mediawiki 1.9.3+ In the mediawiki/
Read Full PostInsert and update in single mysql query using on duplicate key
Hey Guys, Let me first explain you the scenario in which more likely you can use this type of query. A generic scenario would be that you are inserting data into a table and along with this you want to update a counter which is nothing but a field in the same table. More precisely or by taking
Read Full PostAdd user specific replies in wordpress comments
Always wondered how to leave a reply to specific comments or a thread like replies. Well wordpress made it very simple for you. The function wp_list_comments accepts various useful parameters . There is one parameter called max_depth which is going to do the trick for you. If you open your themes
Read Full PostCreating a simple color palette or color picker in javascript and html
Color palettes are one of the prime resource of a web 2.0 website. There are many color picker codes available online, but they all involve lot of coding and pasting stuff here and there. And some useless CSS and input boxes, which in result mess up the core code. Well here I have designed a simple
Read Full PostRetain your feed subscribers even when you change your domain name
Last weak with the evolution of DigiMantra, i sadly had to lose disallow the access to my old domain i.e. realin.co.in . It was really a major step in my blogging career. I had a PR of 3 on realin.co.in which i had to lose all of a sudden with this shift. :( Well whatever happens, happens for a r
Read Full PostWordPress guide from newbie to pro
Wordpress is one big framework in itself now. From a simple blog to a pro website, wordpress gives you the flexibility to do it all. Radioverve is one of the niche example of wordpress 's power and my free wordpress blog is another example of the most empty or quick site that can be built in wordpre
Read Full PostTroubleshoot 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 Post