Tagged Questions
7
votes
6answers
508 views
tips for working on a large javascript project
I have some experience with JavaScript - but mainly with some small stuff, I never did anything really big in Javascript previously.
Right now, however, I'm doing quite a large javascript-related ...
3
votes
1answer
436 views
How to use Modernizr for input type=datetime?
I made a custom build for HTML input fields & attributes and included that on my page in the <head> but that's not working. What else do I need to do?
1
vote
4answers
169 views
jQuery :hover Div to reveal Sibling
I have the following in jQuery
// Larger sidebar images fades in on :hover
$("#left_sidebar .img_contain").hover(function(){
$(this).find(".larger_img").fadeIn("slow");
...
1
vote
1answer
149 views
Google I/O 2011 website
How did Google make the Google I/O 2011 website - the drag drop and the animation in the countdown?
1
vote
1answer
282 views
Downloading a file (generated at time of request) with jquery
I need to download a file using jquery. That file is generated on the server when user clicks a link. My requirements (I want to emulate AJAX functionality. I know AJAX _does_not_ handle file ...
1
vote
4answers
3k views
iphone web page transitions
I am developing a web page for iPhones and iPod Touch's. I am using the Universal iPhone UI framework. I need to have silding page transitions, but can't seem to get it working. Is there a good ...
1
vote
6answers
752 views
Can I detect XHTML parsing errors using Javascript?
When I have a markup error in my XHTML page, Mozilla Firefox displays the "Yellow Screen of Death", showing only a large red error message on a yellow background.
While these errors are rare, they ...
0
votes
1answer
47 views
Javascript template or another solution?
New to webdev.
I need to use the same menu on all the pages of new website i'm building but I'm not willing to edit the menu every time a change it in every file.
Is there a simple template engine ...
0
votes
3answers
77 views
Webdev - datepicker GUI recommendations/inspiration
As a user, I generally don't like working with calendar GUI (e.g. on airline booking pages). Too often, they feel clunky, difficult, and unfriendly.
I'm coding a calendar now (again) and I'm looking ...