Teemy's Posts
Nairaland Forum › Teemy's Profile › Teemy's Posts
1 2 3 4 5 6 7 8 ... 133 134 135 136 137 (of 137 pages)
Hi, I wanna say you do have a great work set up here. I believe there lies a lot where that came from. Keep 'em coming. Great work. |
Add the current date to your page. This script will add the date in the form dd month yyyy (eg. 7 January 2000). Just copy and paste it into the document where you want it to appear. <script language="JavaScript"> <!-- function makeArray() { for (i = 0; i<makeArray.arguments.length; i++) this[i + 1] = makeArray.arguments[i]; } var months = new makeArray('January','February','March','April','May','June', 'July','August','September','October','November','December'); var date = new Date(); var day = date.getDate(); var month = date.getMonth() + 1; var yy = date.getYear(); var year = (yy < 1000) ? yy + 1900 : yy; document.write(day + " " + months[month] + " " + year); //--> </script> Example 17 January 2009 -------------------------------------------------------------------------------- Document Last Modified (a more readable version) Insert this code in your document where you want the page last modified date to appear. <script language = 'JavaScript'> <!-- function makeArray0() { for (i = 0; i<makeArray0.arguments.length; i++) this[i] = makeArray0.arguments[i]; } var days = new makeArray0("Sunday","Monday","Tuesday","Wednesday","Thursday" ,"Friday","Saturday" ;var months = new makeArray0('January','February','March','April','May','June', 'July','August','September','October','November','December'); function nths(day) { if (day == 1 || day == 21 || day == 31) return 'st'; if (day == 2 || day == 22) return 'nd'; if (day == 3 || day == 23) return 'rd'; return 'th'; } function getCorrectedYear(year) { year = year - 0; if (year < 70) return (2000 + year); if (year < 1900) return (1900 + year); return year; } function y2k(number) { return (number < 1000) ? number + 1900 : number; } function padout(number) { return (number < 10) ? '0' + number : number; } var last = document.lastModified; var date = new Date(last); var dateY2K = new Date(getCorrectedYear(date.getYear()),date.getMonth(),date.getDate()); document.write('Last Modified: '+ days[dateY2K.getDay()] + ' ' + dateY2K.getDate() + nths(dateY2K.getDate()) + " " + months[dateY2K.getMonth()] + ", " + (y2k(dateY2K.getYear())) ); //--> </script> Example Last Modified: Saturday 17th January, 2009 -------------------------------------------------------------------------------- Date Last Modified. Use this script to show when your page was last modified. <script language="javascript"> <!-- document.write('Last modified '+document.lastModified); //--> </script> Last modified 01/17/2009 22:39:44 +++++++++++++++++++++++++++++++++++++++++++++++++ Hope they help. Cheers |
for hosting and domain you could use mywebsitegarage.com and I believe any wap enabled phone would be able to view your websites without any trouble. |
Try using open in a new window (_blank) type for the link. Hope it helps out. If you need more help such as security let me know. Also hope you have the file itself uploaded with your favourite FTP software. |
Concerning the language limitation I feel this suggestion might really help. Do you remember the movie '13 Warrior' by Anthonio Banderas where he had no knowledge of the language of the people he was moving with and later what was spoken in 'greek' was henceforth spoken in english as soon as he had a grasp on their language. Quite a sly transformation there but that sure silenced the critics no matter which side of the argument they might be on. Let's hear if this helps. |
Hi Seun, it has already been translated into english by prof Wole Soyinka. 'the forest of a thousand daemons'. http://www.britannica.com/eb/topic-213515/The-Forest-of-a-Thousand-Daemons |
Hi guys, I believe that a nigerianized version of foreign movies need not be casted after foreign ones but we need only look inwards into our own history and pick out our own folklores that have been for decades similar to them troy, clash of the titans, e.t.c. A huge boomer would surely be the 'Ogboju ode ninu Igbo Irunmole' (forest of a thousand demons). Think of it like this: The main character, scenes, creatures and monsters like the sirens, ghouls, bush babies, strange lands and peolpe. Before you know it we would be having a movie that would beat the rumblings of Sango and others and have the whole world 'peeping' into the system for more stories for 'there must be more where that came from'. What 'dya'll think? |
Have you tried autoresponders? There are free ones and there are the ones that you pay monthly for and there are those you could own for life and can use for unlimited number of sites. Any more questions? |
Hello xdos, just saw your post and as a hint I would say you should take note of a yellow bar that appears at the top of your webpage. Just click right-click on it and select 'allow blocked content' and you are good to go. Remember to tell the board how if this solves it. Funny my coming late though as this is my first post on this blog and am ready to solve any web related probs you folks might have. See ya all! xdos: |
;