Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

12
votes
25answers
1k views

Essential Firefox Plugins/Extensions?

What firefox plugins could you not live without, as relates to webdev? My list would be: DBGBar Dom Inspector Firebug Firecookie Google toolbar (useful for seo) Live HTTP ReloadEvery TamperData Web ...
7
votes
6answers
479 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 ...
5
votes
5answers
954 views

Are there reasons to still use the “@import” css rule?

I recently came across a use of the @import rule on Coda.com. They're actually using to import the main style sheet for the site, specifically the format: <style type="text/css" media="screen"> ...
4
votes
1answer
139 views

Is there a WMD-like WYSIWIG Editor that supports Markdown Extra?

I have some editor pages in my CMS that use the WMD control for inputting and displaying content written in Markdown. We have now switched to Markdown Extra (because we needed tables) but WMD can't ...
3
votes
1answer
96 views

How to convert Atom to RSS?

I've been searching around for a way to convert an Atom feed to an RSS feed. I tried atom2rss but it only gave me the first paragraph or so of the document, then truncated it. Is there any way I could ...
3
votes
1answer
342 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?
3
votes
3answers
158 views

CSS better to change cursor on hover, or on stateless?

Say you, or I, have coded an HTML element... <a id='hydrogen' href='#'>H</a> ...and some :hover CSS... #hydrogen:hover { background:red; } ...and now we want to put a fancy hand ...
3
votes
2answers
379 views

Where can I find a good open source user account management class/library in PHP?

I am looking for a good framework for user and user group management in PHP. I want a to be able to add/edit/delete profile, save in a db; add/edit/delete groups; assign a user as group leader, ...
2
votes
3answers
374 views

Are AJAX calls not blocking and what is their lifespan?

I feel ackward asking these fundamental questions given that I am not exactly new to web development. But I want to double-check my assumptions nevertheless... I'm building the recording of unique ...
2
votes
4answers
58 views

Webdev - should hits and log data be in a database, or files?

I've got the following user data for my site: 1) Hit IP, location 2) Login name, attempt info 3) Download attempt info Is it better to keep this information in individual files, per day, or in a ...
1
vote
2answers
87 views

Website not rendering properly on boss's computer / browser, but all others seem to work fine. Help?

I'm a university student, and just built my first website for an internship. We are approaching the launch of the site, however during my debugging process I've found that of all places, it doesn't ...
1
vote
4answers
138 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
310 views

run compass watch terminal command upon opening the folder with textmate

I use textmate for website development and compass to compile css stylesheets. Right now everytime I open up the folder with textmate I have to additionally run a compass watch /path/to/folder ...
1
vote
1answer
145 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
274 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
2answers
117 views

Django auth.User

I'm developing web page with many type of users, each with different profiles properties. I would like to use built in auth system but: a) I want to use django-registration. b) I can point ...
1
vote
1answer
794 views

webdev.webserver.exe has encountered a problem

i am facing an error "webdev.webserver.exe has encountered a problem" in only one project all other projects are executing/debugging properly.after showing this alert window i do not able to debug my ...
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
743 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
0answers
40 views

Webdev server on Visual Studio 2010 is not responding to localhost but to 127.0.0.1

Since yesterday I have this big issue with webdev and Internet Explorer. I did not change any parameter that might have done that as far as I know; neither on my system nor on the web project. Before ...
0
votes
2answers
43 views

I can't load my CSS-file?

I am PHP programmer now. And I am writing new project. When I want to load file using: <!DOCTYPE html> <html> <head> <base href="http://quest.my/" /> <title>Quest The ...
0
votes
3answers
155 views

How can I get the Exchange Server programmatically from my App(C#)

Currently I can send email successfully through WebDAV with C#, but there is a shortage in my App that I have hard-code the Exchange Server of my outlook, so it might only works for me, if it were ...
0
votes
2answers
119 views

Why does Visual Studio WebDev Not Load my StyleSheet?

So here's an interesting conundrum. I have a page, default.aspx. It has a LINK tag to a stylesheet, located in the CSS subfolder: <link type="text/css" rel="Stylesheet" href="Css/Logon.css" ...
0
votes
3answers
70 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 ...
0
votes
4answers
93 views

Besides Rails, what are other popular web dev tools, frameworks, libs for Ruby?

ORMs, HTML Templates, URL mappers? I'm new to Ruby and I'm wondering what other options are there for web development other than Rails.
0
votes
0answers
182 views

Course registration using a shopping-cart system?

I am currently evaluating options for getting online course registration working for a small theater education studio. I am a web developer but there is currently not time/budget for a custom system - ...
0
votes
5answers
131 views

does HTTP protocol require space be encoded in file path?

in the HTTP protocol, the first line of requsest is like for example GET /img/my house.jpg HTTP/1.1 my question is, if the file name has a space, does the protocol require it to be encoded in ...
0
votes
3answers
124 views

Shall I ignore IE6 while developing a website? also any other browser to avoid? [closed]

Possible Duplicate: Should we support IE6 anymore? ripie6.com I would like to know which browsers we can avoid. Many sites have stopped support to IE6. So, as developers we can also start ...
0
votes
1answer
74 views

Using the same code in different (partial) views

Maybe this question is quite simple because I'm new to MVC2. I have a simple demo MVC project. (1) A weak-typed view: Index.aspx <% Html.RenderPartial("ArticalList", ViewData["AllArticals"] as ...
0
votes
1answer
46 views

Syncing a site with a local machine?

I do my web development and testing on my laptop running an installation of xampp - I upload things to my host, but I always go through cpanel's file manager to do it. I realize that there's ...