Email is a good communication tool but it also tends to be the one in which we waste most of our time by continuously checking for new emails and unread mails instead of dealing with them in batch which can save a lot of time and is an efficient approach. I am also in a [Read more →]
There are various web services which will offer you the facility of converting a webpage into a pdf file but there results were not quite satisfactory. The layout will break on many sites but yesterday I found out a service that I would like to share with you guys which gives quite good results, at [Read more →]
You can add your blog feeds to your Facebook notes and your blog posts will appear as notes under your profile. It gives more exposure to your blog posts and you got nothing to lose as it doesn’t hurt. Try on. Add Blog feeds Go to your profile page on Facebook Under the Share tab, [Read more →]
This tutorial will demonstrate the usage of custom queries so as to show topics of a certain bbPress forum along with Topic starter and Last Poster of inside WordPress. Before you can play around with bbPress information, you need to integrate WordPress with bbPress. After integration you can place this code anywhere in your template [Read more →]
This tutorial will demonstrate the usage of custom queries so as to show bbPress forum list inside WordPress. We would like it to display the list of forums along with their topic & post count. Before you can play around with bbPress information, you need to integrate WordPress with bbPress. After integration you can place [Read more →]
One way is to deep integrate both WordPress and bbPress so that one’s function can be called into another as both WordPress & bbPress are loaded every time a page is being generated either by WordPress or bbPress. However I am strictly against it as the overhead is not worth it. Its not at all [Read more →]
Picking up the scenario from my project NAP, that I faced was I needed to show some books with their respective links but I have to pick up only 4 out of the 5 books I had and the picking should be random on each page load. You might say that php random function is [Read more →]