Jan 29

If you work at home using the internet or are frequently on the internet checking out websites, then you will want to look into service from a high speed internet provider. There are several ways to connect to the internet in order that you receive this quicker service. You can look into DSL which is at least 5 times faster than dial up and runs through the phone line. Cable and satellite internet access are the other choices. After you choose which connection you are interested in, then you need to find the high speed internet provider that offers that particular service.

DSL is a great option for people who live close to the central office where the DSL comes from. DSL is distance sensitive, which means that you need to be within three miles of the office of your high speed internet provider to receive the best connection. The best way to find out about DSL is to ask neighbors if they use it and if the do, ask if they are satisfied with it. DSL is always on, so you do not have to wait for it to connect to the internet. With better speed than the dial up method, this may be the right choice for you.

Cable internet runs through your cable line and has amazing speed. Downloading is quick and easy and it is always on for your convenience. The only drawback to cable internet may be the high cost that these high speed internet providers charge. There may be package deals with your cable TV service or a reduced priced if you accept a slower access speed, so ask if there are any discounts that are available. Cable internet is a wonderful option for those users who are on the internet several times a day.

Satellite internet may be the only option for consumers in rural and out of the way areas. Satellite internet uses satellites in outer space for internet connection. This is a faster option than dial up, but may be dependent upon the weather, although most consumers only have problems during major storms. Ask neighbors about their internet service and if they use satellite internet service. This is the best way to find out which high speed internet provider will work for you.

High speed internet providers fill a vital need for internet users. The important thing to do is to research the provider group of your choice until you find a high speed internet provider that offers what you need for you and your family. Once you do this, then you sure to find the high speed internet service that is right for you!

Learn the essential information for picking the right Internet Service Provider at Net Zero

Related posts

Tags: , , ,

Jan 26

Got flash memory cards? They aren’t only for your digital camera. Probably the coolest yet overlooked ways to use your flash memory card is as floppy drive replacement. Think about it, a flash memory card is really a form of storage disk.

Most notebook computers today don’t come with a floppy drive anymore. I’ve personally been in situations where I needed to share a file with someone and haven’t been able to because they handed me a floppy disk.

If you already own a card or a digital camera, chances are you already have the necessary equipment to read the card and transfer files to and from them. If you don’t it’s easy. Get yourself a flash memory card reader - they are so inexpensive these days you can even pick one up free after rebate if you watch the deals. Hookup it up to your computer and pop in the card. It will show up on your computer as a new drive. When you’re ready to save data to it, just drag and drop. It’s no different than a regular floppy or hard drive. Once you see in this light there is a whole bunch of things you can use your flash memory card for and here are 5 ideas for you.

1. Use as a greeting card. Hey there’s always an occasion around the corner. If you’re already thinking of sending a CD greeting card - use your flash memory card instead. With the large storage sizes you can afford to have multimedia in your ecards too and when that person gets tired of it, the card itself is a gift for their computing convenience. As if that wasn’t enough, you can probably get by with less postage too.

2. Use as media storage. One of the best things about flash memory cards is how much its small physical size can pack in. With memory sizes up to several Gigabytes, you could use it to store your media like video clips, picture clips, audio files and just about any downloadable content. Its small size also makes it highly portable without taking up valuable space on your notebook computer hard drive.

3. Sharing files or transferring files from one computer to another. If you need to do this often, here’s a quick tip. Carry with you a USB card reader. Many of them are very compact and no heavier than your cell phone. Doing this has advantages over carrying a flash memory drive. Flash memory cards are smaller and a tiny catalog of cards can offer you much more memory than a flash drive. Better carry two things than a bunch of drives.

4. Build yourself an ebook library. Are you a book worm? One tiny flash memory card can store a lot of ebooks since most text based files are smaller than media files. You can store whole libraries of ebooks in various topics either on one card or dedicate one for each topic you are interested in. Again, they are easy to share and very portable - you’ll never run out of reading material again even when on the road.

5. Run small software from it. Yes, there are tiny software that don’t need to be installed and can run from the card itself. This is particularly helpful when you’re using someone else’s computer. Now you can carry your software with you too.

Now that you know - gather up those flash memory cards and start using them. Just because your new camera isn’t compatible with it doesn’t mean you should let it go to waste and the best part is, you won’t have to worry about obsolete cards anymore.

Lynn Chan simplifies computing and computer care issues for new notebook computer owners. Start protecting your investment, with a free notebook computer care tutorial

Related posts

Tags:

Jan 23

In my first article “So You want to be a Games Developer?” (http://ezinearticles.com/?So-You-Want-to-be-a-Games-Developer&id=70920), I discussed various games genres, including Web/Email games. This is one of the easiest ways to start developing games- you aren’t restricted to one language or platform and the costs are pretty low. In this article, I’ll look at the various technologies that you can use, and give you an idea of what its possible to do and how you get started.

Web games fall into various sub categories- email games, browser games, and multi player games. Email games are by far the simplest- technically they aren’t web games and you don’t even need a computer to moderate them, just to send and receive. Browser games can be implemented in Flash, JavaScript (dhtml), Java and even ActiveX/COM. I’d guess that most single player games are implemented in Flash but I’ll save that for a future article. To start with, though I’ll take you through what is involved in developing Multiplayer Web Games.

Before you start, go and take a look again at the Multi Player Online Games Directory- www.mpogd.com. Its an excellent resource and gives you an idea of the type of games out there ranging from small free games to the massive games like Sony’s Everquest.

The big multiplayer games aren’t web based but they do work across the Internet. They tend to have their own custom written clients, with encrypted protocols, fast 3d graphics and large teams of customer support staff. I recommend http://terranova.blogs.com/ as an excellent blog on this- you’ll find articles and quotes from luminaries such as Richard Bartle who produced the first Mud (its short for Multi User Dungeon), and Professor Edward Castranova; an expert on virtual world economics. Muds also tend to use their own clients, usually based on Telnet. Although these are not web games, I recommend you widen your experience as much as possible. Muds in particular although not the most popular genre still do exist and provide a good model for interactive games.

Breaking into computer game design and programming is as easy as becoming a fulltime commercial game programmer- i.e. its not! But there is nothing to stop you developing your own web game, and MPOGD will be happy I’m sure to list it in their directory. If its Open Source you can set it up and find other developers on Soiurceforge.net.

There are two categories of web game: real-time and turn based, and this dictates the type of technology that drives it. Real-time is more complicated- the server has to support multiple connections at the same time and care has to be taken to synchronise actions between clients. If you attack someone and they’ve already moved but your client isn’t keeping up then your game is not going to be popular.

A crossover between multiplayer web games and custom client games is possible with Macromedia’s Flash. It is likely that multiplayer action games based on Flash will become more prolific- there are quite a few around now. Sadly sourceforge has many such ideas that have not got past the planning stage. Also what does exist may not be open source as creating such games takes a lot of work. Googling for flash, multiplayer game returns a couple of million results but add open source and it drops to a few hundred thousand.

Unless you are an excellent Flash developer and can write good server code as well, I suggest you stick to turn based games. The good news is that web based is an area where open source development is prolific. A search on sourceforge.net for ‘game servers’ returned several projects that are mature or beta. Fancy developing an RPG in Java? Use Arianne. Or if C# is more your style, have a look at Ovorp. The most popular languages are C++ and Java (for the server) but C# projects have now started appearing and you’ll find C, Perl, and Python as well. But don’t limit your searches to sourceforge- there are many projects elsewhere as well. An excellent resource for finding games is dmoz.org-= the Open directory Project. Have a look at http://dmoz.org/Computers/Open_Source/Software/Games/ and http://dmoz.org/Games/Video_Games/Roleplaying/Massive_Multiplayer_Online/Independent_Developers/

E.g. Black nova Traders, which is located on sourceforge at http://sourceforge.net/projects/blacknova and has its own url http://www.blacknova.net/ BlackNova Traders is a web-based, multi-player space exploration game inspired by the popular BBS game of TradeWars. It is classified as a turn based mud. It is coded using PHP, SQL, and Javascript. BNT is officially at Beta but is a pretty complete game that is just not finished. In fact it may never be as long as developers keep tweaking it!

If you are going to develop a web game you need a server. Yes you could do it online but thats slow. Best to setup your own server.

A good starting point with the most popular technology is the Open Source L.A.M.P. family. That is Linux, Apache, MySql and Php. If you are replacing your windows pc with a new pc, wipe the hard disk on the old pc and install a Linux distribution and hook the two up with a crossover network cable. What was a relatively sluggish Windows PC is now a good development server running Apache, Php and Mysql. Linux Guis are pretty friendly these days but if you are unsure of administering Linux, download webmin from webmin.com and install it. It makes all the Linux administration stuff like configuring Samba (if you want to share drives), adding virtual sites to Apache etc very easy. Or easier still is the W.A.M.P route with everything installed on your Windows box. For pros and cons of this have a look here. http://ezinearticles.com/?Windows-vs-Linux–Hosting&id=21972

One word of caution. You might consider exposing your web server to the internet down your dsl connection. Nothing wrong with that though it limits you to having two or three users at once. If you have a static IP its pretty easy to map a domain to it. It can also be done with a dynamic Ip connection as well. Search for dynamic dns to find out how to make that work. Be sure in either case that you have enough firewall protection. An unprotected Windows pc will likely be taken over in under 15 minutes. I strongly recommend that you buy a firewall router or invest in a professional software firewall at the least.

In future articles I’ll discuss the nuts and bolts of game software development and start developing an open source game.

Related posts

Tags: