I think most of you do the same as me. After i boot my PC, I always launch a set of applications. But opening one by one will be a slow process. What if you wish to launch all applications at one go with a single click?
Lacuna Launcher is the free program that allows you to open any number of applications or files with a single click. This can be done by putting all list of files you want to open in a file called “list.txt” which comes with this utility. Lacuna Launcher will then read the list.txt file and start opening all the applications listed in it. The list in the list.txt can include applications (.exe), shortcuts (.lnk), Internet shortcuts (.url), images, music, movies, anything that is a file on your system that you wish to open.
List.txt containing apps that i launch with single click


Subscribe
How to implement Threaded Comments in Wordpress Themes
Tuesday, December 16th, 2008In Wordpress 2.7 Features, a new feature – Threaded Comments is introduced.
The problem is that most of the wordpress bloggers are facing is that their theme doesn’t support Threaded or Nested Comments.
To check whether Threaded Comments is supported by your current theme or not, Follow the below steps:
If you see a Reply link after each comment like shown below, then your Wordpress Theme supports Threaded Comments otherwise it doesn’t support:
You will see reply links for every individual comment
My current theme doesn’t support it. I have made some changes to
comments.phpandstyle.cssto support Threaded Comments. But, the changes are not yet live on my blog. I have done whole testing on my Local PC and the screenshot is taken from there. I need to do little bit of tinkering in CSS. By the way, if you are new to CSS then Learn CSS by reading this Book. Download It Free!Continue reading this post, To implement Threaded Comments feature in your Wordpress theme (more…)
16.12.2008 Blog Related, Blogging, How-To, Wordpress 78 Comments