Forum: Site Layout and Usability Aug 14th, 2008 |
| Replies: 10 Views: 3,629 I like using 900px for my sites width. |
Forum: HTML and CSS Aug 14th, 2008 |
| Replies: 2 Views: 539 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. |
Forum: HTML and CSS Aug 14th, 2008 |
| Replies: 2 Views: 1,609 can you share you code for the page? |
Forum: JavaScript / DHTML / AJAX Aug 14th, 2008 |
| Replies: 1 Views: 1,500 are you writting this from scratch or using a framework?
you might want to take a look here: http://docs.mootools.net/Plugins/Accordion |
Forum: JavaScript / DHTML / AJAX Aug 3rd, 2008 |
| Replies: 1 Views: 609 google it (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) |
Forum: Graphics and Multimedia Aug 3rd, 2008 |
| Replies: 2 Views: 1,261 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... |
Forum: JavaScript / DHTML / AJAX Aug 3rd, 2008 |
| Replies: 3 Views: 1,380 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... |
Forum: Troubleshooting Dead Machines Aug 1st, 2008 |
| Replies: 4 Views: 591 got an old bios battery to swap out and check that? |
Forum: JavaScript / DHTML / AJAX Aug 1st, 2008 |
| Replies: 2 Views: 2,897 you can add onclick="your show form function" to the inputs |
Forum: JavaScript / DHTML / AJAX Aug 1st, 2008 |
| Replies: 1 Views: 715 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... |
Forum: JavaScript / DHTML / AJAX Aug 1st, 2008 |
| Replies: 3 Views: 696 use print in stead like:
print '<script language="javascript">window.location.href="example.php";</script>'; |
Forum: JavaScript / DHTML / AJAX Aug 1st, 2008 |
| Replies: 1 Views: 986 https://<mailservername>.com/exchange/<sender emailname>/Inbox/?cmd=New&mailtoaddr=<recipient emailname>&subject=<your subject>&body=<your body>
might work for you. |
Forum: PHP Aug 1st, 2008 |
| Replies: 5 Views: 974 try this 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 =... |
Forum: Troubleshooting Dead Machines Aug 1st, 2008 |
| Replies: 4 Views: 591 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... |
Forum: Windows Vista and Windows 7 Aug 1st, 2008 |
| Replies: 1 Views: 575 are you looking to remote into another machine? or are you looking to set up a web server on your vista machine? |
Forum: PHP Aug 1st, 2008 |
| Replies: 4 Views: 1,161 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... |
Forum: ASP.NET Aug 1st, 2008 |
| Replies: 2 Views: 585 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 |
Forum: IT Professionals' Lounge Aug 1st, 2008 |
| Replies: 2 Views: 1,681 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... |