web-development

Is there a simple 3-column, pure CSS layout?

One that doesn't require the following: Reliance on images (i.e. "faux columns") Some kind of weirdness or "hack" put in specifically for IE Requires IE to run in quirks mode Doesn't have strangeness like one of the three DIVs overlapping the others (i.e. "holy grail") Margins set to high negative numbers placing them well off the vie...

Is there any time trace web application?

Is there any time trace web application? I want use it as a tool for monitor my program productivity.(I mean, how many hours I spend on a project) edit: I once notice there is one (like a web twitter with time trace), but I forgot its name. ...

Is there a book for building a web application?

I am a junior programmer in Enterprise desktop application, and I want to transfer my knowledge field into web base application. I'm learning django, and want to build a small web application for practice,(and I know it well now) Is there any guide book for this?(web application building , not django specific) ps: I know there are tut...

Setting up a code repository for a small web development company

I've recently become technical director of a small web development agency and we have a large codebase spread across around 200 websites. The code is in PHP & VBScript and a lot of client side javascript and some complex MySQL queries. What I'm looking to do is to set up a code repository where we can store all our functions, scripts an...

How should a global exception handler work in a web application?

In a web application on the intranet of a global enterprise, what should it show? What are some best practices or things some of you have learned over the years? I'm thinking about putting a text field and submit button on the error page that allows the user to automatically submit a help ticket if they need to... It will definitely log...

How can I implement a drag and drop file/folder upload that is recursive?

I am looking for some way to implement a drop box for files and folders to be uploaded to the site. I found one from rad inks, but it only supports multiple files. Does anyone know about something like this that supports folder uploading? The website itself is based on PHP. ...

How do I serve a downloadable file online without exposing the physical path?

I'm serving up documents that require the user to register before download. Currently, once you register and login, the links to the documents are displayed as: myurl.com/docs/mypdf.pdf So the physical path to the document is exposed to anyone logged in. What is the best practice for keeping the physical path to the document hidden so...

Which templating languages output HTML *as a tree of nodes*?

HTML is a tree of nodes, before all. It's not just a text. However, most templating engines handle their input and output as it was just a text; they don't care what happens around their tags, their {$foo}'s and <% bar() %>'s; also they don't care about what are they outputting. Sometimes they happen to produce a correct html, but that'...

What techniques and tools are available to help debug SiteKiosk clients?

I am responsible for the maintenance and development of some SiteKiosk client machines. Currently, we are running version 6 of the software, and do not have an intention of upgrading in the near future. I have a demo machine where I can turn on whatever functionality I want to facilitate my debugging, but the embedded browser in SiteKi...

PC equivalent of Coda?

Can any one recommend a good all-in-one web development tool for Windows. Something on par with Coda (Mac OS X)? ...

Designer files not nesting correctly, messing up intellisense in Visual Studio.

Greetings. I've got a web site project loaded into Visual Studio 2008. The .designer files for all of my ascx controls are not nested under the control in solution explorer, and when I reference something in that control in the code behind, I don't get intellisense. I've checked the csproj xml file, and the 'compile' elements appear...

How does struts 2 includes javascript files in a jsp from their struts.jar?

I've noticed that the javascript client-side validation feature of the struts 2 framework uses a javascript file that comes inside the struts2 JAR file. The javascript file gets included somehow in the JSP page apparently by just using a tag from the framework. If I manage to do this it will be extremely helpful for the many javascript ...

How is politico.com inserting a hyperlink into copied text?

If you visit this article on politico.com, highlight some of the article text, then paste that text elsewhere, it will contain a link that says "Read more at: ...". How is this done? Update: This is the JS used, but hard to follow: http://tcr.tynt.com/javascripts/Tracer.js ...

Framework/Suggestions for Small, simple web apps

I am looking create small simple applications that are fun social toys. They won't be complicated, usually a one-type CRUD type deal. For example, Generate a random sentence (from source/algorithm) Store this in a database Present this sentence to the user Present a text box to allow them to enter their own sentence. record sentence...

How to create a MEME algorithm?

if you don't know what does meme mean you can read this article readwriteweb my question is how to create a meme algorithm, I have a website which aggregated thousands of blogs posts and I want to figure the most talked about stories. see this quotation from the article above "Meme aggregation attempts to cut down on the signal t...

What is the best way to get up to speed with PHP/Javascript?

I have built Web sites with Python/Django and desktop applications with Objective-C/Cocoa so programming is not something that I need to learn. For someone in my situation, what is the best way (specific books or Web sites) to learn PHP and Javascript? ...

How to architect for enhanced functionality with Javascript?

I'm building an application using ASP.Net MVC, and I want/need it to work with and without javascript enabled. The first stumbling point for me is this: When the user clicks on the register link, if they don't have javascript enabled they should be sent to a registration page that has master page stuff around it... but if they do have ja...

relying on hidden inputs and query strings

Suppose that I have a request handler that accepts an argument: key And let the request be: http://example.com/2323 When the handler receives a GET, relevant data is fetched from db based on this key, fed to a form and displayed. In the process, the value of key is put in a hidden input. When it receives a POST, it has the key argum...

Server got hacked or data corrupted?

Why is there such kind of symbols? [on on certain website after the website server is restarted? ...

Where to find .Net ORMs comparison with numbers or charts?

Where to find .Net ORMs comparison with numbers or charts? I am building a new websites, will work on arranging images and manipulate images online, so it will contain a lot of images, and sure many images make the website pages load slower. So the speed of the data access layer very important for me, and i am searching for an ORM beca...