web

how to send a signal to webpage

Our project platform is Linux. In our project we require a webserver and few webpages. We have to do webpage coding by .cgi files, i have to add dynamically some details to the webpage whenever i gets that information from other process. We have used message queue. The other process will update the message queue and signals this proce...

c# WebRequest using WebBrowser cookie

hi I am logging into a site using a WebBrowser, then i want use regex to get some data , but webRequest didnt use web Browse cookie , my webBrowser is in public , is there any way to useing webbrowser cookie in webrequest ? ...

JBoss Seam tutorials

Let's say that I'm new to JBoss Seam, is there a way to get my skills up to speed? Are there any good tutorials? ...

Recording Audio via the Web for an Intranet Solution

What is the best (cheapest, most open) way to record audio via a web page. Then keep that recording as MP3 format and make it available via a unique ID / URL. I guess Flash-based plug-in would be best. I'm thinking of something that works like Odeo, but this would be for Intranet-only usage. I can't rely and public URLs or Services. I'...

Automating Internet Explorer

Can anyone offer any suggestions for "something" that an end-user could use to put together macros that automate some CRM forms in Internet Explorer? I was originally going to suggest iMacro, but then found out (i) they only have Internet Explorer and (ii) to make things even worse, it's version 6 :-( it has to be fairly simple, so I c...

Presenting code on my personal website

I would like to develop a portfolio of code for prospective employers to browse through. The interface used by sites like assembla looks promising; how can I set up something similar on my personal server? I'm also open to suggestions and other methods of presentation such as a directory listing, but the web interface looks superior. Th...

Form designs for displaying content in labels

I see a ton of designs for forms that include form fields, but I can't find good examples of displaying labels in a form. Does anyone have good layouts for forms that show information instead of gathering it? I've got a form that shows a user profile with several fields and I'd like to spread it across the horizontal area. ...

WCF Service invoking - without any reference added

I want to invoke a wcf service for testing on the http layer. I do not want to add a service reference and create a proxy and invoke. I want to create a new web test(VSTS) which sends a http request to the service and posts(Http post) the request in http body as an xml. I have service metadata, with which I can see the datacontracts, bu...

Print designers moving to web ... what do they need to know?

I'm trying to compile a guide for students used to publishing in print who are learning web design. Some obvious things which web developers know but they don't: You can't rotate graphics in HTML All objects have to be rectangular, you can't have a circular DIV Many typographical effects in their repertoire can't be achieved Some th...

Multiple Payment options within the same order

I have a requirement to be able to accept different forms of payment within the same order - ie not just the usual credit card or paypal for the whole thing, but perhaps paypal for one item, cheque for another. I know this sounds quite crazy, but there is a good business reason for the requirement so I can't just push back. The best wa...

What is your vision for the web?

I never have imagined Twitter would have gotten as big as it did. Social Networking is so large it's almost overbearing. Google's big enough to start it's own country and everyone and their mom has a blog. What trends in technology and web usage does this community see coming up in the next one, two or three years? What should the gr...

transparent batching remote calls in dwr

I want DWR to transparently batch all remote calls that are done in the course of handling the same event. The reason is that handling an event in Javascript must only take a short time and nothing else can happen during the same time. So if I am going to do many calls, I would like to DWR batch them transparenty. Is that possible? How?...

Asp.Net Website Structure Question

Hi all, I recently got a project where i need to create a web app in asp.net. This is my first big project so i figured i'd ask you guys for your input on how to go about doing this. I'm planning on using asp.net webforms for this project. The app requires a bunch of summary pages that are some what similar (with the exception of a few ...

symfony: change application dir

I have ordinal symfony project which includes 2 applications: public and admin parts. I need to move admin application files to project_path/web/admin. So if I call www.project.com/admin the admin project will be shown. How should I configure project to allow that ? ...

Best continuously updated resource about python web "plumbing"

I'm a programmer in Python who works on web-applications. I know a fair bit about the application level. But not so much about the underlying "plumbing" which I find myself having to configure or debug. I'm thinking of everything from using memcached to flup, fcgi, WSGI etc. When looking for information about these, online, Google typi...

What are the most active Ruby forums/blogs on the web?

I have just spent 2 days with Ruby, and my observation in last two days is that it is very difficult (as compared to say .NET/Java) to find an active forum/blogs which are helpful for Ruby (or maybe I don't know them since I am new). Which are the most common forums/blogs developers visit when they need help with Ruby (other than Stack ...

Good Web-book application stack?

I'm wondering is there any open-source solution for web-book creation like "The Django Book" has? It has a really usable web interface, comments system (with comments targeted on certain peace of text), pdf nightly auto-generation, with whole content pulled from repo... ...

Teaching principles of web design

So, another teaching question. I'm teaching this course in web development and the school i'm with has a recommended text that we should use but i feel that most of the stuff is pretty surface level for the "principles of web design" area, eg, these are the topics: Browsers Platforms Standards Monitor Resolution Connection speed and m...

Transparent google gears scenario validation

I want to use google gears, not for functionality but for optimization. I.e. if gears is detected in the browser side, then we will silently use it to do some optimizations and caching in the client side. If it isn't installed we silently work against the server only. Somewhere in the FAQ or help pages of our website we will tell the u...

WatiN, VBScript

I am using WatiN for my web tests. In one of my web pages, I have a VBScript function which opens a dialogbox. I am unable to access it using WatiN. I tried using WatiNTestRecorder; it was unsuccessful. I tried this also: http://blogs.dovetailsoftware.com/blogs/kmiller/archive/2008/07/16/scenario-testing-with-watin.aspx, unsuccessf...