Archive for March, 2008
Free Web Hosting Tutorial
Posted by TechInfo Admin on March 30, 2008
Posted in Tutorial | Tagged: Web Hosting Tutorial | Leave a Comment »
A Fashion Statement : LG KF300
Posted by TechInfo Admin on March 30, 2008
LG electronics has launched his new fashion phone LG KF300, which is target to young generation. At first glance, the LG KF300 looks like any other trinket that a fashion – conscious person would love to have. The KF300 available in black and pink colors, the LG KF300 has tri-band GSM/GPRS/EDGE radio, but no 3G connectivity with 2.2 inch internal display and 2 mega pixel camera with auto-focus complete the impressive range of features.. Additional features include a Flash0based interface, USB 1.1 with Mass Storage compliance, microSD expansion and WAP 2.0.Posted in Mobile phones & Solutions | Tagged: fashion phone, Lg KF 300 | Leave a Comment »
Museum of News
Posted by TechInfo Admin on March 23, 2008
The Newseum is an interactive museum of news and journalism under construction in Washington, D.C. It opened at its first location in Rosslyn, Virginia, on April 18, 1997. Its stated mission is “to help the public and the news media understand one another better.” In five years, the Newseum attracted more than 2.25 million visitors. The Newseum’s operations are funded by the Freedom Forum, a nonpartisan foundation dedicated to “free press, free speech and free spirit for all people.”Posted in Internet | Tagged: collection of news, Museum of news, newseum | Leave a Comment »
LG blue ray writer in India
Posted by TechInfo Admin on March 20, 2008
LG Electronics has launched its new IDE device, called the LG Blue Ray Writer (GGW-H20L) in the Indian market. LG claims that India&s fastest BD has a writing speed of 6x Max. Users can mount this IDE device on any desktop PC and can store up to 50GB of memory, allowing users to store data content of up to 73 CDs in one BD media. This surely makes it easy for them to take backups.
According to LG, a single-layer DVD has the ability to store up to 4.7GB of data, which delivers an average storage capacity of two hours of standard-definition movie with a few extra features. In addition, you are also allowed to store up to 27 GB of data, which implies over 13 hours of standard video and over 2 hours of high-definition video, a double-layer Blu-ray disc has 54 GB of storage capacity that gives more than 20 hrs of standard video and 4.5 hrs of high-definition digital video.
Posted in Hardware, Information, Latest Technology | Tagged: Blue ray disk writer from Lg, india's fastest blue ray disk writer., Lg blue ray writer in india | Leave a Comment »
What is Blue Ray Technology?
Posted by TechInfo Admin on March 18, 2008
Blu-ray, also known as Blu-ray Disc (BD) is the name of a next-generation optical disc format,developed by Sony and Phillips. The format was developed to enable recording, rewriting and playback of high-definition video (HD), as well as storing large amounts of data.The format offers more than five times the storage capacity of traditional DVDs and can hold up to 25GB on a single-layer disc and 50GB on a dual-layer disc. This extra capacity combined with the use of advanced video and audio codecs will offer consumers an unprecedented HD experience. Blu-ray technology is currently available only in Japan for recording HDTV.
Blu-ray is currently supported by more than 180 of the world’s leading consumer electronics manufactures(including Apple, Dell, Hitachi, HP, JVC, LG, Mitsubishi, Panasonic, Pioneer, Philips, Samsung, Sharp, Sony, TDK and Thomson), personal computer, recording media, video game and music companies. The format also has broad support from the major movie studios as a successor to today’s DVD format. In fact, seven of the eight major movie studios (Disney, Fox, Warner, Paramount, Sony, Lionsgate and MGM) have released movies in the Blu-ray format and six of them (Disney, Fox, Sony, Warner, Lionsgate and MGM) are releasing their movies exclusively in the Blu-ray format.
Posted in IT News, Latest Technology | Tagged: BD, Blue ray, blue ray technology, HD | Leave a Comment »
How to Install WordPress on Your Own Web Server
Posted by TechInfo Admin on March 14, 2008
1. Download WordPress
The very first thing you’ll want to do is download a copy of WordPress 2.0. So, go the WordPress site, and look for the link that says “DOWNLOAD.ZIP.” After download the program, you’ll need to unzip the files into their own folder.
2. Set Up Your FTP Program
FTP stands for File Transfer Protocol, and an FTP program will allow you to copy files from your own computer to your web host. There are many FTP programs available, and the one I use is a free program called SmartFTP. You can download it here.
3. Get Your FTP Access Information
You’ll need to enter this information into your FTP program to access and upload files to your web host. Specifically, you’ll need to enter the the domain name, user name and password for your FTP account. You can get this information from your web host. Then setup your MySQL Database your hosting control panel.
4. Enter Your Database Information into Your WordPress Config File
Remember when you downloaded and unzipped the WordPress program on your computer. Open that folder, and you’ll see another folder labeled “WordPress.” Open that folder, and find a file named wp-config-sample. Open this file in a text editor such as Notepad or Wordpad. When you open the file you’ll see some text, much of which looks like gibberish, but it’s not. Look specifically for the lines that read:
define(’DB_NAME’, ‘wordpress’); // The name of the database
define(’DB_USER’, ‘username’); // Your MySQL username
define(’DB_PASSWORD’, ‘password’); // …and password
define(’DB_HOST’, ‘localhost’); // 99% chance you won’t need to change this value
This is the place to enter the database information you saved from the previous step. So whatever the database name is, enter that information in place of ‘wordpress.’ Just be sure to leave the ‘ marks before and after as it appears above. Do the same for the DB_USER, DB_PASSWORD and DB_HOST. When you’re done, save the file, but save it as wp-config.php rather than wp-config-sample.
5. Upload WordPress to Your Server
Okay. We’re in the homestretch. The next thing you want to do is copy the entire WordPress program from your computer to you host’s server. So, first, open your FTP program and connect to your host’s server. Back in step 5, you tracked down your FTP information. If you haven’t already entered it into your FTP program, go ahead and do that now. Again, you’ll need to enter you domain name, your user name and your password. After you enter the information, go ahead and connect to your host’s server.
At this point, you’ll need to make a decision about where you’ll place your WordPress program. You can put it in, either, the root directory of your host server or a sub-directory. Personally, I place mine in a subdirectory because I run several different websites on the same server, and it just makes things a lot easier by keeping them separate. After you make your decision, go ahead and upload all the files and directories located in the WordPress folder you unzipped to you desktop, excluding the folder itself.
6. Run the WordPress Install Script
After you go to this page, WordPress will do the rest. Just follow the onscreen directions, and then you’ll be all done.
Posted in Information, Internet, Tricks, Wordpress | Tagged: Wordpress, wordpress installation, wordpress installation on web server | Leave a Comment »