web-development

Accessing system resources through a web page

Hi all, Is it possible to access system resources via a web page? Specifically I would be interested in accessing system calls in order to put the computer into standby or sleep. At this point, I am language-independent. I would imagine that some sort of special access would need to be granted before anything of this nature occurs. ...

How to read stream video from IP cam

Hi, I am trying to read the streaming from a Network IP Camera. I can connect to the IP Camera (web server) by proprietary web interface and I can watch the video (h.264 format), but I need to read the video stream and put it in a web page that I am developing. How can I read only the stream video ? I think I have to authenticate in so...

Python in my webpage?

If I want to write a webpage in Python, where do I begin? Do I save my file as "index.py"? Can I mix Python and HTML? what does that look like? EDIT: I want to learn how the Python process works on the web. I want to know if I can put Python into an existing webpage and having it render the Python code. I'm not asking about framewor...

Designing an MVC (web) application from scratch – What Are the basic (necessary and optional) components I should be aware of?

Hi, I’m about to write quite a big web site that will basically be a forum, divided to (many) different subjects and allow users’ score. I’ll be using MVC, so I (“naively”) asked this question about how to partition the Model portion  of MVC, which is likely to be very large. Two things I realized from the answers I got: I really do...

Soap - Element doesn't have xsi:nil as a property, but deserializing doesn't make the object not null

I'm a total noob when it comes to XML and SOAP messages. ...Here's the SOAP message. <?xml version="1.0" encoding="utf-8" ?> <s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/"&gt; <s:Body xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema"&gt; <CR> <...

Problems to scan many images folders

Hi, I have more than 10 sections/articles in a single pages and each section display 3 thumbs. 3 thumbs > linking > to 1 Images_Main Images_Main = thumb1, thumb2, thumb3 Structure: Images |_______ 1stSection |__________ Images_Main |__________ img1 |___...

How to detect Flash events from swfobject

Hi. I've been reading about using ExternalInterface to have Flash communicate with JavaScript. I need to detect and call some code in JavaScript when the user starts playing the video and when the video ends. The swfobject is nifty for embedding a player on the page, but I can't figure out how to add these event handlers to it. Here's my...

Webserver on python3

I've create a web app in Python3 all runs beautiful till that day what i have to upload a file... theres no way to find the path or the file in the environ i am using wsgi and i am thinking to migrate to another thing, what are your recommendation? ...

Help Using werc

Hello, Can anybody tell me some sources from which I can learn how to use werc framework? (The documention on the site is very poor) Thanks ...

Is it good to start a website with keyword very popular or not so popular?

I am planning to launch a website. However, it is still undecided as there are many keywords on google to begin with. My question is whether it is good to be a part of well established keyword with millions of search result already OR would it be good to be part of keyword who have search result less than 100 or none. Thanks and regard...

PHP Calendar - Trouble with any other month than the current month

Hi Everyone, I'm building my first application that requires a calendar. I have it working great for the current month. My problem is that i'm not sure how to make it so that when a user clicks the link to go to the next month, it will show the next month. I'll try to only post the code that is necessary so here's my variables //gets...

Web developement - Tracking user's activities and give suggestion

Hello everybody, I would like to implement a suggestion mechanism like amazon. When users browser my ASP.Net page, their activities are tracked and we can analyze their behaviors to give advertisements, suggestions, etc Could you please help me some articles, books or libraries,... ? Thanks and best regards, Duy Anh ...

Is it possible to use a c# application to emulate a browser?

I am trying to test a web service. My first try was using unit tests which got really complicated because of the need to mock things like HttpContext (that actually was the main reason). So now I'm trying a different angle - I know I can send a httpRequest using a c# application, but can this application for example maintain the cookies ...

deployment time of "ear" annoying using jboss,ant, jsp's and prehistoric pc

I am developing a web based java app, running on jboss and sql server. I seem to find myself spending an inordinate amount of time recompiling/deploying just to tweak the interface in jquery/javascript/css/html. Any tips for reducing the turnaround ? Its deployed to an ear file, so I can not alter the jsps/javascript after deployme...

How secure is to use third party web service on a production website ..

hello all, For long I wanted an IM type discussion client on my production website instead of those commenting things ....i just came across this third party web-service at http://aagmgyd6.yahoo.joyent.us/chat/index.html ...I was just curious ...if i use it on my production system what cautions i must take ...is it secure ??? any oth...

Instant search considerations

Hi, I've started working on a basic instant search tool. This is a workflow draft. User presses a key Current value gets passed to the function which will make an Ajax call to a web service Web service will run a select on a database through LINQ-To-SQL and will retrieve a list of values that match my value. I will achieve this by u...

does python gives interactivity as javascript?

I want to add interactivity like clicks, hover, onpage load() to a webpage, if i use python for generating xhtml, will python give essential flavors like javascript?? I'm bit confused and starter in python for web development, so is there need to include old javascript into python or the python only can handle interactivity, events as j...

Using Django-admin and a custom user-specific admin concurrently

I'm creating a Django powered website that will have numerous applications (Blog, Shop, Portfolio, etc.) that will be edited by 5 or so people, and I have so-far been designing everything with the Django admin in mind. I have come to realise that this is a very bad way of thinking -as really- the Django admin should really only be for ...

Developing using pre-release dev tools

We're developing a web site. One of the development tools we're using has an alpha release available of its next version which includes a number of features which we really want to use (ie they'd save us from having to implement thousands of lines to do pretty much exactly the same thing anyway). I've done some initial evaluations on it...

A good list of Reserved words for username

Hello everyone, I am building a site and need to restrict users from using some of the more common words (e.g. support, help, search, admin, etc). Does anyone have a good list of words worth reserving ? Extra points if you got a list of common trade-marks (e.g. cocacola, canon, etc). Thanks ...