Welcome, Guest: Register On Nairaland / LOGIN! / Trending / Recent / New
Stats: 3,156,397 members, 7,830,024 topics. Date: Thursday, 16 May 2024 at 03:11 PM

Therages's Posts

Nairaland Forum / Therages's Profile / Therages's Posts

(1) (2) (3) (of 3 pages)

Webmasters / Re: Need HELP With PHP by Therages: 3:07pm On Jun 30, 2012
Visit this site to get along with the best php developers, its a coding standard both (Zend) and (PEAR2) use. It has all the best practices, do's and don'ts www(.)horde(.)org/apps/horde/docs/CODING_STANDARDS
And for the guys, please drop me the php ebooks => sobeo17 at gmail(.)com jst advanced OOP and MySQL or ANY 1 please.
Webmasters / Re: Need HELP With PHP by Therages: 6:20pm On Apr 15, 2012
tanx alot in advance @nicekeno
Webmasters / Re: Need HELP With PHP by Therages: 3:22pm On Apr 14, 2012
@nicekeno can i get those books too. Actualy not a dummy buh nid 2 wrap some code arnd my head on my spare time.
My email: sobeo17 at gmail .com
Webmasters / Re: We Present To You, The (voluntarily) Redesigned Nigeria.gov.ng by Therages: 12:57pm On Dec 07, 2011
webdev no easy o. More grease 2 Your elbows. Sory if my prev post got u vexed. Buh even 1 person can do better.
Webmasters / Re: We Present To You, The (voluntarily) Redesigned Nigeria.gov.ng by Therages: 1:17pm On Dec 06, 2011
owk @ yawa-ti-de
Webmasters / Re: We Present To You, The (voluntarily) Redesigned Nigeria.gov.ng by Therages: 1:11pm On Dec 06, 2011
undecided
Webmasters / Re: We Present To You, The (voluntarily) Redesigned Nigeria.gov.ng by Therages: 1:07pm On Dec 06, 2011
CROSS-BROWSER compactibility is ONE of the major targets of a good webdeveloper, if there are bugs in the big/desktop browsers then what abt the mobile devices?  AND for you to call yourself a web dev, and you can't code with YOUR HANd . . Mehn you never start. . Remember say na hand people take write some of dose Tools wey u dey use. AND PLEASE ALL JS CODERS WHAT WILL THESE 2 codes RETURN ?
//here it goes
   var foo = {     bar: function() { return this.baz; },     baz: 1   };   (function(){     return typeof arguments/[0/]();   })(foo.bar);
//And

var a;
if (!("a" in window)) {     
a = 1 ; } alert(a);
Webmasters / Re: I Need Your Review Freinds by Therages: 12:04pm On Dec 05, 2011
@webmaster you can use javascript to detect mobile fones and specify a css layout for them. Using screenWidth and screenHeight events. The largest fone screen won't be up to a mini lapi's screen i'm sure.
Webmasters / Re: How Easy Is Web Designing? by Therages: 11:51am On Dec 05, 2011
@dhtml, your website looks unecessarily complex. Poor navigation provision. Except i'd d one not able to find one. I tink you should put links of the available tuts at the bottom of each page for easy switching to another tuts, mayb the major ones. Just a suggestion. And if u go employ me 4 js/tuts, i'm at ur service.
Webmasters / Re: How Easy Is Web Designing? by Therages: 11:43am On Dec 05, 2011
Use NOTEPAD++ it wit syntax highlighting capability. Note: not notepad o. I mean NOTEPAD++ . Start typing with hands avoid copy and paste for now.
Webmasters / Re: Trouble With Javascript Code by Therages: 12:16am On Dec 04, 2011
I might be too late buh i'd like to add this extra spice @ Ibro Try using Array literals e.g
var arr = [1,2,2,3,5, ];
it will save u few extra bytes, and again You don't have to specify the Array length, its a sign of bad written code, because Arrays are always one higher dan the highest index so, new values can be added on the fly with mayb the Array push() method or arr[length] ="newVal"; I'm pretty sure its an old code buh take note Using the array constructor (new Array(2)) and asigning one (number)value to it javascript atomatically interpret it as the Array length.
I just hope i made sense.
Programming / Re: Lets Create Nairaland Mobile App. What Do You Think? by Therages: 9:08pm On Dec 03, 2011
if not for the fact that i almost know nothing about programming i 4 follow join.
Webmasters / Re: How Can I Make This Javascript Work by Therages: 11:18am On Nov 14, 2011
@binaflex
i'v also tried it, didn't work, n dnt knw y. Buh u cn fix it by givin d elements name n id 2geda.
Iz nt abt d moni @dhtml.

<html>
<head>
<script type="text/javascript">
function displaymessage()
{var i=3;
while(i--){
alert(document.getElementById('pp'+i).value);
}
}
</script>
</head>

<body>
<form name='fnm' id='bb'>
<input name='inm' 'id='pp2' type="button" value="Click me!" onclick="displaymessage()" />
</form>
</body>
</html>
Webmasters / Re: How Can I Make This Javascript Work by Therages: 12:04am On Nov 12, 2011
//try dis
//
avoid global variables
//enclose ur code in a function
var i = 3,
bookingForm =
document.forms['formName'];
while(i--){

var qty =
bookingForm.fieldName
+'i'.value;
}
//but if d order matter
//u can use a for loop insted i.e
var bookingForm =
document.forms['formName'];
for(var i =0; i<=3;i++){
var qty =
bookingForm.fieldName
+'i'.value;
}
Webmasters / Re: How Can I Make This Javascript Work by Therages: 11:24pm On Nov 11, 2011
please drop the full javascript code, so i or sum1 else cn figure out d error. And try debugging using firebug. Its a firefox extension
Webmasters / Re: Calling On All Web Designers/developers: Redesign Of Nigeria.gov.ng by Therages: 11:15pm On Nov 11, 2011
missed out 2bad. Incase u nid my help. Javascript n css.
Webmasters / Re: Nigerian Blogs by Therages: 8:47am On Jun 29, 2011

(1) (2) (3) (of 3 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. 15
Disclaimer: Every Nairaland member is solely responsible for anything that he/she posts or uploads on Nairaland.