web-development

How to Load XML File Contents using Javascript?

I'm looking for a way to load an XML file's contents directly into a Javascript variable. Say I have the following directory structure: /index.html /loader.js /file.xml In index.html, there is a <body> tag, whose contents should be replaced with the contents of the XML file. So if the XML file contains: <element> <item>Item One</...

Selecting resource file with GetGlobalResourceObject, reading against current culture

Hi, I'm using GetGlobalResourceObject to localise the language on a website after setting CurrentUICulture depending on each users settings. I am also creating an email using text retrieved via GetGlobalResourceObject which is sent to another user. Is it possible to select the language file used by GetGlobalResourceObject so that the ...

how to embed an .AVI in html?

I've found some examples of .AVI in html on the web. But my page http://pianocheater.com/VIDEO.html is problematic. It's fine with chrome on my pc. In IE, you get that dang bar at the top and then the videos are blank after that. It works on my pc, but not others' so I figured it'd be codecs or something?? Here's the existing html... ...

Web deployment project help

Where can I get a complete reference about Web Deployment Projects 2008? I have searched for it, but it appears that there are only blogs posts or forums questions about WDP specific characteristics. ...

What's the standard "minimum" resolution I should support with a website?

Duplicate: Recommended website resolution (width and height)? I tend to think of 1024x768 as the minimum Screen Resolution that a modern web browser will run in, but I worry when using this resolution for a business website because I feel that I might be hurting the folks out there who are stuck with something smaller/older. So I a...

Data Dictionary or ORM?

I am in the processes of replacing the framework for a fairly complex business web application. Our application runs on a LAMP platform and the new framework will be an extension of CodeIgniter. In my research for framework design I decided to look into ORM, I have never done ORM before and I wanted to know if it would be valuable for ...

How to determine if a web application has been installed and set up ?

I am not sure to be enough be by my question... Well i'm developping a CMS in PHP with Zend Framework. I would like to have a nice web gui to install and set up the application after unpacked it somewhere... Some CMS or whatever the application is, offer this way to do by simply entering an 'install url' like 'http://localhost/app/instal...

Is there a free JSF Webhost out there ?

Hi .. i am looking for a free Webhost for JSF sites.. unfortunately i didn't find any by Google. It is just for testing .. i know .. i could test it with localhost. but i do want to have real time conditions. ...

Preventing web site links and email addresses in a form when "Submit" is pressed

Folks, I have an html form which sends the form data as an email. Unfortunately spam bots have been filling the form in and send web site links and email addresses in the message part of the form. Is there a way I can delete the web site links and email addresses when the "Submit" button is pressed before it gets sent on as an email ad...

Web application background processes, newbie design question

I'm building my first web application after many years of desktop application development (I'm using Django/Python but maybe this is a completely generic question, I'm not sure). So please beware - this may be an ultra-newbie question... One of my user processes involves heavy processing in the server (i.e. user inputs something, serv...

What (not yet existing) iPhone apps do developers wish to get more productive?

What (not yet existing) iPhone apps do developers wish to get more productive? Let's do some brainstorming ;-) ...

What is recommended for monitoring traffic to my asp.net application

I have a asp.net 3.5 application hosted on IIS 7.0. I'm looking for a comprehensive system to monitor traffic, down to page level minimum. Does .net have any specific tools or is it better to write my own, or what systems/software is freely available to use Thanks ...

How to start a web application with eclipse

I love eclipse and java. And i want to code my entire web application using eclipse .. right from designing html files to servlets.. I have zero experience in developing web apps .. So How to to setup eclipse for web apps and How do i get started ??? ...

Css overflow not working.

I have a div with css setting overflow auto but noscrollbar appears whereas once i have visited some other page it comes on the page. Also if possible how can I remove overflow style of div? ...

How does one handle "send links to examples of work" in job posting?

Lately, a lot of development/design job offerings I'm come across ask for "links to examples of your work". In the past ten years, I've worked primarily for three web companies. One of the websites is no longer in existing (a victim of the dot-com bubble burst). Also, I have had little to no impact on the design of the "public" pages for...

Creating Photo-Flow (itune-like navigation) dynamically - Any Free or Easy way to do this?

I'm wondering if there is a free script or easy tutorial on how to make photo-flow like the top of this website. It is similar to how itunes album navigation works. So far, all I found is this non-free photo flow. I was wondering if this can be done without paying any money. ...

Deploying Python via CGI

How do I deploy a Python project to a webserver that supports Python via CGI? I'm well versed in PHP, but do not understand CGI's relation to Python in the deployment process. Any resource links are appreciated. The web host in question is GoDaddy. ...

Is there a small classic ASP server like ASP.NET Development server that comes with Visual Studio?

I would like to hear if there is a small classic ASP server, similar to the ASP.NET Development server that comes with Visual Studio? We are a small group that supports a legacy (classic) ASP site, and would therefore like to have a small server that easily can be executed on a Windows XP machine. Currently we're stuck with IIS 5.1 on o...

how to make a webpage that seems to not 'reload'

I was looking at this website http://bountii.com/search.php?item=router and I've looked at other sites which work in similar manner. The page has many filters provided for example: price range, popularity etc. But when these filters are performed it looks like only some section of the webpage is loaded rather than the whole page. T...

Do you commonly use Link Relations ("rel" attributes)?

I'm eager to move towards a more standards-based, accessible and semanticly-correct web development approach. At the office, I don't expect there to be huge changes straight away, but I'm trying to start laying down some of the basic foundations for progress further down the track. Part of this process is the introduction of the rel at...