1
vote
2answers
26 views
Writing pseudo-crawler for web statistics.
I'm tasked with writing a web pseudo-crawler to calculate certain statistics. I need to measure the percentage of html files that start with <DOCTYPE against the number of html files that do not …
0
votes
4answers
53 views
Dealing with URLs in Django
Hey all!
So, basically what I'm trying to do is a hockey pool application, and there are a ton of ways I should be able to filter to view the data. For example, filter by free agent, goals, assists, …
1
vote
6answers
123 views
Python web application
Hey,
I want to create a very simple python web app. I don't need Django or any other web framwwork like that. Isn't there a simpler way to create a web app in python?
Thanks
1
vote
4answers
28 views
JSF Facelets Getting Started
Hi All
I'd like to learn how to develop java-based web front-ends (I already work with J2EE server-side). Microsoft's path appears quite straight-forward (asp.net like it or not).
However, I'm not …
0
votes
3answers
49 views
Mac OS X web sharing and Django
I created a web app with Django and I have it running on localhost (http://127.0.0.1:8000/), my question is, how can I make it available to the world, using Mac OS X's web sharing or something?
…
0
votes
3answers
39 views
Decoupling backing store with Spring Web MVC
This is a design pattern question, so I'll illustrate it with a simple example of an address book app.
Firstly a few assumptions.
1. It appears to be acceptable to directly use DB domain objects as …
0
votes
1answer
13 views
blurring a web page in silverlight
hi,
i have a web page that has to go dim on page load and some box comes over.
the box has to have a TextBox. this box takes some input from the user. and on click
on a submit button the …
3
votes
2answers
42 views
Web application in drupal?
I am going to be creating a work order system with three roles
The "client" - The client can request projects to be completed by the worker. The project must be selected from a list of templates and …
0
votes
1answer
13 views
Output W3C compliant XHTML from image slices
When slicing and saving for web in Photoshop CS4, the HTML layout output by Photoshop is done using tags, which is not what we want. Is there a way to get Photoshop to output W3C compliant tableless …
0
votes
2answers
31 views
Web application security training
I am looking for a training class or conference to go to by the end of year for web application security training. We do mainly ASP.NET development so something specific to .NET would be nice but a …
0
votes
3answers
30 views
Can a website subdirectory be served by a different web server?
Suppose I have a website hosted at the url:
http://www.mysite.com/
Say this is hosted by hosting provider "A".
Now, I want to host a subdirectory within this site at another host:
…
0
votes
3answers
40 views
Can a server page (jsp, aspx) be used as Web Service
What is the difference between using a "Web Service" and calling a server page such as JSP/ASPX?
To me it looks like a Web Service is just a framework around the server pages. For e.g. I can have a …
0
votes
1answer
19 views
CSS for widgets in gwt
hi,
i have few listbox widget, and i need to change the color of the arrow that opens the drop down list, and its surrounding box
how can i do it with the CSS?
is there an attribute list for all …
2
votes
9answers
212 views
Can I start web development with a functional language?
I'd like to start doing some forms of web development, with the aim of building web apps that could eventually grow into start-up products. And for a long time, I have been very curious about …
3
votes
4answers
122 views
Current state of Erlang web development? Frameworks, Template languages
Django is to Python as Rails is to Ruby. What is the current front-runner for Erlang?
Recent Erlang web activity has resulted in many new frameworks but they are all still moving targets. ErlyWeb is …
