Wednesday, 2 October 2013
Some Important Portals & their Founders
1. #Google— Larry Page & Sergey Brin
2. #Facebook— Mark Zuckerberg
3. #Yahoo— David Filo & Jerry Yang
4. #Twitter— Jack Dorsey & Dick Costolo
5. #Internet— Tim Berners Lee
6. #Linkdin— Reid Hoffman, Allen Blue& Koonstantin Guericke
7. #Email— Shiva Ayyadurai
8. #Gtalk— Richard Wah kan
9. #Whats up— Laurel Kirtz
10. #Hotmail— Sabeer Bhatia
11. #Orkut— Buyukkokten
12. #Wikipedia— Jimmy Wales
13. #Youtube— Steve Chen, Chad Hurley & JawedKarim
14. #Rediffmail— Ajit Balakrishnan
15. #Nimbuzz— Martin Smink & Evert Jaap Lugt
16. #Myspace— Chris Dewolfe & Tom Anderson
17. #Ibibo— Ashish Kashyap
18. #OLX— Alec Oxenford & Fabrice Grinda
19. #Skype— Niklas Zennstrom,JanusFriis & Reid Hoffman
20. #Opera— Jon Stephenson von Tetzchner & Geir lvarsoy
21. #Mozilla Firefox— Dave Hyatt & Blake Ross
22. #Blogger— Evan Willams
Sunday, 18 August 2013
Free Recharge for your mobile From Amulyam
Free Recharge for your mobile From Amulyam
The Best Website to get free recharge for Free by
1.Play Game
2.Refer Friends
3.Play Quiz
4.Attent Poll
5.Rate and Earn
6.Create Contest and Earn
Enjoy !!!
Click Here to Join Now
Wednesday, 31 July 2013
Thursday, 25 July 2013
What is .htaccess?
What is .htaccess?
Using .htaccess files lets you control the behavior of your site or a specific directory on your site. For example, if you place an .htaccess file in your root directory, it will affect your entire site (www.coolexample.com). If you place it in a /content directory, it will only affect that directory (www.coolexample.com/content).
.htaccess works on our Linux servers.
Using an .htaccess file, you can:
- Customize the Error pages for your site.
- Protect your site with a password.
- Enable server-side includes.
- Deny access to your site based on IP.
- Change your default directory page (index.html).
- Redirect visitors to another page.
- Prevent directory listing.
- Add MIME types.
.htaccess files are a simple ASCII text file with the name .htaccess. It is not an extension like .html or .txt. The entire file name is .htaccess. For more information on how to set up .htaccess files, visit Apache's Website
Monday, 22 July 2013
Import Excel or CSV File To MySql Using Query
Import Excel or CSV File To MySql Using Query
load data local infile 'path\file.csv' into table Table_Name fields terminated by ',' enclosed by '"' lines terminated by '\n';
load data local infile 'path\file.csv' into table Table_Name fields terminated by ',' enclosed by '"' lines terminated by '\n';
Subscribe to:
Posts (Atom)
IE7 Issues Text Indent
Unfortunately IE 7 is still widespread among the users hence while theming we have to give special importance to the grea...
-
A switching circuit consists of a finite number of gates ,each of which can be in any one of the two conditions 0...
-
The CPU bus has multiplexed lines but the system bus has separate lines for each signal. (The multiplexed CPU ...
-
§ LR parsers can be constructed to recognize all programming language constructs for which CFG can be written. § LR parsing is no...