Click here to Skip to main content
15,892,537 members
Everything / Web Development

Web Development

web_development

Great Reads

by Christoph Buenger
Describes PHP application development with the free Scavix Web Development Framework (Scavix-WDF).
by Kel_
Presents a real-time gauge implementation that can be used for building dashboards
by Evoluteur
A generic Web User Interface for CRUD applications generating all screens at run-time based on external metadata. It comes with sample applications for address book, memo pad, to do list, restaurants list, wine cellar, and database structure documentation that are easily customizable.
by Espen Harlinn
Release the random artist inside you

Latest Articles

by Yahya Mohammed Ammouri
Allowing Hijri and Gregorian date fields to work together on your Dynamic CRM form and updating them simultaneously according to the user entry.
by Evoluteur
A web color picker which looks like the one in Microsoft Office 2010
by Sandeep Mewara
Learn, understand and jumpstart with ReactJS
by MattZand
Learn how to leverage the power of HTML5 audio and video tags

All Articles

Sort by Title

Web Development 

24 Nov 2011 by ortund
Login system with breach redundancy handling.
28 Jun 2010 by wajans
I am getting "The connection was reset" error on my live server but its working okay on my local server. The thing is that I am having a drop down on a page, When the page is loaded drop down is filled with 2 values in it, I am able to select a value in the drop down and it is loading the...
26 Jul 2010 by Rajesh Sajjanar
Hi WajansCheck the following as soon as you get "the connection was reset" errorGo to DOS command prompt type ping "ipaddess of the server" and see if this is fine then do below settings in web.config fileThis...
9 Oct 2012 by ayyan1
I have created an chrome extension and also published it to tester group on chrome web store. When I am trying to load(add) the extension from my site, getting error as "Uncaught Invalid Chrome Web Store item URL."on method "Installer.prototype.install = function(url,...
25 Apr 2011 by Wayne Ye
"Unique URL Pattern" in Ajax Web Application
17 Feb 2013 by unscathed18
I was wondering what kind of stuff or what should I learn in order to get my applications working online to make java server and work with html,css,javascript and databases.I've heard that the deal is working with JSP or something like that.I don't know exactly how it works, how should I...
17 Feb 2013 by Richard MacCutchan
I would recommend some of these tutorials[^], which will give you a reasonable grasp of Java; if you know C++ then it will not take long. There are also plenty of links to the other Java technologies.
17 Feb 2013 by H.Brydon
This question is asked many times about C or C++, and the wealth of books on those languages almost makes it too hard to answer.With Java however, the one book I would recommend is "Thinking in Java" by Bruce Eckel. It covers the language very well for a person that understands the basics...
24 May 2013 by Kislay Raj
Options +FollowSymLinksRewriteEngine onRewriteRule ^([a-zA-Z]*)/?([a-zA-Z]*)?/?([a-zA-Z0-9]*)?/?$ index.php?page=$1&action=$2&id=$3 [NC,QSA,L]
8 Jul 2013 by Liviu Ignat
How to handle database operations or any kind of business specific logic inside plugin assemblies.
19 Jul 2010 by psynergy
Is there an existing framework or example of calling a service / web service settings stored within a Database that can be dynamically invoked?I have looked into Microsoft Service Factory 2008, Service Invocation Framework and Web Service Dynamic Proxy but not found anything all that helpful.
19 Jul 2010 by #realJSOP
Your question makes little sense. If you are asking if you can get aweb serive's settings from a database in order to communicate with the web service, yes you can, but only if that database can be accessed without the use of the web service. Typically, a web service can only be accessed...
12 May 2014 by Brad Joss
[RegSave] your property to the Registry, and more.
8 May 2013 by RichCode
Probably a simple question... I've connected to simple web services before by using Visual Studio to add a web service where it creates all the class information for you. But soon I will need to connect to a secure web service using WS usernametoken (username and password with nonce +...
26 Dec 2011 by zoyobar
In many cases, we need to show user data, here is how to use JQueryElement Repeater to display and editing data through calling Ajax in ASP. NET.
4 Jul 2012 by peru j
Hi ,We have a web application hosted in IIS 8 in Windows 8 Beta Server. When i browse the file from IIS getting 404 Erro every time.When i saw the IIS logs am able to see different Extensions everytime for the same file i browse.Sample Error log2012-07-03 06:58:14 ::1 GET...
4 Jul 2012 by Imran from Mumbai
Have you checked this IE10?If you have IE10.0 then make this as default browser and try again
18 Feb 2014 by ilostmyid2
hithere're two machines:- a client in which Windows 7 x64 is installed. the client application is developed with C# in Visual Studio 2010. it uses class SoapHttpClientProtocol to connect to server and run its web services.- a server in which Ubuntu 12.04 x64 is installed. the server...
10 Jun 2010 by Sandeep Mewara
No need to post the same question two times.Follow it at one place: http://www.codeproject.com/Questions/86968/To-import-yahoo-contacts-in-the-web-application-ya.aspx[^]
29 Oct 2012 by niko_tells
hi,i would like to create an register form, thats not the problem, but its the problem that, i want if an user registers, to get a link.This link i would describe like an Affiliate Link, so the server haveto know, how may times did somebody clicked on his link and how many people...
30 Oct 2012 by a1mimo
Actually you can do this by just adding your user ID or Code or whatever you want as a query string in the link itself and configure your page to do whatever you want to if the link has a query string in itex: your user ID is 1113your link would be...
9 Jul 2012 by Rahul Rajat Singh
This article talks about ASP.NET themes. When do we need to have themes in our application. How can we implement themes and let the user change themes.
11 Dec 2011 by Raj Lal
Chapter 11 of "Fun with Silverlight 4" More information at http://silverlightfun.com
15 Jan 2015 by Arian Celina
This is a beginners' guide to web development
26 Jun 2013 by hosseinDolat
Hello guys, I am looking for a book on Web developement with ASP.Net and using C# (Microsoft .Net Technologies). Can anyone some good books on this subject. Thanks.
16 Feb 2013 by OriginalGriff
Try this: Beginning ASP.NET 3.5 in C# and VB[^] (there is also a V4 version on the same site)If you follow the link, it leads to the Microsoft Library service which lists all Microsoft Press books.
16 Feb 2013 by Abhinav S
I'm really not aware of any books but these links could be quite useful to you -HTML 5 - http://msdn.microsoft.com/en-us/magazine/hh653584.aspx[^]The Role of Flow in Web Design[^]Some trainings here - Introduction to CSS3: Responsive Web Design Training[^].
26 Jun 2013 by hosseinDolat
Hi every oneI found a book which is amazing. I found all the requirements and development steps in its chapters in detail. this is the book: BEGINNING ASP.NET 4.5 IN C# AND VB from Imar SpaanjaarsI wish I can help
17 May 2012 by Ahmed Charfeddine
A Websocket protocol implementation atop the ush Framework real time library plus a demo example featuring four types of communication workflows between the HTML5 web client and the server.
2 Feb 2012 by Keith Barrow
A DatePicker based Event Calendar with MVC3 and AJAX
21 Oct 2010 by Ed Guzman
The Chart control gives you freedom to develop graphic reports.
7 Jul 2014 by Michael Bergman
Using Windows Communication Foundation to build a simple web server
6 Aug 2010 by J a a n s
Creating an input control which can accept multiple input values with the help of jQuery and un ordered list (UL).
7 Mar 2011 by Kishore Jangid
Can anyone help me in this.I want to do this project for my academic.Can some one give me any idea how to do this.Abstract: The drastic development of the World Wide Web in the recent times has made the concept of Web Crawling receive remarkable significance. The voluminous amounts...
7 Mar 2011 by OriginalGriff
If you are waiting for permission, feel free to get started. I don't mind, even though I think it is a bit dull, and about as useful in the real world as a chocolate fire-guard.If you are waiting for volunteers to write the code for you, then that would be cheating. And you wouldn't do that,...
1 Apr 2013 by subskybox
Exploiting JavaScript's weakly typed implicit data type conversions, the 52 bit mantissa and common bit hacks.
20 Jul 2012 by FiegeU
A pragmatically introduction to DOJO for form based CRUD database operations with ASP.NET
11 Jan 2011 by Kunal Chowdhury «IN»
A Quick Guide to Silverlight Ribbon Controls (Part - 1)
30 Mar 2012 by Afshin Mehrabani
In this article we are going to review a piece of NodeJS code and learn how to use some of its common modules. This is a simple application which keeps record of logs including errors, warnings and information.
30 May 2012 by Murray Brooks Davis
How to make a simple, end-to-end, mobile, Java enterprise application including a RESTful web service and an Android client.
3 May 2012 by Almar Mike
The basics of organizing code with OOP in JS
19 Nov 2012 by Raghav Nayak
19 May 2013 by Nino_91
I want to create stand alone application or a web based add-on for Mozilla or Chrome that can access the notice board of my institute, gather relevant data based on specified search-fields and display the results as a feed. The notice board posts links of notices which can be opened in the...
19 May 2013 by Richard MacCutchan
How to use HttpWebRequest and HttpWebResponse in .NET[^], may give you some ideas about how to get started.
28 Aug 2010 by have good time
How I can do paging to panel ?
28 Aug 2010 by Dalek Dave
You need to expand the question, give more details and show what you have done so far.Define your problem more specifically.
28 Aug 2010 by Sandeep Mewara
Not clear and sure you actually need a paging in panel. If you need something like that you need either a Grid with pagination or a Tab control.