₦airaland Forum

Welcome, Guest: RegisterLoginWith GoogleTrendingRecentNew

Stats: 3,327,394 members, 8,430,772 topics. Date: Sunday, 21 June 2026 at 06:06 AM

Toggle theme

Ogzille's Posts

Nairaland ForumOgzille's ProfileOgzille's Posts

1 2 3 4 5 6 7 8 ... 18 19 20 21 22 23 24 25 26 (of 35 pages)

WebmastersRe: Show Off Your Best Work. by ogzille(m): 9:42pm On Mar 05, 2012
Check out some of ma cool  cool sites u know:::

www.skoola.com
www.BLOCKED
www.ngcareers.com
www.erecruitmentportal.com

among others,  several in progress like: www.myjobmag.com/pbs
WebmastersRe: Show Off Your Best Work. by ogzille(m): 6:38pm On Mar 05, 2012
We have some cool naija sites, am just so sure!!! angry angry angry
PoliticsRe: Suggestion To Nairaland Owner (seun Osewa) by ogzille(m): 2:55am On Feb 27, 2012
Change is good, but changing to something worse is bad
RomanceRe: 8 Signs Of A Bad Relationship by ogzille(m): 6:52pm On Feb 05, 2012
violent:
Maybe not always. Sometimes you lie to people to protect them from the truth!
Lie angry
WebmastersRe: Who Did This Website by ogzille(m): 8:47am On Jan 31, 2012
i don't have a prob with the guy, kindly read my first post; i have a problem with your statement only
WebmastersRe: Who Did This Website by ogzille(m): 7:57am On Jan 31, 2012
babaearly:
the guy must have read this, so he has removed the title link.

But abeg cut him some slack now, you know sey na naija things be this. There are others out there who nor dey even try at all.
Now this id getting me angry; what do you mean by naija thingshuh thats annoying!!!
WebmastersRe: Who Did This Website by ogzille(m): 7:13am On Jan 31, 2012
o boi, see marquee ooooooooo lipsrsealed
WebmastersRe: Who Did This Website by ogzille(m): 7:10am On Jan 31, 2012
Hmmm, why will i be interested in stopping 10k designshuh

The more "10k designers" we have, the better my business. It does not affect my biz in anyway rather makes my biz better.

The more "10k worth website" developers we have, the better.

Abeg make una free them!!! yemlat fire on! grin
WebmastersRe: Help Me Review This Site by ogzille(m): 8:29am On Jan 26, 2012
Site Level: Just there.

Observations:

- The logo with a white rough border
- i don't know where the company name started and stopped
- The top bar seems empty especially the Connect Us bar
- Nav Bar ok
- Your banners are okay, but i suggest using pictures without those bigheads tongue
- The down part needs serious rework
- Cant see the need for the dots, it simply doesn't add up
- Redesign those boxes (the rounds doesn't rhyme in the squares)
- Footer looks scanty
WebmastersRe: 2 Whiz Web Developer Wanted For 3 Months Contract Job. by ogzille(m): 10:14am On Jan 12, 2012
@HTTPHP, though you did not acknowledge my text message, i cannot remember sending any reference.

@Dhtml, definitely the project must be broken down into meaningful chunks, to get it done properly.

@Dual Core, yeah, challenges spice up life.
WebmastersRe: Greeneagles.org, New Website, Please Review by ogzille(m): 11:54pm On Jan 07, 2012
Hmmm, so since i don't like bb phones, i cannot appreciate a well done bb corporate website. NAWAO

You for tell us: New Passion, Please review
AutosRe: Enugu Based Car Dealer? by ogzille(m): 12:20am On Jan 03, 2012
which car do you want to sell?
WebmastersRe: Bosses Rate This Site by ogzille(m): 3:02pm On Dec 31, 2011
^^^ hahahaha or maybe submit to smf community for proper installation analysis
WebmastersRe: Bosses Rate This Site by ogzille(m): 11:43am On Dec 31, 2011
please correct: "with the completion of my web designing tutorials" to "after reading smf installation"
WebmastersRe: How Do I Randomly Change Background Image Of My Pages by ogzille(m): 11:32am On Dec 21, 2011
@deco +1
WebmastersRe: How Can I Create A Page Without Adding .html by ogzille(m): 11:44am On Dec 18, 2011
google .htaccess
WebmastersRe: Check Out This Slanty Blog Layout by ogzille(m): 2:09pm On Dec 15, 2011
don't like it one bit
WebmastersRe: For All Nigerian Webmasters From Fouani Nigeria Ltd (lg) by ogzille(m): 5:47am On Dec 06, 2011
Nawaoooo angry angry angry

I wonder how some people think!!!

Link exchange: Home page picture ad VS one tiny listing in one hidden page somewhere on the website!!!

and somebody really thinks its sensiblehuh Moreover, if a webmaster wants to build backlinks, do not see an LG distributor as a choice website @ all.

A good offer maybe a 336 x 280 ad on fouani.com for 160 x 600 on the webmasters site (can imagine what your website will be like tongue )
ProgrammingRe: Better Way Of Writing This Java Code by ogzille(op): 7:04pm On Nov 19, 2011
suggestions plssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss cry
ProgrammingBetter Way Of Writing This Java Code by ogzille(op): 8:28pm On Nov 18, 2011
I have this small code here, that is meant to check all the Pythagorean matches, with sides not exceeding 500.

Now the code i have here seems very very very clumsy. I believe there is a better way out of this clumsy solution. Kindly suggest better ways of doing this.


public class CheckHypotenuse
{
public static void main (String[] args)
{
int check =0;
System.out.printf("%20s%20s%20s", "Base", "Height", "Hypotenuse"wink;
for (int i=500; i > 0; i--)
{
for (int j=500; j > 0; j--)
{
for (int k=500; k > 0; k--)
{
double x = Math.sqrt (Math.pow(j,2) + Math.pow(k,2));
double cast = (double) i;
if ( x == cast)
{
System.out.printf("%20d%20d%20d\n", k, j, i);
check = 1;
break;
}
}
if (check == 1)
break;
}
check =0;
}
}
}
WebmastersRe: Ready To Answer Your Web Question: - Post It: by ogzille(m): 12:08pm On Nov 18, 2011
yamakuza:
so i can better appreciate who i'm talking to, and the kind of questions to ask.
Is he seeking your appreciation?
WebmastersRe: Ready To Answer Your Web Question: - Post It: by ogzille(m): 9:37am On Nov 18, 2011
yamakuza:
Mind sharing samples of your work?
what has it got to do? angry
WebmastersRe: A 500k Drupal Job - Icobainternational.org by ogzille(m): 9:36am On Nov 18, 2011
nawa o angry
Christianity EtcRe: Who Created God? by ogzille(m): 9:39pm On Nov 14, 2011
If you do not believe that this post was not made by anyone; it just came to be on nairaland, then there is no point arguing if there is God
Web MarketRe: Can You Deliver An Online Store Website? by ogzille(m): 7:15pm On Nov 05, 2011
when i saw 30k i felt its in dollars only to see the 'N' preceding it. shocked

I have a suggestion, buy another domain and get a better hosting, probably the price will drop to 10k
WebmastersRe: Web Hosting Made Cheap by ogzille(op): 9:38am On Oct 29, 2011
where did you guys wake up this thread from. oya thread closed!!! angry

Open new threads for your marketing.

The hosting service does not exist any longer!!!
Jobs/VacanciesWhich Nigerian Job Website Is The Best by ogzille(op): 1:21am On Oct 28, 2011
I have seen a lot of job websites on the internet lately.

Which job website(s) do you consider your best?

Criteria include but not limited to:

- Fresh Content
- Ease of Use
- Style

Backup your choice(s) with reasons
Phone/Internet MarketRe: Nokia <<< >>> Blackberry Phone Swap by ogzille(op): 9:24am On Oct 22, 2011
Will add extra fund if the bb is worth more than the nokia c6 wink
Phone/Internet MarketNokia <<< >>> Blackberry Phone Swap by ogzille(op): 9:20am On Oct 22, 2011
I have a 7 day old Nokia C6 (no fault) bought from Fine Brothers (verifiable). I intend swapping for a blackberry. I will add extra fund if the bb is worth more than the blackberry.

The Nokia C6 has no single scratch, all accessories, pack and receipt intact (if you notice a single scratch, bounce the offer)

If you are interested holla - ogzille@gmail.com
RomanceRe: Can You Marry A Lady With A 3rd Class Degree? by ogzille(m): 10:47pm On Oct 18, 2011
This is turning into a hot debate, Its a nice question actually!!!

The question is: is the 3rd class a true representation of her abilitieshuh?

I think narrowing it down to only a 3rd class is not fair; I will not marry a 2.1 graduate that is dull!

1 2 3 4 5 6 7 8 ... 18 19 20 21 22 23 24 25 26 (of 35 pages)