Thursday, December 23, 2010

Adding "Read More" Function to your blog

Firstly you may have some curiosity that what is the "Read More" Function? 
For your curiosity you can visit one of the blog to see the function ">>Read More"
Just check out the following site-

Before starts to do so just make a simple download from the following link-

There appears a zipped file named "Coding". Unzip it and there you can get two text files named as first and second.

Now, going to the point that how can we do that-
If you are using Blogger or Blogspot service of Google, it will be much more easily like the followings. Firstly, go to the "Design" menu from your blogger dashboard. Then go to "Edit HTML" option. Check the "Expand Widget Templates" now. The page will load automatically. 

Now search for the end tag like this-

If you don't find it and using mozilla firefox just press Ctrl + F to start Find Menu. Write there the code . Before the code copy and paste the codes got from the first text file.

Now, again search for the code 

and if you cannot find it search again using Ctrl + F again. Replace the code by the code of text file named second.

Now Click on the "Save Template" option in the downward area. View you blog now. How is it now? Got the function now with your blog? If you don't understand the way how to do it just ask me in the comment area.

Wednesday, December 22, 2010

Speed up your firefox browser



Each time when you set up your browser you can see a phenomenon that the first time loading is quite longer than the later. Do you know the reason behind this? It is happened because a browser saves lots of data into the hard disk that generally will be used frequently especially when in the next time you want to visit that page or pages. I will load the common things form its hard drive in that time. A browser do it automatically because of providing fast browsing service. Now we all know that memory of RAM is faster than the memory of hard drive. So if we can keep the temporary internet files into the RAM, the loading speed will be faster too as well as as the browsing speed will also be faster. Now come to the point that how can I do that change-

1. Write about:config on the address bar and press Enter.
2. Click on the "I'll careful, I promise" like the below.




3. Write brower.cache on the Filter address.
4. Double click on the browser.cache.disk.enable and change the value from true to false.
5. Double click on the browser.cache.memory.enable and change the value from false to true.




6. Right click on anywhere and select new > integer.
7. Type browser.cache.memory.capacity and then click OK.
8. Right some value like 100MB or 100000 in the next space or the value you need according to your RAM size.
9. Restart the firefox again.

Wednesday, December 15, 2010

Stop Autorun

Problem :
I need to turn off the autorun of my pendrive or other drive of my computer. What should I do?

What should be done:
1. Go to "Run Option" of your Window. You can press (Windows Button + R) in shortcut.
2. Write "gpedit.msc" and press OK.
3. A window named "Group Policy" will be opened.
4. Click "User Configuration" > "Administrative Templates" in the left down side.
5. Double click on the "System" on the right side.


6. Come to the "Turn of Autoplay" option. Double click on it.
7. Mark the Enable Option (Setting > Enabled > Turn off Autoplay > All Drives) and Select All drives.
8. Press OK to finish.