Ben Shelock

1,275
Reputation
185 views

Registered User

Name Ben Shelock
Member for 6 months
Seen 2 days ago
Website
Location London
Age 17
Dec
1
comment Pulling Images from RSS Feed
Couldn't you use whatever you are using to read the RSS feed to read images too?
Nov
29
comment how to search in google ?
You can't specify which part of the page to search. With exception to the title (intitle: keyword)
Nov
29
answered Is there a MySQL equivalent of php’s Preg_Replace?
Nov
28
answered Upload to imgur java
Nov
26
comment Centering all HTML form elements using CSS
All inline elements are effected by text-align. Just block elements that wont be centered.
Nov
24
comment How do you fix the flickering that occurs when you use slideToggle in jQuery?
People should stop supporting IE6 now
Nov
24
revised Converting Date and Time To Unix Timestamp
added 14 characters in body
Nov
24
comment Converting Date and Time To Unix Timestamp
My evil twin brother, we don't talk about him.
Nov
24
revised Converting Date and Time To Unix Timestamp
added 3 characters in body
Nov
24
asked Converting Date and Time To Unix Timestamp
Nov
24
comment Extreme Programming Metaphors
I hate it when people try to explain a concept to you with metaphors. It just makes it so complicated.
Nov
24
answered Whats the best way to name id & classes in CSS and HTML
Nov
23
comment How to add non-standard attributes in a valid way
Which is why I began the question with no but specified an alternative.
Nov
23
answered How to add non-standard attributes in a valid way
Nov
22
asked Canvas Element and IE
Nov
22
comment Why do I get “Resource id #4” when I apply print_r() to an array in PHP?
print_r will only accept arrays and objects. If you use var_dump() it will give you information on whatever you give it.
Nov
22
answered PHP if-statement using $_POST variable doesn’t seem to work. Why?
Nov
22
asked What javascript frameworks should I become familiar with?
Nov
21
comment Change background position with jQuery
Well thats all he asked for Jitter.
Nov
21
answered Change background position with jQuery
Nov
21
answered How to center absolute element in div?
Nov
21
accepted php str_replace issue or bug?
Nov
21
answered php str_replace issue or bug?
Nov
21
comment Change Attribute Every Second
I didn't know you could call anonymous functions to setInterval, thanks :)
Nov
21
comment Is W3C invalid HTML and CSS code harmful for SEO and problematic for screen reader users?
@EFraim: Basic levels of validation are good however things like closing <inputs />'s correctly or adding alt attributes to images are not likely to cause big issues. Not in my experience anyway. I'm sure I'll be proved wrong lol.
Nov
21
asked Change Attribute Every Second
Nov
21
answered Is W3C invalid HTML and CSS code harmful for SEO and problematic for screen reader users?
Nov
21
accepted Making a Web Chat with jQuery
Nov
21
answered Making a Web Chat with jQuery
Nov
21
comment how about working in MySQL…
Legitimate question. Why is it closed? Are you lot closing questions because they are not perfect english again? And subjective? Lots of questions on here are subjective but they are still useful.
Nov
21
comment Is it possible to use heredoc inside an if statement?
Wouldn't it have been easier to just try it rather than ask the question?
Nov
20
asked Generate random string, check it against database, then use it.
Nov
18
comment Find Hover CSS Attribute
@TStamper: I wanted to make it into a plugin so I wouldn't have to think about it.
Nov
18
comment What should I write in order to become a better developer?
Couldn't agree more. Your users will test 10 times as many bugs as you.
Nov
18
comment Find Hover CSS Attribute
@TStamper: But not for pseudo-classes?
Nov
18
comment Find Hover CSS Attribute
I thought about animating it with jQuery instead of it being an instant change. Also I'm curious to find out if it's possible.
Nov
18
asked Find Hover CSS Attribute
Nov
17
comment How to implement fixed bottom in IE6?
+1 Because of the pretentious people on this site down voting badly worded posts.
Nov
17
comment Javascript stops working when compress script
Have you used semi-colons throughout your script?
Nov
16
accepted Limiting file upload type
Nov
16
comment Having trouble with uploading in php
The folder "uploads" doesn't exist. I got a 404. Create it and it should work. lunaz.homelinux.net/learn_php/uploads
Nov
16
comment Generate frame for picture
I used the canvas tutorial on the Mozilla site before for a photo frame effect. It works very well. Just not in terms of cross browser support.
Nov
16
answered Error handling in getJSON calls
Nov
16
answered CSS: Change Button appearance on Hover
Nov
16
comment How to show animated image from PNG image using javascript? [ like gmail ]
+1 For one of the most indepth responses to a fairly simple question
Nov
16
answered Limiting file upload type
Nov
15
comment What is a good Javascript debugging tool?
@DouweM: What exactly don't you like about dreamweaver? We all know that WYSIWYG editors are useless but the rest of the program is very useful. Now what else is wrong with it?
Nov
15
answered What is a good Javascript debugging tool?
Nov
15
answered Any good PHP IDE/text editor with FTP support?
Nov
15
answered Easiest way to execute local file from Firefox?