₦airaland Forum

Welcome, Guest: RegisterLoginWith GoogleTrendingRecentNew

Stats: 3,325,439 members, 8,422,038 topics. Date: Sunday, 07 June 2026 at 02:54 PM

Toggle theme

Teemy's Posts

Nairaland ForumTeemy's ProfileTeemy's Posts

1 2 3 4 5 6 7 8 ... 133 134 135 136 137 (of 137 pages)

WebmastersRe: Learn how to Build A Database-driven Web Site Using Php And Mysql here by teemy(m): 11:02pm On Jan 17, 2009
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.
WebmastersRe: Date Script Needed by teemy(m): 10:53pm On Jan 17, 2009
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"wink;
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
WebmastersRe: Wap/web Site by teemy(m): 10:38pm On Jan 17, 2009
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.
WebmastersRe: Help, How To Attach File Download by teemy(m): 10:34pm On Jan 17, 2009
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.
TV/MoviesRe: Developing My Little Super Hero Movie by teemy(m): 11:29am On Sep 11, 2008
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.
TV/MoviesRe: Developing My Little Super Hero Movie by teemy(m): 10:52am On May 09, 2008
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
TV/MoviesRe: Developing My Little Super Hero Movie by teemy(m): 10:28pm On May 07, 2008
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?
WebmastersRe: How To Code A Script That Can Send Email? by teemy(m): 10:45am On Jan 22, 2007
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?
WebmastersRe: Ie Cant Show .swf by teemy(m): 6:18pm On Jan 21, 2007
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:
I use IE6 and it doesnt show .swf content. Please I'll like to know if you have experienced this problem and how you tackled it.
After creating .swf, and I embed it in my webpage, all I see is a white background with nothing to show. I don't know it the problem is from my local PC (IE) or if it is a general problem.
How Do I solve this?

1 2 3 4 5 6 7 8 ... 133 134 135 136 137 (of 137 pages)