Posts
 
Reputation
Joined
Last Seen
Ranked #4K
Strength to Increase Rep
+0
Strength to Decrease Rep
-0
100% Quality Score
Upvotes Received
1
Posts with Upvotes
1
Upvoting Members
1
Downvotes Received
0
Posts with Downvotes
0
Downvoting Members
0
1 Commented Post
0 Endorsements
Ranked #11.7K
Ranked #2K
~2K People Reached
About Me

I rulez!

PC Specs
AMD 64 Ubuntu 7.10

17 Posted Topics

Member Avatar for n00b0101
Member Avatar for seo-support.net
Member Avatar for blackbelt27

go to the same place you got your CS and see if they have any O'riely books. best resources I've found for introduction to new things.

Member Avatar for jel3
0
94
Member Avatar for amie654
Member Avatar for swanqute

are you writting this from scratch or using a framework? you might want to take a look here: [URL="http://docs.mootools.net/Plugins/Accordion"]http://docs.mootools.net/Plugins/Accordion[/URL]

Member Avatar for jel3
0
128
Member Avatar for Tom Tolleson

try this code: [code] //OPTIONS $sendTo = 'email@ofadmin.com'; //address to end form contants to $subject = 'Enter you subject here'; //subject of the e-mail //mail headers $MAIL_HEADER = ("From: no-reply@yourdomain.com\n"); $MAIL_HEADER .= ("Reply-To: no-reply@yourdomain.com\n"); $MAIL_HEADER .= ("Content-Type: text/html; charset=us-ascii\n"); $MAIL_HEADER .= ("MIME-Version: 1.0\n\n"); //setup message content $mailContent = 'Enter you …

Member Avatar for Tom Tolleson
0
422
Member Avatar for jsl11

what programing language are you looking to do this with? if PHP you could do it by using the date function to get the current date and then use an if statement to sellect the message to print out.

Member Avatar for ~s.o.s~
0
122
Member Avatar for ceyesuma

change your document setting to use AS2 if you insist on using actionscript on the timeline. on the first frame of the loop set a counter variable and at the end of loop add 1 to the counter var and do an if statement to check the counters value and …

Member Avatar for Reliable
0
96
Member Avatar for punithapary

[URL="http://www.google.com/search?hl=en&safe=off&client=firefox-a&rls=org.mozilla%3Aen-US%3Aunofficial&hs=8gs&q=prevent+right+click&btnG=Search"]google it[/URL]

Member Avatar for jel3
0
87
Member Avatar for netnuta

use print in stead like: [code] print '<script language="javascript">window.location.href="example.php";</script>'; [/code]

Member Avatar for netnuta
0
184
Member Avatar for k2k

having it connected to a wire would be better. So are you running vista or fedora? I wouldn't try setting up a server that you want outside access to within the vmware. If your running windows try out wamp you can find it here: [URL="http://www.wampserver.com/en/"]http://www.wampserver.com/en/[/URL] if you are running linux …

Member Avatar for DimaYasny
0
136
Member Avatar for veledrom

you shoud seek out a tutorial on writting PHP classes. this will help you a lot in the future. it's good practice in my opinion to write it once and reuse it forever. building up a library of classes will help you not having to waste time rewriting or copy/pasting/modifiy'n …

Member Avatar for praveen_dusari
0
115
Member Avatar for Anthony23

try running it without the floppy drive, just a thought but I've in the past when i used floppys they go bad. you could check to see also if the floppys like is on constantly, thats a sign i believe of a bad drive.

Member Avatar for Anthony23
0
146
Member Avatar for pancgom29p

could you provide an example of the code? I think what you need is to set z-index style on both your flash and scroller. scroller having a z-index of 0 and anything you want over that have a zindex greater then 0 like 1

Member Avatar for jel3
0
95
Member Avatar for Dennis_Phils

https://<mailservername>.com/exchange/<sender emailname>/Inbox/?cmd=New&mailtoaddr=<recipient emailname>&subject=<your subject>&body=<your body> might work for you.

Member Avatar for jel3
0
102
Member Avatar for newonthejob

are you looking to remote into another machine? or are you looking to set up a web server on your vista machine?

Member Avatar for jel3
0
105
Member Avatar for jamello

try doing a search for "shout box" it's a simple realtime message posting thing-a-ma-jigg. if you need something more advance then just search around for opensource chat scripts

Member Avatar for jel3
0
112

The End.