Goto Page: 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15 ... 84
Actual Results
- blink182av
- Forum: Hardware
- Topic: Laptop Mouse gone wild!
- Subject: Laptop Mouse gone wild!
- Replies: 2
- Views: 371
- Subject: Laptop Mouse gone wild!
Posted: December 1st, 2007, 8:56 am
Do you have the drivers installed?
- blink182av
- Forum: Hardware
- Topic: Portable Hard Drive Format
- Subject: Portable Hard Drive Format
- Replies: 8
- Views: 2098
- Subject: Portable Hard Drive Format
Posted: December 1st, 2007, 1:04 am
kc0tma wrote:
I think I'll try that MacFuse and go with the NTFS. Thanks!
Good choice. That's what I use -- I am really happy with it.
- blink182av
- Forum: Hardware
- Topic: usb
- Subject: usb
- Replies: 1
- Views: 388
- Subject: usb
Posted: December 1st, 2007, 12:58 am
I had the same problem a while back. May I ask what OS you are running? I am assuming Windows (XP or Vista). I forget the name of the program I used, but it worked really well -- it allowed you to copy over the files. Another program I remember off of the top of my head is GetDataBack -- it works fa...
- blink182av
- Forum: Hardware
- Topic: bad eathernet switch?
- Subject: bad eathernet switch?
- Replies: 3
- Views: 378
- Subject: bad eathernet switch?
Posted: December 1st, 2007, 12:56 am
Sounds like it's the ISP. An ethernet card would not consistently go down at night and come back up during the day, however I have heard of this happening with ISPs.
Tell your ISP to send a tech over there and have 'em take a look.
Good luck
Tell your ISP to send a tech over there and have 'em take a look.
Good luck
- blink182av
- Forum: Programming / Scripting / Coding Forum
- Topic: Sharing the knowledge
- Subject: Sharing the knowledge
- Replies: 5
- Views: 221
- Subject: Sharing the knowledge
Posted: November 13th, 2007, 7:37 pm
OOP - Object Oriented Programming. PHP versions 5 and up support it -- it is really great. Do some research on it, I guarantee you will find something. Yes, classes are OO. They really aren't hard to learn once you look into and they are extremely logical. They will also help when learning other lan...
- blink182av
- Forum: Website Design Forum
- Topic: Website layout
- Subject: Website layout
- Replies: 20
- Views: 832
- Subject: Website layout
Posted: November 13th, 2007, 7:33 pm
This does bring up an interesting dilemma, however. According to W3C( document )... An XML declaration is not required in all XML documents; however XHTML document authors are strongly encouraged to use XML declarations in all their documents. Such a declaration is required when the character encod...
- blink182av
- Forum: Website Design Forum
- Topic: Website layout
- Subject: Website layout
- Replies: 20
- Views: 832
- Subject: Website layout
Posted: November 13th, 2007, 1:46 pm
Whenever I use just margin: 0 auto; it works fine in IE6. I do have a better idea, though. Why don't you tell me why this doesn't work in IE6. Hmmm? [code]<?xml version="1.0" encoding="iso-8859-1"?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN&qu...
- blink182av
- Forum: Website Design Forum
- Topic: CSS Based on Date
- Subject: CSS Based on Date
- Replies: 6
- Views: 311
- Subject: CSS Based on Date
Posted: November 12th, 2007, 4:56 pm
[php] //Setting the date variable $date = date(l); //echo $date; //The link generation (edit the HTML part to meet your CSS stylesheet name and the address) if($date == 'Monday') { print '<link rel="stylesheet" type="text/css" href="monday.css" />'; } elseif($dat...
- blink182av
- Forum: Website Design Forum
- Topic: Website layout
- Subject: Website layout
- Replies: 20
- Views: 832
- Subject: Website layout
Posted: November 12th, 2007, 4:52 pm
The text-align center is for IE5, not 6. Whenever I use just margin: 0 auto; it works fine in IE6. Um...sorry, no it doesn't, friend. IE 5, 5.5 and 6 are essentially the same rendering engine underneath. The same rendering engine that was developed a long time before any web developers talked about...
- blink182av
- Forum: Website Design Forum
- Topic: Website layout
- Subject: Website layout
- Replies: 20
- Views: 832
- Subject: Website layout
Posted: November 12th, 2007, 11:31 am
- blink182av
- Forum: Google Forum
- Topic: Page Rank
- Subject: Page Rank
- Replies: 30
- Views: 5594
- Subject: Page Rank
Posted: November 12th, 2007, 11:26 am
webcosmo wrote:
and some more:
--------------------
...
__________________
--------------------
...
__________________
and another:
http://www.wordhugger.com/
- blink182av
- Forum: Website Design Forum
- Topic: html code
- Subject: html code
- Replies: 6
- Views: 331
- Subject: html code
Posted: October 28th, 2007, 2:34 pm
That can't be done in just HTML. You'll need PHP support and a MySQL database. You can find a tutorial for a guestbook here . PHP is not mandatory. You can use any serverside scripting language such as Ruby on Rails, ASP.NET, Perl, or PHP. There are also multiple databases: MySQL, PostgreSQL, MSSQL...
- blink182av
- Forum: Website Design Forum
- Topic: Touch Subject PHP vs Ruby
- Subject: Touch Subject PHP vs Ruby
- Replies: 7
- Views: 489
- Subject: Touch Subject PHP vs Ruby
Posted: August 17th, 2007, 3:37 pm
joebert wrote:
Stay away from them both, learn a REAL language.
Seriously, the only work youre going to get with PHP is for scammers, spammers, addicts & morons.
Ruby is going to turn out the same way, it's PHP for the 2.0
Seriously, the only work youre going to get with PHP is for scammers, spammers, addicts & morons.
Ruby is going to turn out the same way, it's PHP for the 2.0
Oh the irony! This site is written in PHP, remember?
http://www.ozzu.com/index.php
- blink182av
- Forum: Programming / Scripting / Coding Forum
- Topic: How to send contact form to multiple parties?
- Subject: How to send contact form to multiple parties?
- Replies: 1
- Views: 424
Posted: August 17th, 2007, 12:43 pm
See http://us.php.net/mail#72988
- blink182av
- Forum: Programming / Scripting / Coding Forum
- Topic: isset problem - php
- Subject: isset problem - php
- Replies: 12
- Views: 444
- Subject: isset problem - php
Posted: August 17th, 2007, 2:24 am

