Tech Guide Blog

Tech Guide Programming Tutorial Tips Tricks

Archive for the ‘Tips and Tricks’ Category

Tips for Increasing Blog Participation

Posted by Admin On July - 2 - 2009

For a new blogger, there’s nothing more exhilarating and addictive than reading those first few comments posted to your site. Suddenly, you realize that your words are reaching people around the world, and that you have the ability to impact their opinions, and in some cases, their lives.

But once you’ve found your audience, how do you keep your visitors coming back for more? And how do you keep them engaged? The following are some tried-and-true tactics for upping the participation factor on your blog.

Update Often

“If you build it, they will come.” That may hold true for baseball fields, but when it comes to blogs, the trick is updating your posts frequently, and even more importantly, on a regularly scheduled basis. Your goal is to get your reader to bookmark your site and return to it often. The only way to do this is to give them a reason to come back, namely by providing new content, ideally daily.

One trick of the trade is to stockpile your posts. If the thought updating your blog each day is too overwhelming, consider writing five short entries in one sitting and then upload them throughout the week. Obviously, this technique won’t work if your blog is dedicated to breaking news coverage. But for those whose subject matter isn’t time sensitive, this technique can be a real time saver.

When it comes to length, keep your posts short and concise. Otherwise, you’ll risk losing your reader’s attention—one that’s likely spread thin.

Solicit Comments

One sure-fire way to increase the number of comments on your blog is to end each post with a question addressed to the reader. Encourage comments and debate about the subject matter you’ve been discussing in that day’s post. This can be simple and straight forward (“What do you think about free web hosting? Share your comments below.”) or more provocative in nature (“Think I’m an idiot? Tell me why below.”)

Be sure to read through your reader’s comments and respond to them. The more you interact with your audience, the more invested they’ll feel in the blog and the more likely they’ll be to return.

In today’s age of social networks, people want their voices to be heard.  Consider pulling quotes from the comments section and including them in follow-up posts. By placing the spotlight on your readers, you’re making them mini celebrities and giving them all the more reason to spread the word about your blog.

Turning Lurkers into Participants

Running a poll on your blog is another quick and easy way to turn lurkers into participants. Be sure to use a program that enables you to post results instantaneously. That way, you’ll give your readers a feeling of instant gratification.

Finally, you might consider recruiting guest bloggers from among your readers. Naturally, you’ll want to retain the option of reviewing and editing posts before uploading them. But by drawing on your fan base for content, you’ll only increase their loyalty to your site.

Popularity: 38% [?]

Prevent Access to Your Drive with File Sharing XP

Posted by Admin On June - 27 - 2009

We use computers. We use it together, with your parents, families and your friends. We thought it would be safe if we let them use your PC, but oopppss, they do delete your files and say sorry to you. Sorry didn’t make your files back to you. If you don’t want this disaster happen to you again, here’s a way to make it not happen again. Open folder options in control panel section and with View tab, you will see many options ahead. Find use simple file sharing option (XP), uncheck this and click OK.

simple file sharing XP

simple file sharing XP

After you did like above on XP, you can see the different now. Everytime you see the properties of every files or folders or drives (right-click and click Properties), see the tab, there will be a new tab called Security. Now we can start playing, choose a file, folder or drive that you want to be blocked so other users can’t access it. Click edit and you will see a new window to set permission. XP is the same either, I know these picture below are on Vista, I’m running Vista, so there is no picture for XP, but it’s should be easy since it’s not so different (so long XP =)). In this new window, you can edit permissions of each users in your computer. You can add a new user if their username isn’t there yet. Just remember do not restrict yourself, you must be idiotic silly, but since you’re admin, you can set the permissions again and again, God Bless You.

security-tab

Security tab

So, let’s set the permission then. Check under ‘Deny’ if you those users can’t access your files etc and check under ‘Allow’ if you want users can do in that file. You can check Deny ‘Full Control’ if you want users can do nothing with your selected file or you may choose what actions a user can do and can’t do with that file. Click OK and now the other users that try to access or delete your priceless files again will find another way instead of Shift+DEL Enter and double-click.

set-permission

Set permission window

Final words, may this post can help you and works fine. It works fine with my PC and my friend. So, it must be fine on your PC with Windows XP or above.

Popularity: 27% [?]

Boost Windows Shutdown with Auto End Task

Posted by Admin On June - 17 - 2009

While using Windows, like XP, of course we’ve seen some programs that’s not responding anymore, because your finger specification is much more faster than your rig specification. You open the program and after 3 seconds you want to close it, even the program needs 4 seconds to start up. This state of course, can decrease the system performance itself. When we want to shut down after you do that, the system will wait longer than usually, because Windows will wait these programs to be closed.

not responding

End Now State

It’s much better if the programs that are not responding could be closed without wait the Windows to end it, in other words, we just click close button and the program will close itself without click End Now button and of course Windows doesn’t have to wait anymore to shut down.

To do like the above, you have to open regedit (Registry Editor). Go to HKEY_USERS\.DEFAULT\Control Panel\Desktop. Then, find AutoEndTask registry with REG_DWORD type. If there is no AutoEndTask key, you can create it, click Edit -> New -> DWORD Value and name it with AutoEndTask. Double click and change the value to 1 and click OK. Restart the computer for take change effect.

auto end task

Auto End Task

Popularity: 75% [?]