Goto Page: 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28
Actual Results
- casablanca
- Forum: Website Design Forum
- Topic: You don't always have to close your HTML tags
- Subject: You don't always have to close your HTML tags
- Replies: 5
- Views: 274
Posted: June 28th, 2009, 7:20 am
spork wrote:
Google doesn't, so why should you?
One, because we're not Google, and two, because those few extra bytes don't really matter today.
- casablanca
- Forum: Programming / Scripting / Coding Forum
- Topic: Ajax and javascript help for pokemon site
- Subject: Ajax and javascript help for pokemon site
- Replies: 5
- Views: 266
Posted: June 20th, 2009, 8:50 am
Please post questions to the forums rather than sending a PM. Share your questions so that others can learn from them, too. There are lots of people in this forum who will be willing to help you, so instead of asking for people to mail/PM you, it would be much simpler if you could post your exact p...
- casablanca
- Forum: Unix / Linux Forum
- Topic: Format ubuntu
- Subject: Format ubuntu
- Replies: 32
- Views: 34719
- Subject: Format ubuntu
Posted: June 20th, 2009, 7:08 am
The Ubuntu install program has an option to manually partition the disks before installing. You'll be able to add, remove and format drives there.
- casablanca
- Forum: Website Security
- Topic: SQL Injection
- Subject: SQL Injection
- Replies: 6
- Views: 604
- Subject: SQL Injection
Posted: June 20th, 2009, 7:05 am
@cancer10: This thread is almost 3 years old; I doubt anyone is still following it up.
- casablanca
- Forum: Other Search Engines & Directories
- Topic: blog for website?
- Subject: blog for website?
- Replies: 12
- Views: 390
- Subject: blog for website?
Posted: June 20th, 2009, 3:54 am
Is creating blog for website help to increase traffic? A blog by itself is not going to help. If you've got good content, you'll get traffic anyway, not necessarily through a blog. What will be the better host blog at your own or host on other blog hosting websites like blogger.com? Except for the ...
- casablanca
- Forum: Programming / Scripting / Coding Forum
- Topic: deny access to a php file.
- Subject: deny access to a php file.
- Replies: 4
- Views: 337
- Subject: deny access to a php file.
Posted: June 20th, 2009, 3:36 am
You can't deny access to a webpage as such, but if it's some content that is referred to in the page like an image, you can use the HTTP referrer to detect and block access from other domains.
- casablanca
- Forum: Hardware
- Topic: boot.ini missing or corrupt - possibly more serious problem?
- Subject: boot.ini missing or corrupt - possibly more serious problem?
- Replies: 3
- Views: 698
Posted: June 19th, 2009, 10:29 am
"Failed to successfully scan disks for Windows installations. This error may be cause by a corrupt file system, which would prevent bootcfg from successfully scanning.Use chkdsk to detect disk errors" That message sounds like bad news. Did you try using the DIR command to view the files o...
- casablanca
- Forum: General Discussion
- Topic: IE8 is the best! Wait, what?! Who wrote this??
- Subject: IE8 is the best! Wait, what?! Who wrote this??
- Replies: 35
- Views: 1200
Posted: June 19th, 2009, 10:11 am
Myth #4: Internet Explorer doesn't play well with Web standards. The Real Deal: Internet Explorer 8 passes more of the World Wide Web Consortium's test cases than any other browser. My personal favourite. :) And IE more reliable than Firefox? Till date, Firefox has never crashed on me. Need I say a...
- casablanca
- Forum: General Discussion
- Topic: Which Country do you know better?
- Subject: Which Country do you know better?
- Replies: 11
- Views: 290
- Subject: Which Country do you know better?
Posted: June 19th, 2009, 1:13 am
I'm on the same boat as SB: I don't know either country that well, but Singapore a little more because I know some people there.
- casablanca
- Forum: Unix / Linux Forum
- Topic: echo
- Subject: echo
- Replies: 3
- Views: 335
- Subject: echo
Posted: June 17th, 2009, 11:14 pm
The shell basically reads user input and invokes some function based on the command. In case of "echo", it calls an output function such as printf, which in turn uses the kernel's services to print characters on the screen. The kernel itself uses device drivers (the display driver in this ...
- casablanca
- Forum: Programming / Scripting / Coding Forum
- Topic: copy working code, paste working code, code doesn't work?!
- Subject: copy working code, paste working code, code doesn't work?!
- Replies: 3
- Views: 164
Posted: June 17th, 2009, 11:00 pm
mindfullsilence wrote:
Now my setTimeout delay isn't working
Could you be more specific? What delay? Where?
- casablanca
- Forum: Unix / Linux Forum
- Topic: echo
- Subject: echo
- Replies: 3
- Views: 335
- Subject: echo
Posted: June 17th, 2009, 10:53 pm
Just about every programming language has some kind of text output function, such as printf in C. It's quite obvious that the echo command uses this to display the text you enter.
- casablanca
- Forum: Website Security
- Topic: Tracking your Browser History, with CSS
- Subject: Tracking your Browser History, with CSS
- Replies: 11
- Views: 799
Posted: June 17th, 2009, 10:44 pm
Well, it definitely is a breach of privacy, but I'd say it's about the same as Google reading your mail to deliver relevant ads. In any case, it's for the corporates to bother about, and I doubt they will implement something like this anytime soon.
- casablanca
- Forum: General Discussion
- Topic: When you think about Global issue(s)
- Subject: When you think about Global issue(s)
- Replies: 10
- Views: 248
- Subject: When you think about Global issue(s)
Posted: June 17th, 2009, 9:43 pm
Global warming; not caring for the environment.
- casablanca
- Forum: Website Security
- Topic: Tracking your Browser History, with CSS
- Subject: Tracking your Browser History, with CSS
- Replies: 11
- Views: 799
Posted: June 17th, 2009, 9:25 pm
Being just a demo, I don't think it has immediate implications, but it just goes to show how "secure" our browsers are.

