₦airaland Forum

Welcome, Guest: RegisterLoginWith GoogleTrendingRecentNew

Stats: 3,325,147 members, 8,420,550 topics. Date: Friday, 05 June 2026 at 12:54 AM

Toggle theme

Javascript's Posts

Nairaland ForumJavascript's ProfileJavascript's Posts

1 2 (of 2 pages)

WebmastersRe: Javascript A Home by javascript(op): 7:00pm On May 22, 2009
segsalerty:
what hav you compling? ? shocked shocked
why cant you just do your own and lets see grin
WebmastersRe: Javascript A Home by javascript(op): 3:05pm On May 22, 2009
@cdeveloper, tanks man but i guess dualcore mean no discouragement at all he has solidly been behind me all this while. I am currently compiling a software on javascript, so i am throwing open my skills in code writing for analysis and critcism cheesy
WebmastersRe: Javascript A Home by javascript(op): 7:10pm On May 21, 2009
Dual Core:
Javascript look at the lines i have put in bold.
There is nothing wrong with the lines or do you see anything wrong with it?Try to run and see if you can debug any error. i think there is none,
WebmastersRe: Javascript A Home by javascript(op): 7:05pm On May 21, 2009
segsalerty:
Uhmm , watin hin dey show self ? abeg make we talk about something else, i can wake tomorrow now and call myself PHP and start to dey echo "hello world " to all of you , lol :Pt
ebot tabi:
i don't this is a forum to show off your skills. look for somewhere else bro. angry
You guys dont even know how to customise your signatures i can teach you that may be at least you wont say i copy code for you cheesy wink
WebmastersRe: Javascript A Home by javascript(op): 6:49pm On May 21, 2009
segsalerty:
Uhmm , watin hin dey show self ? abeg make we talk about something else, i can wake tomorrow now and call myself PHP and start to dey echo "hello world " to all of you , lol :Pt
why dont you just leave this thread alone man! you are no impression. You may not find this thread intresting to you but some people do! why do people just like to criticise very badly? Well i dont give a damn about all you are doing even you can call yourself ''runtimerror'' next time it is your teacup, shocked cool
WebmastersRe: Javascript A Home by javascript(op): 1:54pm On May 19, 2009
To ccreate a time greeting on your website, just edit the following code and add it to your web source,


<!-- Greeting by Time of Day script created by javascript. -->

<font size="4">
<script language=javascript>
<!--
function greeting() {
Now = new Date()
Hour = Now.getHours();
if (Hour < 5)
msg ="Can't sleep? Well this page should keep you interested!"
else if(Hour <12)
msg ="Good morning and welcome to my site."
else if(Hour < 18)
msg ="Good Afternoon!"
else if (Hour < 24)
msg ="Good Evening. We hope you have had a pleasant day."
return( msg )
}
document.write(greeting())
//-->
</script>
</font>
WebmastersRe: Javascript A Home by javascript(op): 1:45pm On May 19, 2009
segsalerty:
cool ,
but , where are the stuents in the room to join me learn ? tongue
The class dont get filled up once it is a gradual process and besides it is not only nairaland that i do this! wink cheesy
WebmastersRe: Javascript A Home by javascript(op): 7:09pm On May 18, 2009
The next lesson is how to create a unique greetings for your website visitors when they visit your website. The script will check the local time on your visitors's computer and then put up a greeting to them,
WebmastersRe: Can You Design A Website Like Nairaland ? Then Pls Call Me by javascript: 7:03pm On May 18, 2009
It is all about uploading smf through an ftp client to an indicated directory on your web server
you can call me on 2345055753349 for details,
WebmastersRe: Javascript A Home by javascript(op): 9:55am On May 18, 2009
segsalerty:
i bet , we know whare to get scripts if we need many and edit am to our own use/taste , thought you wanna teach here , why copy pasting scripts for us?
wht you are doing here is off topic,
should have put ,
Javascript Scripts for free and easy here
as the topic
You see i wrote those codes my self, i did not coy it from anywhere. This is to help newbies on the topic cos we also started as newbie. so if you are not interested you can get off the thread we have serious people watching the thread please,
WebmastersRe: Javascript A Home by javascript(op): 11:54am On May 16, 2009
I beileve you alredy know the differece between a link and hotspot. If yes, you will simply edit the link above http://www. and the hotspot basket to your own. add to your page and simply upload to your host
WebmastersRe: Javascript A Home by javascript(op): 11:46am On May 16, 2009
Create a cool drop down menu for your website, just edit the following code to suit your needs. it alresdy contains about ten dropdown menu which you can edit,  I also believe you have known how to add code to your source page cos i know dynamic html has taught you,  Make sure you do no alter the code oh


<!-- Dropdown Menu created by javascript. -->

<form name="myMenu">
<select name="menu">
<option value="index.html">My Home Page</option>
<option value="http://www.yahoo.com">Yahoo Search</option>
<option value="http://www.google.com">Google Search</option>
<option value="http://www. ">basket</option>
<option value="http://www. ">basket</option>
<option value="http://www. ">basket</option>
<option value="http://www. ">basket</option>
<option value="http://www. ">basket</option>
<option value="http://www. ">basket</option>
<option value="http://www. ">basket</option>
</select>
<input type="button" onClick="top.location=document.myMenu.menu.options[document.myMenu.menu.selectedIndex].value;" value="GO!">
</form>
WebmastersRe: Javascript A Home by javascript(op): 11:39am On May 16, 2009
Just watch out! In programming, you dont be hasty,
WebmastersJavascript A Home by javascript(op): 1:45am On May 13, 2009
Yeah this is the real javascript  that is set to rule the website programing world of nairaland. just watch out for my tutorials on javascript, cheesy wink

1 2 (of 2 pages)