Welcome, Guest: Register On Nairaland / LOGIN! / Trending / Recent / New
Stats: 3,156,713 members, 7,831,238 topics. Date: Friday, 17 May 2024 at 03:56 PM

Sholyboy89's Posts

Nairaland Forum / Sholyboy89's Profile / Sholyboy89's Posts

(1) (of 1 pages)

Programming / Re: Programming Challenge by sholyboy89: 1:36pm On Sep 27, 2012
I enjoyed reading some of the solutions here, howver the most efficient solutions are the one that runs in constant time by creating an integer array representing the decimal equivalents of ascii values in the alphabet i.e 0-127 and initialize all 128 elemetns to 0. Loop through the sentence in 0(N) time and everytime you encountered a letter l. access the L value in the array as array(l) and then increment. Some languages would convert the l to the decimal ascii equivalent if not you can easily do this yourself, time complexity for the conversion is trivial. You could use an hash table but that is overkill considering you only need space for 128 elements. The number of lines of code have nothing to do with the efficiency of the program. I think the solutions written in C would probably run the fastest being native and all
Webmasters / Re: What's Your Best(effective And Efficient) Web Design Tools by sholyboy89: 4:31am On Jun 04, 2010
photoshop is phenomenal. You have no idea how much you can do with good imagery. DHTML is pretty cool too.
Programming / C++ Tutorials. by sholyboy89: 7:46pm On Jun 02, 2010
I'm thinking of creating a tutorial site for c++ and PHP because it seems there are a lot of beginners up there. This tutorial site will include assignments, examples and code documentation. Let me know if anyone is interested.
Webmasters / Re: Why Are Nigerian Websites Not On The Cutting Edge! by sholyboy89: 1:53am On May 28, 2010
If you cant design without dreamweaver, dont design at all. Dreamweaver sites are clogged with crappy inefficient and clogged code. Anyone can move boxes around in a user frendly software environment and call themselves a professional. Dreamweaver was not designed for professionals but for people who would rather make a small home site rather than hire a pro. There are also the web developers who can't design as well as they can code. The back end might be good but a bad UI is simply disheartening and usally gives an air of unprofessionalism. My suggestion is leave UI to website designers and back end programming to web developers.
Webmasters / Modx by sholyboy89: 7:15am On May 27, 2010
Does anyone know anything about the MODX cms. I have looked at a lot of Joomla sites and I don't like the UI designs for the most part. MODx seems to offer more freedom with the template customizarion.
Webmasters / Re: A Beginner Is Confused, Please Help! by sholyboy89: 6:35am On May 26, 2010
Have you tried a colour palette generator to develop a good colour scheme. Reworking and working is normal for the most part. You'll know whwn its just right.
Webmasters / Re: Adobe Create Suite 5 (cs5) by sholyboy89: 11:58pm On May 23, 2010
I just got CS5 and not very much has changed except for enhanced digital editing in photoshop. I dont care much for the new dreamweaver features. If you cant design without using dreamweaver. you should not be designing at all.
Webmasters / Re: Website Review by sholyboy89: 11:54pm On May 23, 2010
Some major work is needed on that site mate. Desgn is not just about colour. Learn to utilize images and textures. Also clean it up a little. Dont use tables.
Webmasters / Re: I Need Web Experts by sholyboy89: 11:52pm On May 23, 2010
www.sholaadekunle.com
I'm a little swamped these days so no promises.
Webmasters / Re: Web Designers Wanted! by sholyboy89: 11:45pm On May 23, 2010
www.sholaadekunle.com
I work freelance because I have too many commitments. Shoot me an email and I will see about working with you
Webmasters / Re: Need A Fashion Website! by sholyboy89: 11:41pm On May 23, 2010
sholaadekunle.com. Contact me and I would show you a few prototypes.
Webmasters / Re: In Need Of Website Designer by sholyboy89: 5:27am On Nov 28, 2009
www.sholaadekunle.com
I'm the man, Quality is always assured.
Webmasters / Re: Host Gator - Anyone Ever Tried It? by sholyboy89: 6:43am On Nov 02, 2009
Hostgator is one of the best hosting services in the world
Programming / Re: h by sholyboy89: 5:04pm On Sep 16, 2009
by basics I'm assuming you know about classes, polymorphism, inheritance and exception handling, it's time to move on to data structures and algorithm analysis
Programming / Re: Need To Get The Right Algorithm by sholyboy89: 5:00pm On Sep 16, 2009
ask the user to enter the amount of courses for each unit then use a for loop to allow the user enter the values
Programming / Re: [Opinion] B.sc Computer Science In Nigeria? poo! by sholyboy89: 4:43pm On Aug 26, 2009
Agree with the above statements, The difference between having a computer sciene background and knowing how to program is extrememly vast, computer science teaches you how to make efficient use of resources. A lot of us can write algorithms, How many of us can identify the most efficient algorithms simply by looking at it or how many people can make efficient use of memory and implement proper memory management in the programs they write. I thought I knew how to program before going into college, I was dead wrong.
Programming / Facebook Puzzles by sholyboy89: 6:37am On Aug 22, 2009
If you consider yourself sufficiently good enough as a programer to challenge yourself then this might just be the thing for you.http://www.facebook.com/careers/puzzles.php
Programming / Re: What's The Prospect For Self Taught Programmers In Naija by sholyboy89: 6:24am On Aug 22, 2009
I'm studying computer science in the United States and as far as web development goes, I am completely self thought, My work speaks for itself taught.
Webmasters / Re: How Much Do You Charge for Website Design? by sholyboy89: 2:07am On Aug 21, 2009
$700 if no no programming is involved
Even if I have to program I don't usually charge higher than that.
$ 2000 if implemented with a CMS.
$100 per hour for companies and institutions.
Webmasters / Re: Dreamweaver (php/mysql) Help by sholyboy89: 9:09am On Aug 19, 2009
Dreameaver produces sluggish code, DON'T USE IT!!
Webmasters / Layouts by sholyboy89: 9:04am On Aug 19, 2009
As a Computer Progrmmer and web designer based in the united states, I have watched with interest as the battle between those who promote table layouts and those who prefer CSS has raged on. Tabless layouts have grown more popular and most web design professionals I know seem to be making the big switch to CSS and I wonder if that is the case with the nigerian web design industry. I for one always design my sites using tables but I reproduce the same design using CSS just because I know it will be the standard professionals have to conform to in the coming years
Webmasters / Re: Post A Link To Your Site! by sholyboy89: 8:46am On Aug 19, 2009
Webmasters / Re: How Can I Send Traffic To My Blog? by sholyboy89: 8:44am On Aug 19, 2009
Only one guaranteed way mate coming from a blogger and web developer with three years of experience.
Three words: Content is king!!!!
Programming / Re: Learn C++ & Java Programming by sholyboy89: 10:38pm On Aug 08, 2009
Starting out with C++ by tony gladdis is a good resource used in american colleges world wide

(1) (of 1 pages)

(Go Up)

Sections: politics (1) business autos (1) jobs (1) career education (1) romance computers phones travel sports fashion health
religion celebs tv-movies music-radio literature webmasters programming techmarket

Links: (1) (2) (3) (4) (5) (6) (7) (8) (9) (10)

Nairaland - Copyright © 2005 - 2024 Oluwaseun Osewa. All rights reserved. See How To Advertise. 23
Disclaimer: Every Nairaland member is solely responsible for anything that he/she posts or uploads on Nairaland.