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
...
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...
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...
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...
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...
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
...
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)...
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 ...
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.
...
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...
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...
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?
...
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...
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...
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...
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 ---...
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...
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.
...
Thanks for the help guys!
...