Archive for April, 2009

Top #10 Wordpress Plugins

Posted By Harsh Singh on April 30th, 2009

http://magicalharsh.com/blog/top-10-wordpress-plugins/

Wordpress.org provides a number of advantages over Wordpress.com . Wordpress.org allows you to include advertisements unlike the latter . It also provides you with a considerable amount of customizable options . Obviously it needs more technical knowledge since it allows you to customize themes and plugins as per your wish .

Talking about the customizations , what are the plugins and widgets that one should use on moving to the self hosted version of Wordpress ? This is one of the frequent questions that usually comes in the new user’s mind . Here is a list of top 10 plugins that are really useful .

(more…)

Unable to save files from Mozilla

Posted By Harsh Singh on April 25th, 2009

Some add-ons or settings might change the information in the configuration database , that cause a problem in “downloading files” or “saving pages” . i.e. whenever you click on a download link and choose the option “save file as” , nothing happens .

The solution to this problem lies in resetting the values in the configuration page . ( That’s what is cool about firefox being an open source program )

Open a new tab . Type about:config in the address bar .

Search for browser.download .

A list of values will appear . Right click and reset the values for all attributes .

Download in firefox will work fine now.

How To Become A Hacker

Posted By Harsh Singh on April 23rd, 2009

…..There is another group of people who loudly call themselves hackers, but aren’t. These are people (mainly adolescent males) who get a kick out of breaking into computers and phreaking the phone system. Real hackers call these people ‘crackers’ and want nothing to do with them. Real hackers mostly think crackers are lazy, irresponsible, and not very bright, and object that being able to break security doesn’t make you a hacker any more than being able to hotwire cars makes you an automotive engineer. Unfortunately, many journalists and writers have been fooled into using the word ‘hacker’ to describe crackers; this irritates real hackers no end.
The basic difference is this: hackers build things, crackers break them…….

Speed Up Firefox

Posted By Harsh Singh on April 22nd, 2009

Mozilla Firefox is the most widely used web browser at present . Its pretty powerful and its “Master Password” feature makes it the best browser in scene .

Firefox is already pretty fast but do you know that you can tweak it and improve the speed even more?

That’s the beauty of this program being open source.
Here’s what you do:
In the URL bar, type “about:config” and press enter. This will bring up the configuration “menu” where you can change the parameters of Firefox.

Double Click on the following settings and put in the numbers below – for the true / false booleans – they’ll change when you double click.

Code:

browser.tabs.showSingleWindowModePrefs – true
network.http.max-connections – 48
network.http.max-connections-per-server – 16
network.http.max-persistent-connections-per-proxy – 8
network.http.max-persistent-connections-per-server – 4
network.http.pipelining – true
network.http.pipelining.maxrequests – 100
network.http.proxy.pipelining – true
network.http.request.timeout – 300

One more thing… Right-click somewhere on that screen and add a NEW -> Integer. Name it “nglayout.initialpaint.delay” and set its value to “0”. This value is the amount of time the browser waits before it acts on information it receives.

Now you should notice you’re loading pages MUCH faster now!

Easily Find Serial Numbers On Google

Posted By Harsh Singh on April 20th, 2009

let’s assume that you need a serial number for windows xp pro.

in the search bar type – “Windows XP Professional” 94FBR

the key is the 94FBR code.. it was included with many MS Office registration codes so this will help you dramatically reduce the amount of ‘fake’ sites that trick you.

or if you want to find the serial for winzip 8.1 – “Winzip 8.1″ 94FBR

just try it out, it’s very quick and works nicely..

———————————————————–

here is another trick that works fairly decent for finding mp3’s on the web (which is hard to do normally,

say you want to get, for example, a Linkin Park song. type this in the search bar – “index of/” “linkin park” .mp3 the ones you want to check out first are the ones that say “Index of/” in the title of the search result. this technique allows you to easily pull up web folders with direct downloads. it will look the same as if you were logging into a ftp url.. you can be pretty flexible on how you type that in, so long as you include “index of/”

How to configure EditPlus to compile JAVA codes

Posted By Harsh Singh on April 16th, 2009

What is Edit Plus ?

EditPlus is a text editor, HTML editor and programmers editor for Windows.

How to configure Edit Plus to compile and run JAVA code ?

Go to Tools >> Configure

Click Add Tool >>

Tool #1 (for compiling the code)

Menu text : compile
Command : C:Program FilesJavajdk1.5.0binjavac.exe (Browse for javac.exe)
Argument : $(FileName) (File Name)
Initial Directory : $(FileDir) (File Directory)

Check “Capture Output” and “Save Open Files”

Tool #2 (for executing the code)

Menu text : run
Command : C:Program FilesJavajdk1.5.0binjava.exe (Browse for java.exe)
Argument : $(FileNameNoExt) (File Name Without Extension)
Initial Directory : $(FileDir) (File Directory)

Check “Save Open Files”

Tool #3 (for applets)

Menu text : applet viewer
Command : C:Program FilesJavajdk1.5.0binappletviewer.exe
Argument : $(FileName) (File Name)
Initial Directory : $(FileDir) (File Directory)

Check “Save Open Files”

Simple Machine Forums

Posted By Harsh Singh on April 5th, 2009

What is SMF ???

Simple Machines Forum — SMF in short — is a free, professional grade software package that allows you to set up your own online community within minutes

ts powerful custom made template engine puts you in full control of the lay-out of your message board and with our unique SSI – or Server Side Includes – function you can let your forum and your website interact with each other.

SMF is written in the popular language PHP and uses a MySQL database. It is designed to provide you with all the features you need from a bulletin board while having an absolute minimal impact on the resources of the server. SMF is the next generation of forum software – and best of all it is and will always remain completely free!

Download : http://www.simplemachines.org/