Tagged Questions

0
votes
2answers
22 views

How would a stateful HTTP protocol be implemented?

How exactly would we go about adding state to http without the hackish workarounds we currently use involving query strings, hidden fields, cookies and session state?
0
votes
1answer
21 views

Becoming Zend Certified Engineer

Hi, I have seen Zend certified engineers growing fast with upper hand over others. I am also planning to take this exam. I just wanted to know what areas of programming should I be more focused on …
0
votes
1answer
12 views

Check Bandwidth Consumption

I have taken an hosting a/c with limited bandwidth. I have embedded a video tag (object)that links to youtube on my webpage. I wanted to know that if someone views that video, will that be counted …
0
votes
3answers
48 views

What is your base project file set-up, or project template?

I'm essentially just getting started with web development, using CSS, Javascript, and jQuery. I'd like to set up a project template with all the base essential elements, file structure, starter files …
0
votes
0answers
17 views

GeoDjango distance search

I want to use GeoDjango to do basic location searches. Specifically I want to give the search function a ZIP code/city/county and find all the ZIP codes/cities/counties within 5mi, 10mi, 20mi, etc. …
3
votes
1answer
36 views

What is the best web development freelance book available?

I am looking for a book that covers how to do freelance as a web developer. I know there are many general freelance books out there, but I am looking for a freelance book that is somewhat focused on …
1
vote
8answers
146 views

Is there any kind of CSS library out there?

I was wondering if there are any kind of CSS libraries like a Yahoo CSS Library? Basically I am looking for something akin to JQuery but for CSS instead of JavaScript.
0
votes
2answers
34 views

Show window inside any web page

Hi, I want to implement a utility for myself that should provide a small console where I can execute random JS in any browser (much like Firebug's console - I don't reinvent the wheel, I just want …
0
votes
0answers
18 views

Where to host web hooks?

I believe that web hooks is a nice idea and it will really leverage the real time web, but nowadays if one wants to put a small application online, even with google-app-engine, there is a lot of …
3
votes
13answers
172 views

How to overcome fear of user-input (web development)

I'm writing a web application for public consumption...How do you get over/ deal with the fear of User Input? As a web developer, you know the tricks and holes that exist that can be exploited …
0
votes
3answers
24 views

Animated gif or flash (or other) for small animated element on website?

I am redesigning a site, and the client is set on keeping a small looping Flash animation that is on the current version. They have asked if it would be better to replace it with an animated GIF …
0
votes
3answers
22 views

.htaccess rewritting subdomain + folder to uri

Hi, I want to redirect this: subdom.mydom.com/mydoc TO mydom.com/subdom/mydoc.php Sorry for being too obvious. I know the htaccess rewritting basis but this is making me a little crazy :)
0
votes
1answer
34 views

considerations for choosing a web application approach?

Hi, I am a long time Java web applications developer, and in my experience there are 2 major approaches for building web applications. The first approach, is to use technologies which go back and …
2
votes
13answers
172 views

Does a programming framework make you less of a programmer [closed]

Out in the dev lang there are many many, frameworks for all types of languages. For instance, javascript has jQuery, which I use all the time without even thinking about it. Then for php there is Zend …
0
votes
0answers
66 views

Kohana event system in Erlang?

I want to implant a framework in Erlang that is similar to Kohana event system. Anyone know how to do that or have any idea? I really like how Kohana is structured. EDIT The Kohana event system have …

1 2 3 4 5 288 next
15 30 50 per page