Goto Page: 1, 2
Actual Results
- bastones
- Forum: Website Design Forum
- Topic: IE will not use my css. WHY?
- Subject: IE will not use my css. WHY?
- Replies: 13
- Views: 477
- Subject: IE will not use my css. WHY?
Posted: November 3rd, 2008, 6:59 am
Not sure what your problem is but I don't even know if headline is an HTML element. If you did:
...this would apply for the <p> HTML element. If you want to apply styling to a specific element such as p, but only specific ones in your Web page , you use classes ...
p { color:blue; }
- bastones
- Forum: Microsoft Windows Forum
- Topic: How often do you start your Windows?
- Subject: How often do you start your Windows?
- Replies: 37
- Views: 1167
- Subject: How often do you start your Windows?
Posted: November 3rd, 2008, 6:54 am
Probably once a day
.
- bastones
- Forum: Microsoft Windows Forum
- Topic: A little peak at Windows 7
- Subject: A little peak at Windows 7
- Replies: 8
- Views: 327
- Subject: A little peak at Windows 7
Posted: November 3rd, 2008, 6:54 am
SB wrote:
Why do you think it can't be integrated to laptops?
Touch screen? Small laptops?
- bastones
- Forum: Microsoft Windows Forum
- Topic: A little peak at Windows 7
- Subject: A little peak at Windows 7
- Replies: 8
- Views: 327
- Subject: A little peak at Windows 7
Posted: November 2nd, 2008, 3:09 pm
Looks like an updated version of Vista to me. agreed vista is xp with nice bits stuck on to it and windows 7 is vista with touch screen, i think they should just rebuild the whole OS from scratch Hang on. They literally did that, have you seen so many programs that were incompatible with Vista? Thi...
- bastones
- Forum: Google Forum
- Topic: How often does Google crawls your website?
- Subject: How often does Google crawls your website?
- Replies: 10
- Views: 1990
Posted: November 2nd, 2008, 2:34 pm
Google visits my new forum everyday - its quite new and the most bots ever have been 2 so far - which I am quite surprised about.
- bastones
- Forum: Website Design Forum
- Topic: Hi everybody! A dedicated and honest man searching for help.
- Subject: Hi everybody! A dedicated and honest man searching for help.
- Replies: 5
- Views: 346
Posted: November 2nd, 2008, 2:25 pm
Yes, it is a personal choice whether you want to have clean code but that is not the only reason why there are standards with the W3C (XHTML). I guess it is to keep code in seperation from one another, therefore it'd be more cross-browser but the only major reason is for cleanliness in your code. Th...
- bastones
- Forum: Website Design Forum
- Topic: IE will not use my css. WHY?
- Subject: IE will not use my css. WHY?
- Replies: 13
- Views: 477
- Subject: IE will not use my css. WHY?
Posted: November 2nd, 2008, 2:19 pm
Not sure what your problem is but I don't even know if headline is an HTML element. If you did:
...this would apply for the <p> HTML element. If you want to apply styling to a specific element such as p, but only specific ones in your Web page , you use classes i...
p { color:blue; }
- bastones
- Forum: General Discussion
- Topic: Opera 9.6 Available
- Subject: Opera 9.6 Available
- Replies: 9
- Views: 1089
- Subject: Opera 9.6 Available
Posted: November 2nd, 2008, 2:13 pm
I don't really like Opera, if you double-click (which is a bad habit for me) it displays the right-click options (which really, really need to be removed). That's the only reason I don't use Opera. It isn't the best at rendering sites but its better than Internet Explorer I suppose. I haven't tried ...
- bastones
- Forum: General Discussion
- Topic: Hello from Freddy Kruger!!!
- Subject: Hello from Freddy Kruger!!!
- Replies: 10
- Views: 1455
- Subject: Hello from Freddy Kruger!!!
Posted: November 2nd, 2008, 2:11 pm
This seemed like an introduction
. Happy belated halloween - gone too fast as usual!
- bastones
- Forum: General Discussion
- Topic: Whois Phishing
- Subject: Whois Phishing
- Replies: 11
- Views: 1249
- Subject: Whois Phishing
Posted: November 2nd, 2008, 2:09 pm
Yeah, it isn't unusual to receive these e-mails - they probably use the WHOIS database to find your e-mail address. I have received e-mails about my Internet connection is going to be suspended, but Google Mail has strong filters that blocked the e-mail and put it in the spam folder - that's why I c...
- bastones
- Forum: Programming / Scripting / Coding Forum
- Topic: Echoing the pre-selected value in dropdown menu?
- Subject: Echoing the pre-selected value in dropdown menu?
- Replies: 4
- Views: 563
Posted: November 2nd, 2008, 2:02 pm
Do you get any errors such as SQL or PHP errors and if so can you display them below? This will help me see what the problem is, because I'm not entirely sure if its a MySQL query problem (it probably is) but I need to know first.
Cheers.
Cheers.
- bastones
- Forum: Programming / Scripting / Coding Forum
- Topic: PHP code to return year?
- Subject: PHP code to return year?
- Replies: 2
- Views: 343
- Subject: PHP code to return year?
Posted: November 2nd, 2008, 7:04 am
Just as it states in the date() documentation, there are plenty of ways to display year as well as month, day, etc. Specifically for year you can use the following options:
- y - 2 digit representation, (08)
- y - and of course a 4 digit representation (2008)
- bastones
- Forum: Programming / Scripting / Coding Forum
- Topic: Echoing the pre-selected value in dropdown menu?
- Subject: Echoing the pre-selected value in dropdown menu?
- Replies: 4
- Views: 563
Posted: November 2nd, 2008, 7:00 am
Seems completely fine to me so the only problem I would think it is, is the variable in the first bit of code: [code] 1. <form id="editstudent" name="editstudent" method="post" action="editstudent.php"> 2. <label for="rank">Student's Curr...
- bastones
- Forum: Website Security
- Topic: sql injections
- Subject: sql injections
- Replies: 7
- Views: 919
- Subject: sql injections
Posted: November 2nd, 2008, 6:54 am
Instead of people giving you advice that you won't even grasp from day one, you simply use that function enclosing the $_POST['name'] superglobal. For example, if you have a textfield: <input type="text" name="name" /> you'd do the following: [code]<?php $message=mysql_r...
- bastones
- Forum: Introduce Yourself
- Topic: Introduce Yourself Archive 2008
- Subject: Introduce Yourself Archive 2008
- Replies: 594
- Views: 16068
- Subject: Introduce Yourself Archive 2008
Posted: November 2nd, 2008, 6:48 am
Hi,
My name's Ben and I code in PHP and CSS for Web design. My latest project is a PHP game with some unique features I have planned. I haven't been using the 'net long really, since around August 2005.
My name's Ben and I code in PHP and CSS for Web design. My latest project is a PHP game with some unique features I have planned. I haven't been using the 'net long really, since around August 2005.

