₦airaland Forum

Welcome, Guest: RegisterLoginWith GoogleTrendingRecentNew

Stats: 3,325,089 members, 8,420,255 topics. Date: Thursday, 04 June 2026 at 02:50 PM

Toggle theme

Nateone's Posts

Nairaland ForumNateone's ProfileNateone's Posts

1 2 3 4 (of 4 pages)

PetsHow To Make Money Breeding Dogs - Starting A Responsible Dog Breeding Business by nateone(op): 2:58pm On Jul 21, 2008
Step1
The first step in breeding dogs is to make sure that you are dedicated to your animals and that you are ready to commit to being a breeder for the long haul. Responsible breeders need to be professional in their relations with customers and loving toward their animals. You also need to be sure that you will always have a place for your dogs to return to if their owners can't keep them.
Step2
Dog breeders are notoriously bad business people and lack basic customer service skills. If you can provide great customer service and deliver healthy, clean and adorable puppies, you will develop a lasting business that will produce tons of money. Most importantly, you will be able to sell your puppies for a very high price.
Step3
There are a million people out there that will tell you that you can't make money breeding dogs. They will tell you that breeding is bad. They will tell you that the world is overpopulated with dogs. Don't listen to these people! It is likely that they are the unethical breeders who have been unable to produce healthy, adorable puppies. Even though they can be irritating, we like these people. Their bad business practices make us look like shinning stars!
Step4
So, here's how you start. You first need to do your research and properly plan to handle your business. The best place to start is by reading “How to Breed Dogs” by Paul and Suzan Baker. This book is an absolute must! It will tell you step by step how to choose the right breed, how to handle marketing and sales, how to get the best discounts on food and supplies, how to price your dogs, what to do when things go wrong, and so much more. I enjoyed this book so much that I became an affiliate seller of their book because I believe in it that much. Here is a link to the e-book http://risandoval.suzanb, net/ I will also provide a link to the e-book in the resource section at the end of this article.
Step5
Picking the right dog breed can determine how successful your business will become. Among the most important things to consider is the popularity of the breed, the number and quality of breeders you will be competing with, the current prices in the market place, your likes and dislikes as well as your available space. The book spends a considerable amout of time discussing breed options and how to find and analyze all of the data that you will need.
Step6
The next thing you will need to do is come up with a marketing and sales plan. Again, the book contains a ton of information on how to market your puppies and provide great customer service. You will also learn sales strategies including how to handle phone calls and what to discuss during each point of contact with customers.

Now you have the basic tools that you need. Know that you can be a responsible breeder and make a ton of money at the same time. I wish you all the best.
[url=http://[url=http://
www.flyhow(dot)(dot)com][url]
ProgrammingHow To Create A Confirm Box In Javascript by nateone(op): 2:51pm On Jul 21, 2008
Confirm boxes are a convenient way to give a web visitor a simple choice: to accept or to decline something. They are displayed using the JavaScript confirm function.
Create a Confirm Box in JavaScript
Step1
Write the code to call the confirm function, following the example below. The result from confirm is placed in the variable ok so it can be tested in subsequent logic.
ok = confirm("Do you really want to do this?"wink;
Step2
Concatenate strings using the "+" operator to display a message made up of several parts, as follows:
ok = confirm ("Are you really " + age + " years old?"wink;
Step3
Test the value returned from the confirm function and take the appropriate action. In the following example, if the user presses the Cancel button he or she is returned to the previous page. (The exclamation point is the Boolean NOT operator, which changes true to false and false to true, so a return value of false, corresponding to the user pressing Cancel, is converted to true, which passes the if test.)
if (!ok) { history.back (); }


# f you don't need to give the user the option to Cancel, consider using the alert function instead.
# Instead of storing the result from confirm in a variable and testing it, you can test it directly within an ifstatement with a construct such as if (confirm(, ) { }.
# Technically the confirm function is a method on the JavaScript window object, and thus could be written window.confirm, but since JavaScript on web pages is executed within the context of the window object anyway, this is not necessary.

www.flyhow..com
ProgrammingHow To Query A Database Using Select With Mysql by nateone(op): 2:41pm On Jul 21, 2008
The most basic operation in any SQL system is the SELECT query. In MySQL, programmers use SELECT to query a database in order to retrieve records. Using SELECT will return a number of rows from a database based on the criteria you pass it. The command can be basic or complicated depending on how enhanced your SELECT statements are.
Step1
Gather some basic information about the data you want. Know what information the database hold as well as which table you want to query, what rows the table holds and which of those rows you want to see.
Step2
Start with a very simple query which can then be built upon. This query will return every column and every row of the "customers" table, showing the basic form of the SELECT command. The amount of data returned will be overwhelming if your customer table is large. Example:
SELECT * FROM customers;
Step3
Define what it is you want to do with the information your query will return. Remember, you won't usually need all columns of data.
Step4
Return only wanted columns. To return only a few columns, replace the asterisk in the previous command with a comma-separated list of columns you want. For example, if you're doing a mailing to all of your customers, you will only need the name and address columns. Example:
SELECT name,address FROM customers;
Step5
Narrow your query further by returning only rows that interest you, using a WHERE clause. The WHERE clause will cause the SELECT query to return only rows that satisfy the WHERE clause. This query will select the name, address and balance of every row in the database with a negative balance. Example:
SELECT name,address,balance FROM customers WHERE balance < 0;
Step6
Use the boolean OR and AND with the WHERE clause to join any number of conditions. The conditions can be as complicated or simple as you need them to be. It's dependent on how specific you want the return to be. Here AND is used so that the query will select not only the name and address of everyone with a positive balance, but also those whose name is 'Joe Smith'. Example:
SELECT name,address FROM customers WHERE balance > 0 AND name = 'Joe Smith';

# In MySQL, as in other programming languages, the asterisk (
# ) is a wild card used as a shortcut to return all the columns from a table.

www.flyhow..com
ComputersHow To Format A Hard Drive With Windows Xp - Step By Step Guide by nateone(op): 2:14pm On Jul 21, 2008
please no body should use this as a seminar oh grin


If you want to format a hard drive while using or installing Windows XP, you've come to the right place. This can be very useful for clearing everything off a secondary drive or when installing a fresh copy of Windows. Formatting a computer hard drive is simple and can help eliminate viruses, storage issues and other hard-to-resolve problems.

Step1
When you format a computer hard drive you will lose everything that is on the drive. Therefore, it is very important to back up anything you might want later. Additionally, if you are going to be formatting and installing XP you need to make sure you have the discs for any applications or third party hardware you use since you will need to re-install your programs and drivers after re-installing Windows.
Step2
Take a moment to think of anything that you have on the computer that you wouldn't want to lose. Generally, you probably want everything in your My Documents folder, and you also want to save things like your favorites or bookmarks from your Web browser. Remember that each user on the computer has his or her own My Documents folder, Desktop items and Favorites/Bookmarks.
Step3
Save everything to a CD, DVD or a hard drive that you won't be formatting.
Formatting a Secondary Hard Drive
Step1
Right-Click on the “My Computer” icon either on your desktop or in the Start Menu and select “Manage.”
Step2
A new window titled “Computer Management” comes up. Select “Storage” from the left hand side by clicking it once, then select “Disk Management(local)” from the right side by double-clicking it.
Step3
Now in the lower part of the main frame (right side) of the window you should see a nice visual of all your hard drives. Each line is a different drive. Each box on a line (with a colored bar at the top and a size displayed in MB or GB) is a partition on the drive. Partitions are separations of space on a drive. Unless you are doing something specific that requires multiple partitions, you only want one partition per drive.
Step4
First you must delete any existing partitions on the drive you are going to format. Do this by right-clicking on the partition's box and selecting “Delete Partition, ” Since you already know that you will be deleting everything on the drive, and have already backed everything up, you can safely say yes to any warning the computer presents you with.
Step5
If there are multiple partitions make sure you have saved everything off them since they might each have different drive letters (i.e. “D:” or “F:”). Then repeat the above step for each of them. If you only want to format one partition that is OK and you can continue to the next step without deleting the other partitions.
Step6
The box for the drive to be formatted should now have a black bar at the top of it and should say “Unallocated” under its size (see picture). Right click on it and select “New Partition, ” The New Partition Wizard comes up.
Step7
In the New Partition Wizard click next. On the next page make sure “Primary Partition” is selected and click next. Now make the size equal to the maximum (it should already be set to it), and click next again. On the next page the computer will automatically choose the first available drive letter for the new drive. However, if you like you can choose another drive letter from the drop-down menu, and then click next.
Step8
Finally the New Partition Wizard asks if you would like to format the new partition and if so what format. Choose “NTFS” as it is faster and more secure. Leave the “Allocation unit size” as “Default.” In the “Volume label” field enter whatever name you want the drive to have. Simple is better. Avoid using spaces. Lastly, if the drive is brand new and has never been used before check the “Perform a quick format” box. If the drive has been used before leave this box unchecked. Leave the “Enable file and folder compression” box unchecked and click next. Then on the next page click finish.
Step9
The wizard will now spend a little while formatting the drive. On old or large drives this may take a while. Do not close the “Computer Management” window until it finishes. You will know it is done when the word under the size of the drive changes from “Formatting” to “Healthy” and the name and drive letter you chose for the new drive show up. After it is finished you can proceed to use your newly formatted drive.
[center]
Formatting and Installing from the Windows XP CD
[/center]
Step1
This section explains how to reformat a drive from the Windows XP installation CD. This can be used when installing a fresh copy of Windows onto a computer. Here it is especially important to backup all of your important information because upon formatting you will lose EVERYTHING that used to be on the drive. This includes all applications and device drivers, so you must back up everything you can.
Step2
Insert your Windows XP installation disc into your CD drive (Home or Pro--it does not matter).
Step3
Now as you computer boots a little more it will say “Press any key to boot from CD, ” press a key to do so.
Step4
The CD will load up a blue screen and then spend a while loading files it needs. When it is finished it will list a few options, mainly “Press ENTER to set up Windows XP.” Press Enter or Return.
Step5
Now you will be at a screen to select where to install Windows to. This is where you can delete old partitions and format drives. The box in the bottom half of the screen shows all your drives and the partitions that exist on them. Use the Up and Down arrow keys to highlight your “C:” partition and press the 'D' key (if all that shows up is “Unpartitioned space” and you have no C: or D: partitions, skip this step). On the next screen press the 'L' key to finalize deleting the partition.
Step6
Now you are back on the screen to choose where to install Windows. The box on the lower half of the screen should no longer show a partition but simply have an entry “Unpartitioned space xxxxxMB.” Select this with the arrow keys and press the 'C' key to create a partition on the drive. The next screen tells you the minimum and maximum sizes the partition can be and lets you pick the size. The default size is the maximum, but double check that the number entered is the maximum and hit enter.
Step7
Now you will again be back at the choose where to install Windows screen. But this time you will have a partition that looks something like this “C: Partition1 [New (Raw)]xxxxxxMB.” Highlight this entry and press enter.
Step8
The next screen lets you choose which file system to format the drive with. Choose NTFS as it is faster and more secure. If the drive is brand new and has never been used before then use one of the options that ends in “(Quick).” Or, choose one of the lower down options. Use the arrow keys to select the proper one and press Enter or Return.
Step9
From here you are all set and the installation of Windows will proceed starting with a format of your drive. This will take a while (over half an hour) so you can take a little break.

www.flyhow..com
ComputersHow To Transfer Data On An Old Laptop To A New One by nateone(op): 11:18am On Jul 18, 2008
Transfering data from an old computer to a new one is really easy if you have access to the internet and a wireless network.

Things You’ll Need:
New computer with internet capability
Old computer with internet capability
A wireless network

Step1
First, connect your old computer to the wireless network. Nowadays most people use the interent through a wireless network. So basically, if you have wireless internet and you are able to get on the internet, that means you are connected.
Step2
Go into the networks settings. This is usually as simple as right clicking the network's icon and then clicking properties. What you want to do is turn on, "file and printer sharing" within the network.
Step3
Now, go to the folders/data that you want to transfer. Right click or get into the properties of that folder. Check the box that says "share this fodler with network".
Step4
On the new computer, connect to the wireless network. Under control panel or possibly the start menu, there should be an option for "My Network Places" or "My Network". In this folder you should find the data that you chose to share from your old computer. You can simply copy/paste or drag/drop the files to your new computer.

If you don't have access to a wirelessnetwork/internet, you can use a jumpdrive to transfer data. These can be costly and usually can't hold very much memory.
BusinessHow To Open A Developer Central Paypal Account by nateone(op): 4:12pm On Jul 17, 2008
A Developer Central account at PayPal gives you access to API manuals, bulletin boards and code samples. It also gives you the ability to test various business banking features such as website payment standard, payment notification and APIs through the "Sandbox Test Environment."

tep1
Go to the PayPal Developer Central webpage, also called the "Sandbox Test Environment."
Step2
Click on the "Sign Up Now" button on the right side of the page to open a Developer Central PayPal account.
Step3
Complete the basic information form.
Step4
Read and review the User Agreement and the Privacy Policy. Both can be printed for future reference.
Step5
Indicate on the form that you agree with both the User Agreement and the Privacy Policy and then click the "Sign Up" button.

thats all
Technology MarketRe: Connect To The Internet Free by nateone(m): 2:42pm On Jun 28, 2008
I don't need to say much, just type this phone number in the nairaland seach icon _ 07086971612-, this guy has been scamming people in nairaland for long. he has different username like - joyceolumide, pat so many. he starts with telling people to pay 5K FOR - how to brows with your gsm phones for free- , a guy i know paid into is uba account , after five days of telling him rubbish he switch off the is phone and switch it on later. seun should ban him from this forum or people should stop payng money on any stuff they see or read about.

the phone number is still active and i believe that people are still callinh and making payments .
am sorry for them.
CrimeSeun: There Are Scammers Here And I Know One by nateone(op): 2:28pm On Jun 28, 2008
I don't need to say much, just type this phone number in the nairaland seach icon _ 07086971612-, this guy has been scamming people in nairaland for long. he has different username like - joyceolumide, pat so many. he starts with telling people to pay 5K FOR - how to brows with your gsm phones for free- , a guy i know paid into is uba account , after five days of telling him rubbish he switch off the is phone and switch it on later. seun should ban him from this forum or people should stop payng money on any stuff they see or read about.

the phone number is still active and i believe that people are still callinh and making payments .here is the bank details used to dupe nairalanders.
lets get him guys

BANK: FIRST BANK
ACCT TYPE: GLOFIRST.
ACCT No: 628 0512 0011 0641 6085.

CALL ME ON: 0708 697 1612 OR 0803 296 5876 AFTER
PAYMENTs .
THANKS,


am sorry for them.
Foreign AffairsMccain’s & Obama’s Greatest Weaknesses? by nateone(op): 3:17pm On Jun 07, 2008
The game is on. And voters have two very different candidates to choose from to be americas next president. John McCain and Barack Obama presumably won because they were the strongest candidates of their respective parties, but both men have issues they’ll have to overcome if they want to win.

thanks
http://barackafricaobama..com/

Tech JobsGet Paid To Help Build A Php Form Handler - Urgently by nateone(op): 10:21am On Jun 05, 2008
I need some one to build a html form handler today, have already built the html part , just build the form server side
visit www.adandiigbo.com , i need it before midnight today - i will pay N2,000 ( two thousand naira) call me on 07037721896 08059319046 , my mail is ourpaypalaccount@gmail.com

if you dont like my price ,pleae dont bother to call
thanks
AdvertsYou Can Know Open A Paypal Account/verify it While Still In Nigeria by nateone(op): 2:10pm On May 31, 2008
[center]Get your Own Paypal Account and End All Your Online Frustration Today
- At a fee you would only be too glad to pay.[/center]


Is rather unbelievable that till date Nigerians are still unable to harness the full potentials of the internet. Not particularly due to our indifference but because of the challenges Nigerians have to face in dealing with various online merchants. These merchants seem to be in a grand conspiracy against Nigerians for reasons best known to them.
However, we are aware of the increasing number of genuine Nigerian net-preneurs who are unable to do business online as they have all been grouped together and tagged fraudulent and high risk by these online merchant accounts. Over 80% of sites accept credit cards and paypal as means of payment and as such Nigerians can only look and wish as these payment methods seem almost impossible from Nigeria. A couple of firms, even banks have started offering credit cards, but we are all aware of the tales of woe by people who use these cards. a common Nigerian can get his/her paypal account and transact business right here from .send a mail to naijapaypal@yahoo.com
Nigeria.

THANKS
WebmastersA Few Mistakes To Avoid When Designing Your Web Site by nateone(op): 2:40pm On Mar 17, 2008
Be aware of these common pitfalls when designing your site: •The home page does not quickly tell you what the Web site is all about. You should be able to visit the home page of any Web site and figure out what the site is about, what type of products it sells, or what it is advertising within five seconds. •The poor use of popup windows, splashy advertising, splash pages (pages with neat animations and sound but which you have to watch for five to ten seconds before you are taken to the real Web site), and other Web design features that draw interest away from your Web site, products, and/ or services. •Poor Web site navigation. This includes broken hyperlinks, hidden navigation, poor wording of navigational links, links that take you to pages with no links, links that take you to the same Web page, and pages with no links back to the home page (always include a link back to the home page so that regardless of where site visitors are, they can find their way back home!). •Believing that because you have a Web site, you have a marketing campaign or overall marketing and advertising strategy. You need to understand that your Web site is not your marketing strategy. Your Web site is just a part of your overall marketing strategy, depending on your business goals; for example, if you have a successful restaurant but want to advertise and promote your business on the Web. Creating a Web site is great, but if it is not promoted and advertised, no one will ever find it. By passing out business cards with your Web site URL embossed on them, you are using a traditional marketing campaign to promote your Web site. If you offer a downloadable/ printable coupon from your Web site, you are successfully using your Web site as part of your marketing strategy to meet your goal of increased restaurant sales. •Failure to attain Web site relevance and content updating. There is nothing more dissatisfying to a Web customer than visiting a Web site that is grossly out of date. Incorrect pricing, products no longer available, dated content, and ancient advertising all signify to the Web site visitor that your devotion to your Web site is suffering greatly. Cramming your pages with non-relevant material will detract the visitor from getting the point of your Web site (the five-second rule mentioned earlier). •Avoid too many text effects. Forget flashing text, reversing text, gymnastics text, or other eye-popping and dizzying effects, which do nothing more than annoy your site visitor. Don't create a "loud" Web site that contain so many blinking, flashing, twirling, and spinning icons, text, or graphics that visitors are overwhelmed by the effects and under-whelmed by the site content. •Limit the number of graphics on your Web site so that you don't overwhelm your site visitors with "graphics overload." Don't use animated GIF images on your Web site. These were cool ten years ago, but in today's professional environment, they are just another "loud," annoying distraction that site visitors don't want to see. •Don't use Microsoft's themes (built-in design templates) when creating a Web site with Microsoft FrontPage. While FrontPage is bashed on a regular basis, we stand by the fact that it can be used to design great Web sites. •Don't incorporate frames into Web site design. The use of frames within a Web site will drive customers away faster than anything! •DO incorporate the proper Web site design elements to ensure that your Web site is ready to be found by search engines.
www.naijacampus.com
EducationTop 10 Certification Exam Tips by nateone(op): 2:16pm On Mar 17, 2008
Getting Certification is a cherished vision for every person, who desires to be recognized as a certified professional in the IT industry. Industry experts advocate going for more and more certifications these days. More the number of certifications you have, the more value you add to your organization!

Certification, undoubtedly, is one of the coveted affixes and a fundamental official recognition in the portfolio of a IT professional. It is believed that qualifying any certification exam acts as a great morale booster. This article highlights the tips to keep in mind while preparing and attempting any Certification exam.

Test Tips

1. Read Lot of Books on Certification:

Inculcate the habit to read a lot on certifications. Usually human brain tends to have extended recall of what has been read a few times.

2. Make Notes:

Ensure that you take notes of what you learn either while attending classroom sessions or reading study material.

3. Latest Industry Information:

Stay up to date with the technologies and latest happenings in the industry.

4. Don’t Act in Haste:

Don’t scuttle while attempting the test. Always read the question carefully before you look out for choices in hand.

5. Devote an ample amount of time:

Devote some time to ponder and think of the possibly correct answer before selecting one from the given choices.

6. Be Cautious!

Ensure that you interpret all the options correctly before selecting from available choices.

7. Follow Your Instincts:

If you get confused and can’t think of the answer with self-reliance, follow your instincts.

8. Use Common Sense:

Use your common sense while answering the questions. It will be the best deal.

9. Take Your Own Time:

Make the most of the time period for answering the test questions. Don’t’ haste.

10. Stay Informed:

Ensure that you refer to the most up-to-date and modernized versions of study materials for certification exam preparation.

Just remember these tips and you will triumph the computer Certification with distinction!

Best of Luck! Look out for more tips and tricks
www.naijacampus.com
Technology MarketRe: Who Go Buy (n70) by nateone(m): 10:03am On Mar 07, 2008
i give you N10,000,
am in lagos
hope is in good condition

07037721896
EducationRe: Neco 2007 Nov / Dec Result Is Out by nateone(m): 1:12pm On Feb 29, 2008
where can someone get the neco result card checker

www.naijacampus.com
EducationThe Removal Of Crutech Vc by nateone(op): 1:07pm On Feb 29, 2008
FOR over three weeks, the Cross River University of Technology (CRUTECH) has remained under lock and key with the three unions of the institution calling for the immediate removal from office of the Vice Chancellor, Professor Eka Braide.

The three unions, which also unanimously passed a vote of no confidence on the vice chancellor, said their stand is premised on her alleged demonstrated incompetence and highhandedness in handling the affairs of the university.

But in a quick response, the Commissiner for Education, Professor Offiong Offiong said the state government has waded into the matter as it concerns salary and which he promised would soon be resolved. He however declined to comment on the issue of removal.

The eight-point communiqu�, taken on February 25 by the Academic Staff Union of Universities (ASUU), Senior Staff Association of Universities (SSANU) and the Non Academic Staff Union (NASU) at the end of its joint meeting in Calabar insisted on the implementation of their demands, else the strike action would continue.

Other decisions include, "immediate implementation of the Consolidated Salary Structure of Tertiary Institutions (CONTIIS) as obtainable in other Nigerian Universities. The unions also unanimously rejected the proposed Enhanced Universities Salary Structure (EUSS) for CRUTECH staff.

"Immediate payment of arrears of monetization from 1st October 2003 to April 2007, payment of the arrears of 22% on HATISS 4, payment of the arrears of the of the difference between EUSS and UASS were also contained in the communique.

The unions also called for the payment of examination and administration allowance for SSANU and NASU and teaching practice allowance for ASUU and immediate payment of all promotion arrears.

The congress "observed with dismay the exodus of high profile lecturers and other experienced administrative and accounting staff arising from the non implementation of monetization and CONTISS as obtained in other universities"

The unions expressed concern that "if immediate action is not taken by government, before long the university will become empty. The University like all other institutions of its caliber deserves the nationally approved wages".

The Commissioner noted that since the crisis began, two meetings have been held with the three Unions and "we have started looking at their demands critically, particularly the ones that have to do with salary", www.naijacampus.com

He said "we have to know the full implication of the demands on salary before we advise the governor on it".

Professor Offiong however lamented that with the strike action the relevant officers can not have access to documents and data to do proper costing and this is causing delay in resolving the crises.

The Commissioner expressed optimism that if the Unions corperate with government the matter will be esolved soon.

www.naijacampus.com
Tech JobsGet All You Infotech Ebooks And Manuals Here by nateone(op): 5:35pm On Jan 04, 2008
here is a website that you can get any info tech books and manuals at a cheaper rate, some of the books and manuals are free, www.ebooknigeria.com
enjoy
ProgrammingProgramming,how To Ebooks : Check by nateone(op): 1:09pm On Dec 29, 2007
Here is a website that has at least 3000 ebooks on related programming,hardware,software and web development and how to ebooks at fair and reduce prizes
http://66.7.200.85/~ebooknig/index.htm

thanks
WebmastersGet All Your Programming E-books And How To Books by nateone(op): 11:12am On Dec 13, 2007
you can now get any programming e-books and how to books you desire by visiting www.ebooknigeria.freespaces.com , you wont have to spend time and resources looking for books.
CareerBuilding A Database Driven Website Using Macromedia Studio 2004-a step by step by nateone(op): 3:18pm On Dec 12, 2007
hi there guys,
for those of you you who want to be website designers and developers, i will like you to purchase this ebook (BUILDING A WEBSITE USING MACROMEDIA STUDIO 2004). ITS A 555 PAGES EBOOK. ITS  sold at amazon for
http://www.amazon.com/Macromedia-Studio-Reference-Dummies-Computer/dp/076459690X,

send a mail to ebooknigeria@gmail.com , or naijavibes80@yahoo.co.uk to get it at a more cheaper rate.

if you are not interested ,please don't mail
ProgrammingHelp: An Error Has Occurred by nateone(op): 3:17am On Nov 03, 2007
hi house, pls, who can explain in detail what is the meaning of this result

An Error Has Occurred

2: Division by zero
File: /home/naijacam/public_html/Sources/Subs.php
Line: 584

happened to my website, can anybody sugest a way to go about it
ProgrammingHelp With Wamp5 by nateone(op): 11:49am On Sep 28, 2007
HI GUYS, ijust downloaded wamp5 to my system so i can be using it to practise some web parkages have learnt, after downloaded, i dont know how to install the mysql with the pasword and username, i try downloading phpmyadmin, in shrt can some one helpp me out on using the wamp5 afer downloading,
Technology MarketRe: Pimped P3 Laptop,20g - N45k (give Away) by nateone(m): 2:55pm On Aug 02, 2007
i give you 31k, you can rach me on 07037721896, cheers
Technology MarketGot #40,000 Cash, I Need A Laptop by nateone(op): 6:55pm On Jul 13, 2007
hi guys, got #40gees, a need a refurbish laptop before the end the month, in good condition, a p3 can be considered, 600mhz,20G hdd, cd/dvd,usb,512RM, CALL ANY TIME
07037721896 or mail naijavibes80@yahoo.co.uk ,
ComputersRe: Installing Laptops Tv Tuner by nateone(m): 9:44am On Jul 06, 2007
can u use one also in a pentium three laptop?want to know

1 2 3 4 (of 4 pages)