19 May, 2012

Best Ebook Search engine WebSites


Best Ebook Search engine WebSites
1. Google Books – It is a web search engine by Google specially for Books. Google digitizes books from different sources and then make them available on its servers. Copyright oblige, some are only partially published. Google Books allows public-domain works and other out-of-copyright material to be downloaded in PDF format.
2. Mega PDF – Mega PDF indexes more than 379 million free downloadable eBooks in PDF format. From novels to biographies to technology books, you can find everything here.
3. Pdfgeni – It lets you find and download books, novels, manuals, articles, document templates, reports, data sheets, and pretty much any information that is stored in PDF format.
4. Project Gutenberg – Project Gutenberg is the place where you can download over 30,000 free ebooks to read on your PC, iPhone, Kindle, Sony Reader or other portable device. PG has the largest collection of public domain books. Lots of books from the world’s greatest fiction authors such as Shakespeare, Mark Twain, Dickens are present here.
5. NeoTake – Neotake is a new eBook search engine which has indexed several eBooks in various formats like ePUB, PDF, LRF, TXT, Mobipocket etc. It also has a mobile version of the site. More than 200,000 eBooks have been indexed currently.
6. Free-EBooks – Free-eBooks is an online source for free ebook downloads, ebook resources and ebook authors. Besides free ebooks, you also download free magazines or submit your own ebook. A bit of a downside is that you need to
register before downloading your favorite eBooks.
7. ManyBooks – ManyBooks provides free ebooks for your PDA, iPod or eBook Reader. You can randomly browse for a ebook through the most popular titles, recommendations or recent reviews for visitors. There are more than 26,658 eBooks available here and they’re all free!
8. Search PDF eBooks – It’s another cool PDF eBooks search engine with millions of books in its database. Ignore the excessive ads and just enjoy the free ebooks!
9. ReadPrint – Free online books library for students, teachers, and the classic enthusiast. Thousands of stories, poems and novels listed down here.
10. KnowFree – It is a web portal where users are able to exchange freely e-books, video training and other materials for educational purposes and self-practice. It contains loads of free technology, engineering, web development and Business skills ebooks and in addition, there are lots of video tutorials available.

ASP vs. PHP


asp_phpWhen building web sites, ASP and PHP are very popular languages. Here’s my opinion on whether ASP or PHP is best
ASP v. PHP
Both ASP and PHP are languages used to build Dynamic Web sites that can interact with Databases and exchange information. ASP (Active Server Pages) is from Microsoft and is used with IIS (Internet Information Server) that runs on Microsoft Servers. PHP (Personal Home Pages) is from Rasmus Lerdorf, who originally designed this parsing language which was later modified by different people. It runs on Unix and Linux servers and it also has an NT server version.
There are a lot of differences between ASP and PHP.
Cost
To run ASP programs one needs IIS installed on a Windows platform server, which is not free. PHP programs run on Linux, which is free. Even the connectivity of the database is expensive in the case of ASP as MS-SQL is a product of Microsoft that needs to be purchased. PHP generally uses MySQL, which is freely available.
Speed
If we compare the speed of ASP and PHP then PHP has an upper hand. PHP code runs faster than ASP. ASP is built on COM based architecture, which is an overhead for the server whereas PHP code runs in its own memory space.
Platform Compatibility
PHP programs can run on various platforms like Linux, Unix, Windows and Solaris whereas ASP is mainly associated with Windows platforms. However, ASP can run on a Linux platform with ASP-Apache installed on the server.
Additional Costs
Many of the tools used in PHP are free of cost and since PHP is open source a lot of code can be found in open source forums. PHP has inbuilt features like ftp, email from a web page or even encryption mechanisms but in ASP such features are not built in and some additional components are required. Therefore an additional cost is incurred for such components.
Base Language
PHP is based on C++ language and the syntax used in PHP is quite similar to C/C++. C/C++ is still considered the best programming language by many programmers and people who love this language would surely feel more comfortable with the syntax of PHP. ASP on the other hand has a more Visual Basic kind of syntax that again is closely related to only Microsoft products. So, it depends on a person-to-person which language he or she is comfortable
Database Connectivity
PHP, being extremely flexible, can connect to various databases, the most popular being MySQL. ASP mainly uses MS-SQL.
Conclusion
Both languages have their advantages specific to users. Some would argue that both the languages have their own importance and depending on the user’s requirements the language and the platform can be chosen. If we talk about developing a discussion board then ASP is equally capable but many feel the best discussion boards are developed in PHP. If a user is looking for some e-commerce application development then many would call ASP the ideal choice. This does not mean that PHP cannot provide e-commerce solutions, only that many people choose ASP.
From my perspective, PHP is an all around better choice than ASP.

Programming languages advantages


programming-languagesJava - Works best as a high level Enterprise Web applications.
Advantages: Huge, Robust, Infinitely scalable for web applications, high level, marketable skill, mixes with xml like peanut butter and jelly, platform independent, will handle all the hardware you can throw at it, A lot of code that you need is usually already published and free on the Internet.
Disadvantages: May not be suited for low level programming. A resource hog. May not perform well on older computers. May be overly complex for very small programs.
ActionScript - Works best for animating movies, adds and cool applications that work as if they are applications on the computer, but the application plays inside the browser.
Advantages: Can get visual and interactive effects like no other language within a web browser. Highly marketable skills. A lot of pizazz, most people use it on the index.html page for commercial web sites.
Disadvantage: Not really suited for non web applications. Not suited for low level programming. This language resides inside of html code mainly. Does not venture from there.
C++ - Best suited for general purpose and low level programming.
Advantages: Extremely fast, works very well for GUI programming on a computer. Good language to write operating systems, drivers, and platform dependent applications with. Good language to learn to program with. Good language for engineers.
Disadvantages: Although it is platform independent, it is mostly used for platform specific applications. A library set is usually chosen that locks you into a single platform or operating system. Overly complex for very large high level programs. Overly complex and difficult to debug when used for web applications. Marketable skills are low level programming, vendor software, and video games, making it difficult to find jobs unless you have are very advanced in a target area.
C# - new language to take advantage of C++ foundation and add new features.
Advantages: Can be used for web applications on Microsoft computers. Works well with the Microsoft product line. Marketable skill set.
Disadvantages: Almost completely locks you into the Microsoft Platform. New language, so not a great deal of published free code yet.
VB - Used mainly to modify and complement the Microsoft product line.
Advantages: Extremely easy to use, even for people who are not computer programmers. Allows the typical computer user to modify MS Office applications to suite their needs. Works very well on a Microsoft intranet to complement the network shares and permissions. Can be used for low level programming on Microsoft computers. A marketable skill set. Excellent for writing little programs and pieces of programs.
Disadvantages: Completely locks you into using the Microsoft product line. Not a true Object oriented language although it claims to be. VB .Net is an object oriented language. Becomes overly complex and difficult to manage on very large programs.
PHP -was created in 1995 by Rasmus Lerdorf and means Personal Home Page language. Ever since its beginning it has been one of the most intuitive programming languages used for the creation of dynamic web pages. Later, when the PHP team was formed, the parser was rewritten and PHP version 3.0 saw the light of day. The PHP 3 version was the first serious improvement of the PHP language, which fixed a lot of bugs and completely redesigned the PHP core. The meaning of the abbreviation was also changed to PHP Hypertext Preprocessor.
PHP is one of the most popular server side scripting languages running today. It is used for creating dynamic webpages that interact with the user offering customized information. PHP offers many advantages; it is fast, stable, secure, easy to use and open source (free).
Rasmus Lerdorf wrote the first PHP (first called Personal Home Page) scripts as a series of Perl scripts that he used to track visitors to his webpage and to see who was viewing his resume. He eventually rewrote PHP as a scripting engine and added support for forms. PHP has been evolving since 1994 as an open source code. A community of followers and developers formed and began using and further developing PHP. Over the years the Personal Home Page acronym was dropped and it evolved into the PHP Hypertext Preprocessor.
PHP code is inserted directly into the HTML that makes up a website. When a visitor comes to the website, the code is executed. Because PHP is a server side technology, the user does not need any special browser or plug-ins to see the PHP in action.
The beauty of PHP lies in its simplicity. It is easy to understand and learn, especially for those with backgrounds in programming such as C, javascript and HTML. The language is similar to C and Perl so that anyone with a background in either C or Perl programming will feel comfortable using and understanding PHP. PHP also runs on just about every platform including most UNIX, Macs and Windows versions.
PHP doesnt use a lot of the systems resources so it runs fast and doesnt tend to slow other processes down. It is typically used as an Apache module, written in C, so it loads and executes quickly. It works well with other software and can be quite fast. PHP is also fairly stable and since it is open source, the PHP community works together to fix any bugs. The community offers technical support and continuously updates the code further expanding PHPs capabilities.
PHP offers many levels of security to prevent malicious attacks. These security levels can be adjusted in the .ini file.
Another key advantage of PHP is its connective abilities. PHP uses a modular system of extensions to interface with a variety of libraries such as graphics, XML, encryption, etc. In addition, programmers can extend PHP by writing their own extensions and compiling them into the executable or they can create their own executable and load it using PHPs dynamic loading mechanism.
In addition to extensions, PHP has tons of server interfaces, database interfaces and other modules available. Of the server interfaces, PHP can load into Apache, IIS, Roxen, THTTPD and AOLserver. It can also be run as a CGI module. Database interfaces are available for MySQL, MS SQL, Informix, Oracle and plenty of others. If a database is not supported, ODBC is an option.
The main PHP source repository is loaded with modules and interfaces that users have written and contributed. There you can find modules for flash movies, PDF files, calendars and more.
A huge advantage that PHP offers is its community. Since PHP is an open source project, the PHP community is willing to share. If youre looking for a particular script, chances are another user has already created something similar. Check within the PHP community for availability. Likewise, if you have created a function that others might enjoy, be sure to post the code for others.
If youre ready to add dynamic content to your webpages, consider the use of PHP. Its free, easy to learn (especially if you have some programming background) and integrates well across many platforms and with various software programs.

Computer Security, Viruses And Threats


Today, many people rely on computers to do homework, work, and create or store useful information. Therefore, it is important for the information on the computer to be stored and kept properly. It is also extremely important for people on computers to protect their computer from data loss, misuse, and abuse. For example, it is crucial for businesses to keep information they have secure so that hackers can’t access the information. Home users also need to take means to make sure that their credit card numbers are secure when they are participating in online transactions. A computer security risk is any action that could cause loss of information, software, data, processing incompatibilities, or cause damage to computer hardware, a lot of these are planned to do damage. An intentional breach in computer security is known as a computer crime which is slightly different from a cybercrime. A cybercrime is known as illegal acts based on the internet and is one of the FBI’s top priorities. There are several distinct categories for people that cause cybercrimes, and they are refered to as hacker, cracker, cyberterrorist, cyberextortionist, unethical employee, script kiddie and corporate spy.
*The Hacker.
The term hacker was actually known as a good word but now it has a very negative view. A hacker is defined as someone who accesses a computer or computer network unlawfully. They often claim that they do this to find leaks in the security of a network.
*The Cracker.
The term cracker has never been associated with something positive this refers to someone how intentionally access a computer or computer network for evil reasons. It’s basically an evil hacker. They access it with the intent of destroying, or stealing information. Both crackers and hackers are very advanced with network skills.
*The Cyberterrorist.
A cyberterrorist is someone who uses a computer network or the internet to destroy computers for political reasons. It’s just like a regular terrorist attack because it requires highly skilled individuals, millions of dollars to implement, and years of planning.
*The Cyberextortionist.
The term cyberextortionist refers to someone who uses emails as an offensive force. They would usually send a company a very threatening email stating that they will release some confidential information, exploit a security leak, or launch an attack that will harm a company’s network. They will request a paid sum of money to prevent the threat from being carried out, a bit like black mailing.
*The Unethical Employee.
An unethical employee is an employee that illegally accesses their company’s network for numerous reasons. One could be the money they can get from selling top secret information, or some may be bitter and want revenge.
*The Script Kiddie.A script kiddie is someone who is like a cracker because they may have the intentions of doing harm, but they usually lack the technical skills. They are usually silly teenagers that use prewritten hacking and cracking programs. *The Corporate Spy.
A corporate spy has extremely high computer and network skills and is hired to break into a specific computer or computer network to steal or delete data and information. Shady companies hire these type people in a practice known as corporate espionage. They do this to gain an advantage over their competition an illegal practice.
Business and home users must do their best to protect or safeguard their computers from security risks. The next part of this article will give some pointers to help protect your computer. However, one must remember that there is no one hundred percent guarantee way to protect your computer so becoming more knowledgeable about them is a must during these days.
When you transfer information over a network it has a high security risk compared to information transmitted in a business network because the administrators usually take some extreme measures to help protect against security risks. Over the internet there is no powerful administrator which makes the risk a lot higher. If your not sure if your computer is vulnerable to a computer risk than you can always use some-type of online security service which is a website that checks your computer for email and Internet vulnerabilities. The company will then give some pointers on how to correct these vulnerabilities.
The Computer Emergency Response Team Coordination Center is a place that can do this. The typical network attacks that puts computers at risk includes viruses, worms, spoofing, Trojan horses, and denial of service attacks. Every unprotected computer is vulnerable to a computer virus which is a potentially harming computer program that infects a computer negatively and altering the way the computer operates without the user’s consent. Once the virus is in the computer it can spread throughout infecting other files and potentially damaging the operating system itself.
It’s similar to a bacteria virus that infects humans because it gets into the body through small openings and can spread to other parts of the body and can cause some damage. The similarity is, the best way to avoid is preparation. A computer worm is a program that repeatedly copies itself and is very similar to a computer virus. However the difference is that a virus needs to attach itself to an executable file and become a part of it. A computer worm doesn’t need to do that, it copies itself to other networks and eats up a lot of bandwidth.
A Trojan Horse named after the famous Greek myth and is used to describe a program that secretly hides and actually looks like a legitimate program but is a fake. A certain action usually triggers the Trojan horse, and unlike viruses and worms it will not replicate itself. Computer viruses, worms, and Trojan horses are all classified as malicious-logic programs which are just programs that deliberately harm a computer. Although these are the common three there are many more variations and it would be almost impossible to list them. You know when a computer is infected by a virus, worm, or Trojan horse if your computer displays one or more of these things:
* Screen shots of weird messages or pictures appear.
* You have less available memory than you expected.
* Music or sounds plays randomly.
* Files get corrupted.
* Programs are files don’t work properly.
* Unknown files or programs randomly appear.
* System properties fluctuate.
Computer viruses, worms, and Trojan horses deliver their payload or instructions through three common ways.
1 - When an individual runs an infected program so if you download a lot of things you should always scan the files before executing, especially executable files.
2 - When an individual boots a computer with an infected drive, so that is why it’s important to not leave removable media in your computer when you shut it down.
3 - When an unprotected computer connects to a network. Today, a very common way that people get a computer virus, worm, or Trojan horse is when they open up an infected file through an email attachment.
There are literally thousands of malicious logic programs and new ones come out by the numbers so that’s why it’s important to keep up to date with new ones that come out each day. Many websites keep track of this. There is no known method for providing 100% protection for any computer or computer network from computer viruses, worms, and Trojan horses, but people can take several precautions to significantly reduce their chances of being infected by one of those malicious programs. Whenever you start a computer you should have no removable media in the drives. This goes for CD, DVD, and floppy disks. When the computer starts up it tries to execute a boot sector on the drives and even if it’s unsuccessful any given virus on the boot sector can infect the computer’s hard disk. If you must start the computer using removable media for any reason, such as when the hard disk fails and you are trying to reformat the drive make sure that the disk is not infected.
How can you protect your computer?
The best way to protect your computer from any of the above is by using good quality internet securities software. Purchasing this from a reputable security company is recommended to ensure that your software is kept up to date with the most recent virus signatures. If you are not up to date an unrecognised virus will not be stopped by the software. A full security package will protect you from viruses, Worms, Trojan horses, keyloggers and will detect when a hacker is attempting to hack into your computer and prevent them from gaining access when you are online or connected to a network. It is not advisable to use a free antivirus service as these do not provide adequate protection and are a false economy. Recommended internet security software companies are:- Norton, McAfee and others.

Free Downlaod Ebook Official Certified Ethical Hacker Review Guide 2012




Official Certified Ethical Hacker Review Guide
ISBN-13: 978-0-7821-4437-6 | 2007 | PDF | 265 | 4.72 MB

The Certified Ethical Hacker (CEH) exam was developed by the International Council of E-Commerce Consultants (EC-Council) to provide an industry-wide means of certifying the competency of security professionals.

The CEH certification is granted to those who have attained the level of knowledge and troubleshooting skills needed to provide capable support in the field of computer andnetwork security.

The CEH exam is periodically updated to keep the certification applicable to the most recent hardware and software. This is necessary because a CEH must be able to work on the latest equipment. The most recent revisions to the objectives and to the whole program were enacted in 2006 and are reflected in this book
                                                                            DOWNLOAD


18 May, 2012

A new cool web browser for young generation - Use rockmelt to get all the popular apps with your Chrome browser

In this Blog I am going to introduce you a new cool web browser by which you could make your social networking life more easier and comfortable.

Rockmelt is a new web browser which uses the Google chrome platform to browse website. The best thing about this website is that you can run all the popular web apps beside browsing any other site. The Facebook chat box is always attached at the right side , so you could chat with your friends at any time.

At the left side all the apps you have chosen would appear. Now you could easily get all the notifications  from all the sites at the left side bar. .

In a nutshell, you could use all the popular website like Facebook, twitter, gmail, tumblr, Youtube, Groupupon, 9gag etc at the same time while browsing any website. Isn't it cool? The browser would be very familiar with you if you are habituated to Google Chrome.

So if you are interested then Go to this website and click download. Install the browser and enjoy :)


Convert Any Document or Web Page to PDF


Convert Any Document or Web Page to PDF

Somebody just told you that you need to have Adobe Acrobat (Writer) to create a PDF file? Guess what, you can get away from that pricey piece of software if you just need to convert some documents to pdf, without a need of fancy editing the pdf document.
Here's how. Thanks to the BullZip, who provides a Free Pdf printer. With this free tool, you can simply "print out" your document or webpage to a pdf file, just about the same way as you print it out to a printer.
You can visit BullZip.com for more information about the software.
Here the direct link to BullZip downloads page: Downloads
  1. To get started, first follow the link above and download Free Pdf Printer from BullZip, then install it to your computer.
  2. Once you're done, you might need to close the program (or the web browser) which you're currently viewing the document. This helps refreshing the list of available printers on your computer.
  3. Once you get back to the document you want to convert, perform the same steps are you print out the document, i.e. File > Print ...
  4. When you see the Print window pop-up, select "Bullzip PDF Printer" under "Printers", then click "OK".
  5. BullZip PDF Printer will then start to analyze your document and display a new pop-up window, where you can direct it to the location you want to save the pdf file.
  6. Follow the pop-up windows and.. hola! The PDF document is created!

16 May, 2012

32 Best Computer Tips And Tricks Free Download pdf file


  1. How To Change Your Folders Background
  2. How To Chat With Friends Through CMD (Netsend)
  3. How To Close Ports
  4. How To Crack A Router For Username And Password
  5. How To Crack A WEP Encryped Wireless Network On Windows Vista
  6. How To Crack WEP In Linux
  7. How To ''Deface'' A Guestbook With HTML-Injection
  8. How To Deface With Tamper Data
  9. How To Get IP's Through The Steam Client
  10. How To Get Passes To Pornsites
  11. How To Get Past Your School Blocking System Without Programs
  12. How To Get Unlimited Time In Internet Café's
  13. How To Grab IP Address With PHP
  14. How To Hack An Administrator Account With A Guest Account
  15. How To Hack Into A Computer On LAN
  16. How To Hack Passwords Using USB Drive
  17. How To Hack Someone With His IP Address
  18. How To Hack WEP wifi Passwords
  19. How To Hide Files In A jpg
  20. How To Kick Everyone From A Counter Strike Source Server
  21. How To Kick Someone Of A Wireless Network (Must be LAN-Admin)
  22. How To Make A Folder Lock Without Any Software
  23. How To Make A Phisher For A Website
  24. How To Make Mozilla Firefox 30 Times Faster
  25. How To Make Your Name Stay In The Task Bar
  26. How To Rename Your Recycle Bin
  27. How To Reveal Asterisk Passwords Using Javascript
  28. How To Shutdown A Computer With A Cell Phone
  29. How To Sniff Password With Cain And Abel
  30. How To Use A Trial Program Forever Without Activation
  31. How To Use Cain & Abel To Get Local Passwords
  32. How To Use Your First Web Exploit

15 May, 2012

Cool Notepad tricks- Amazing

1. Create Falling Matrix with Notepad-
For creating matrix like code you need to follow simple steps given below
Open Notepad and paste the following lines
@echo off color 02 :start echo %random% %random% %random% %random% %random% %random% %random% %random% %random% %random% %random% %random% %random% %random% %random% %random% %random% %random% %random% %random% %random% %random% %random% %random% %random% %random% %random% goto start
Now save this as Matrix.bat and enjoyyy

2. Open endless Notepads
Open Notepad and type following code
@ECHO off :top %SystemRoot%\system32\notepad.exe GOTO top
Save it with .bat extension and enjoy.

3. How to Open Command Promt with notepad
Open Notepad and type following line
command.com
Save it with .bat as "cmd.bat" and Open it


4. Shutdown your PC with notepad
Here i am going to show you a trick, by that you can shutdown your PC with notepad.,.,
Open Notepad, type the following code
@echo shutdown.exe -s -t 10 -c "you are hacked"
Save it as shutdown.bat or any name with .bat extension

5. Worldtrade center attack-- funny trick
As you know thay no. of plane that hit World trade center was Q33NY , by co-incidence you can see it on notepad
Open Notepad, and type Q33NY
Now increase font size to 72 and change font to Wingdings
Now see the attack.,.,

6. See movie on command promt
Open Run, and type cmd
now type telnet towel.blinkenlights.nl
Hit Enter and it will connect in 5-10 sec,,, now enjoy and see.,., Starwars

Leave your comment here.,.,.

How To Save Gmail Attachments Directly to Google Drive


Since it is a product from Google we can expect it to be integrated with other services from the search engine giant.As of now you can directly open and save Google Docs files in you Google Drive account but what about email attachments? They shouldn’t be ignored Right? There is no official update regarding the time-frame in which Gmail and Google Drive will be integrated but a chrome developer has made an extension that will fulfill this purpose.Gmail Attachments To Drive is a Google chrome extension developed by Josh Sullivan and is available for download in Chrome app store.

Here are Steps Save Gmail Attachments Directly to Google Drive.Download and install Gmail Attachments To Drive addon for chrome.


  • Now open Login into your Gmail account and open any mail with document (pdf,docx etc) attachment.Now you will notice Save to Drive just below your attachment.Click on it and your file will automatically get stored in Google Drive.
save gmail attachment in google drive
However the extension only supports documents like pdf, docx, rtf etc and it cannot save videos and compressed files like .rar or .zip files directly to Google drive.For these type of documents you have to perform the task manually.
So just try out this extension and leave your feedback via comments !

11 May, 2012

list of worlds most fastest dns servers


DNS (Domain Name Service) is very important and its related with your internet speed, However if you are optimize it , there are chances to increase your internet speed. Many websites and blogs written about DNS servers but according to the team of wildhack007, the fastest DNS server is that which provided by your ISP (Internet service Provider) and we found that mostly DNS servers provided by ISP has been working excellent, but in some cases the ISP's are not offering the fastest DNS servers. They are working too slow and at times irritating the users, well we have a solution for you.


We found the list of world fastest DNS servers:

Open DNS: It is the most fastest DNS server which is used across all over the world and it is the fact that million of users trust open DNS as compared to others, so we recommend it .It is fully secured, here are the primary and secondary DNS :

208.67.222.222

208.67.220.220

DNSAdvantage : There is a alternative for open DNS , called DNS Advantage. I recommend it too but open DNS is always be the first choice, but it also be preffered. Here are the primary and secondry DNs:

156.154.70.1

156.154.71.1 

Google public DNS : Google provided a free open public DNS server, that to works fast most times but still it doesn't provide a security . here are the primary and secondry DNS :

8.8.8.8

8.8.4.4


Note: If you don't know that how to change your DNS server ,then CLICK HERE 

Enjoy 
 

HOW TO CHANGE THE DNS SERVER


Hello friends, today i am going to show you how to change your DNS server. If you think that your internet spjeed is too slow, then you could use the open DNS server. There are lot of  fastest open DNS server available on web absolutely  free.

You just follow the below steps:
For Windows 7
  • First navigate to Start>>control panel>>Network and internet>>Network and sharing center>>Change adapter settings.

  •  Right click on your internet connection. 

  • Navigate to properties  and then double click on Internet Protocol Version.



  • Change your DNS server and click ok.

For windows X
                         
For users on Dial-Up connection     
  • Go to My Computer>>Dialup networking.
  • Right click on your internet connection and select properties.
  • A window will open - click the Server Types tab. Click TCP/IP Settings.

For all other users 

  • Go to control panel>>Network connection and select your local connection.
  • Click on properties and then select Internet Protocol ( TCP/IP ).
  • Click on properties
    .
You will see the windows like the one below, this is a internet protocol windows, select "use the following DS server" and change your  DNS server.


 
Note: To add more DNS server select Advanced

HOW TO FIND E-BOOKS AND PDF FILES USING GOOGLE

If you want to learn more about some subject or you are researching about something on internet ,then best way is to find free ebooks avaliable on subject and go through them.


 Also, most printed ebooks are also avaliable in various ebooks formats including .pdf , .chm , .cbr , .djvu and many more depending on your reader . So it is good idea to check the free version of book before buying its printed version.

There are many websites on internet where you can download free ebooks. If you can't find ebook anywhere , then google is a best tool to find any ebook .

You must use some special queries to find ebooks using google. Some of the best queris to find ebooks are listed below:

  • Use intitle search operator: intitle operater can be used if you want to search , only the html title tag (<title>) of the web page. for example below query is used to find only those web pages , that have the keyword apples in the title tag.
    
 intitle:apples:
        

We can use intitle operator to find the directory listing of web servers where ebooks are stored.  This is because the default html title for these contains the word index of. So if you want to find ebooks in .chm format which are published by syngress , then you will use following query....




Some more examples of using the intitle operator to find ebooks on google:

        intitle:index.of?chm health
      
        intitle:index.of?chm "Radiology for Dummies"

Thus , in short , you can use quey of this type to find ebooks on specific subject with a specific ebook format.

        intitle:index.of?file_extension book_info

  • Use allinurl search operator: allinurl operator can be used to restrict the search results to only those web pages contain the keyword in url . For example query below will listed only those web pages that have only apples in url .For example: www.bestapples.com , www.bestfruits.com/apples
           allinurl:apples

Now ,as google spider crawl the web also find ebooks . we can use allinurl to find ebooks as below:

         
allinurl: pdf "Radiology for Dummies"
  
The query will find all web pages that have the word pdf and the pharse "radiology for dummies" in url. And its possible you find ebook easily with this query.

  • Use google pharse search and +operator : You can use google double pharse to search find exactly  as you used . For instance , following query will show you web pages that have pharse "Radiology for dummies" exactly . 
          "Radiology for Dummies"

The + operator can be used only to find those that have contain the terms prefixed with + . No synonyms , only exact match . For example following query will find only those web pages which have word dummies in it and the word Radiology and words similar to radiology .

    Radiology for +Dummies 

Combining bith the pharses seacrh and +operator , you can find ebooks easily .

   +("index of") +("/ebooks"|"/ebook") +(chm | pdf | rar) +book_info


Hope this help you to find ebook easily that you are looking for. If you know any other method to find ebooks using google  , then comment below..................

HOW TO BLOCK FACEBOOK ON YOUR COMPUTER


Today I am going to post that how to block facebook on your computer without any software with host file. Facebook are very addictive and people tend to spend lot of time on it. You can easily block access to Facebook without any software, just follow steps below:



The location of the hosts file depends on your operation system.
Windows XP, Vista and Windows 7 C:\WINDOWS\system32\drivers\etc\hosts.

1. Open the hosts file using Notepad or other plain text editor.
2. Copy the following:

    127.0.0.1  facebook.com
    127.0.0.1  www.facebook.com

3. Paste it into the Hosts file after 127.0.0.1 localhost


4. Save and close the Hosts file.
5. Reboot your computer to apply the changes.
6. Try to open Facebook in a browser.

Note: Pay attention that Google Chrome may ignore the Hosts file. 

DROP BOX NOW OFFERS 16 GB FREE SPACE...........!


Yes, it’s true! Dropbox is trying to smoke its competition by offering 16 GB of free space.

Now you will get 500 MB of free space for every friend that you invite to Dropbox. So avail this opportunity today and use one of the best online cloud storage service with up to 16 GB of free space!!

For those of you who don’t have much information about Dropbox, here’s a brief overview of the features it offers:
  • 2 GB of free online space when you sign up and a possibility of getting up to 16 GB of free space by inviting your connections (family and friends).
  • Compatibility with all major operating systems (both for computers and mobiles).
  • Share your data with the people who matter. Or share anything with a public link.
  • Highly secure! Secure Sockets Layer (SSL) and AES-256 bit encryption.

Join and Install Drophbox

Five Useful Mozilla Firefox Shortcuts


Today, I am going to post five useful firefox shortcuts which i use my daily life. I'm a big fan of keyboard shortcuts. As a blogger, I don't enjoy having to reach for the mouse every time I need to do something. Hence this list of five Firefox shortcuts I use all day, every day:

Alt-Left Arrow: Sends you back to the previous page you were viewing. Alt-Right Arrow, of course, takes you forward one page. 

Ctrl-F: Brings up the Find tool, which works dynamically (i.e. as you type). Then I press F3 to jump to the next instance of my search item.

Ctrl-T: Opens a new tab. Note that you can start typing a URL immediately upon doing so, as the cursor automatically appears in the Awesome Bar.

Ctrl-Tab: Switches you to the next open tab. Ctrl-Shift-Tab takes you back a tab.

No "www" prefix: Are you still typing "www" at the beginning of every Web address? Guess what: The browser doesn't need it. So the shortcut here is to just leave it off. Type TECHIFIRE.blogspot.com and see for yourself.

If you like this, Please pass your comments.
Enjoy.

TO SAVE WEB-PAGES AS IMAGES


Hello friends, today i m going to show you that how to saves webpages as image. Whenever you serfing on the internet you find some interesting article and you want to read it but on that time you have mood to read things, the you can save that page by pressing Ctrl+S. But browser save the page as html. If you ever wanted to save webpage as images then you are at right place. You need a mozilla firefox and you have to install "Screengrab" add-ons. You can select to save a part of page or full page this will help you anywhere.

Just follow the simple steps below:- 
  • First, Download this add on from here
  • Install it.
  • Now restart your browser.
  • So, whenever you want to save page just right click and select “screen grab”
  • You are done
Note:You can also download flash components of that page , of course you must have java installed.

I hope you like this post, if you have any question leave as a comment below.
Enjoy.