web

Where shall I start in making a scraper or a bot using python?

I'm not that new in programming languages(python) but I got no clue on where will I start in making a bot or a scrapper using python?. should I study in cgi programming? or does the scrapper runs just using a python script? Should I build a server for that? Got no clue for this... thanks for the help ...

Why do you not use C for your web apps?

Hello all, I was having a look at a few different web servers this morning when I came across G-WAN. As I understand, its a web server written in C and you have to make use of it by writing your websites/webapps in C. One clear benefit is speed as the G-WAN site suggests. However, on the forums, the creator of G-WAN asked why not use C...

HTTP web wodwebserver ocx

Hello guys, THas anybody done any projects with the webserver from an existing control found here http://www.weonlydo.com/WebServer/web.http.server.com.activex.component.asp i need ideas on how i to develop/implement these settings on a webserver, Documents, Redirect, CGI, Associations, MIME Types i just out of ideas, i have only do...

Which .NET Web Application Framework would you recommend?

I am in the planning phases for an enterprise level web application that will likely be highly transactional in nature with a SQL Server back end database. Most of my development in the past few years has been implementation of Content Management Systems. However this will be an app that is built from scratch. It seems silly not to us...

ASP.Net Shared Webpart Pages: How do I share changes made when modifying properties of webparts to anonymous users?

By education and initial experience, I am a desktop developer. I am currently working as a SharePoint developer on corporate internal websites. My experience with building ASP.Net applications from scratch is limited. I would like to know how I can build custom webparts on an ASP.Net platform (v3 or v3.5) and allow custom properties to...

Is an all white background appropriate for a web game?

I have seen lots of great sites that use all white pages (Stack Overflow?) without having the content column set against a different color background. I am designing a web game and was wondering if the all white (or solid color) is the way to go or if having a content column against a backdrop is better. If its a "it depends" answer, ...

What is the limit on QueryString / GET / URL parameters

What is the limit on QueryString / GET / URL parameters ...

Is it good to skip ASP.NET and jump into ASP.NET MVC directly?

I'm a desktop app developer, I wanted to study web programming. Is it good to skip ASP.NET and jump into ASP.NET MVC directly? My last experience with web is with PHP, circa 2000 And also, is ASP.NET MVC enterprise-ready(think desktop apps with rich user experience) in terms of components support (be it open-source or commercial ones)...

Open Source, web based spreadsheet app with formulas

I am looking for an open source spreadsheet application to stick into my web page. The most important feature I am searching for is formulas. Specifically, I need to be able to put in a cell which calculates the total of the contents of other specified cells. I've found some basic examples like Nitobi and ExtJs Extender, but they don't ...

web hosting video files and large files

Hi, I would like to make a website to host videos, and/or large files to a large community of 5000 for example. What would be the best solution? Thanks. ...

Using the Google Maps API on a site with user login (free)

I'm planning to make a web app where users can register for free. The app will contain a map, and I will most probably use OpenStreetMap data. The problem I've encountered with open libs as for example OpenLayers is that they're really slow and choppy when adding a lot of markers (which will be totally unacceptable). I think the renderin...

JSP Spring-MVC Reusing Controller Logic

psuedo: @RequestMapping("/news/feed/featurednews/{feedname}") public List<NewsModel> getFeed(String feedname, @RequestParam("start", optional) Integer startIndex) { return feedService.getFeaturedNewsByName(feedname); } @RequestMapping("/news/{newsPageName}") public String goToNewsPage(Model m, String newsPageName) { m.addAttribut...

programmer's blog

There are many systems where you can simply login and make your own blog. But I am looking for blog with support for blogging about programming. I need support for syntax highlighting for the usual language (c, php, python, etc.) for example like here on Stack Overflow. Does anyone have any good suggestions for such a platform? ...

c# waiting for a javascript event to finish

hi everybody what i like to do is this: in a button object in asp.net c# I want to read some hidden fields filled by javascript with client browsers data. the function in js if fire when the client push the button but sometimes when in c# I'm reading the hidden fields the js hasn't finish yet so I get the hidden blank. what I need to do...

Two-way sync between iPhone application and web application

I have a web application that relies on a MySQL database, for which I am thinking of building an iPhone app. This app would allow users to browse/insert/update/delete data on their account on the web application. The easiest way would be to build the iPhone app simply as an interface for the web app, ie each operation requires to be con...

Problem with Web Service call on complexType data element using SOAPY in Python

I am trying to use SOAPy to access a temperature conversion Web service, for example to do a FahrenheitToCelcius temperature conversion. The WSDL file of the webservice defines the input message of the FahrenheitToCelcius operation as:- <input message="tns:FahrenheitToCelciusSoapRequest"/> with the FahrenheitToCelciusSoapRequest messa...

Using Web User Controls instead of Web Forms

I've been using ASP.NET (C#) for the past two years. I have learned so much but there is still much more to learn :) I've used MasterPages, 'Web User Controls' for things like headers, navigation, footers etc. One thing I have never truly understood is the practice of using 'Web User Controls' for your content and logic; Home.aspx ---...

System.Web.HttpException: Could not load type 'CSW.Web.Security.NDMSMemberProvider'.

OK here is what I have: I for got to mention that I am using LINQ to SQL In one project I have my DBML files like this NDBS.DBML NDBS.Designer.vb NDBS.vb The latter looks like this Namespace CSW.Models.NDMS Partial Class NDMSDataContext End Class End Namespace In my security folder I have Imports CSW.Models.NDMS Imports l...

Ability to make images to save instead of open on page

I was wondering if there was any way to automatically make an image, or any link save to the disk instead of open in the window. wondering if there was any element i'm not using such as: <a href="image.jpg" target="_hdd" />..</a> of course this is pseudo-code in case anyone thought I was serious. ...

Anyone know any solid Web service tutorial for python?

Thanks for the help guys! ...