Click here to Skip to main content
15,884,298 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 Score

Web Development 

13 Oct 2017 by veen_rp
A small JavaScript module to create a modal dialog box or user input box in the familiar .NET style
11 Oct 2013 by Paulo Augusto Kunzel
A short guide on best practices
27 Jun 2012 by Technoses
The above code will slow down the browser and the browser can hang when Rows in Grid will be 10000 or above.Please view the below suggestion:CS Codeprotected void grvGroups_RowDataBound(object sender, GridViewRowEventArgs e){ if (e.Row.RowType == DataControlRowType.DataRow) { ...
10 Oct 2011 by Gregory Gadow
Configure your IIS site to serve custom error pages for all your file types: .html, .aspx, .pdf, whatever.
8 Feb 2012 by thatraja
HTML Marquee & its alternatives
9 May 2013 by Abhay@Accenture
16 May 2013 by ortund
Allow purchases via PayPal on your website
8 Jul 2014 by G4mm4R4y
This code guides you in making your own currency, and is very simple.
22 Sep 2014 by Ajith K Gatty
This tip helps you to reset all your DropDownList values to the default one when a DropDownList changes its selection.
29 Jan 2010 by CARPETBURNER
Are you too lazy to do a proper tip or a proper article?
22 Feb 2011 by imsauravroy
A basic introduction on how to use data annotations for validating MVC models, which solves basic validation issues
3 May 2012 by Almar Mike
The basics of organizing code with OOP in JS
19 Nov 2012 by Raghav Nayak
29 Dec 2012 by Abdullah Altokhais
Windows Forms application for capturing or thumbnailing a web page
27 Jun 2013 by Yassin Souabni
How to conserve ratio and serve optimal fluid images in responsive design
22 Aug 2013 by SupperSlonic
Easily create vertical tabs on a web page with no JavaScript and minimum CSS.
20 Oct 2014 by Andrey Chaschev
An introduction to the Wookie, a Java/Scala library to automate web browsing.
3 Mar 2016 by FrostedSyntax
This slideshow plugin extends jQuery and allows all sorts of customization, such as the ability to choose any element type as slides just by specifying a selector string.
17 Oct 2015 by José Cintra
Tips for creating mathematical cross-platform applications in JavaScript and display formulas and other content with MathJax and JQuery Mobile.
31 Aug 2010 by Prosanta Kundu online
I always prefer this approach belowASPX pageIn aspx.cs page Page_LoadPage.ClientScript.RegisterClientScriptBlock(Page.GetType(), "pageVars", string.Format("var TextBox1 = '{0}';", TextBox1.ClientID),true);When required...
12 Aug 2011 by Aniruddha Loya
How to set up Apache 2.2 on MacOS to test websites with self generated certificates in order to verify settings for secure HTTP (HTTPS)
30 Aug 2011 by BrianBissell
This provides a much better overview of the problem/solution:http://www.codeproject.com/KB/webservices/OverloadingInWebService.aspxIntroductionThe function overloading in Web Service is not as straightforward as in class. While trying to overload member function, we make two or more...
10 Feb 2012 by clbyrne
I did something similar with a PageToken class, but I put it in the Master Page so that I could implement it on any page that uses the Master Page. In our code we wrapped the session variables in their own class called Session variables.We needed a little more functionality for complex pages...
14 May 2012 by taha bahraminezhad Jooneghani
Problem around .first() method in EF and a good solution
5 Oct 2012 by TheCoolCoder
Numbering for Multilevel ASP.Net Treeview using CSS Counters
15 Jan 2013 by Vyacheslav Voronenko
Useful bookmarklet for web developers to work with events on page.
29 Mar 2013 by Omar Isaid
Submit images to a web service and get them back.
14 Jan 2014 by Deviprasad Das
A plugin to do the textarea's maxlength validation
28 Apr 2014 by Relfor X
A basic tutorial on using PopScript.js
1 Jun 2015 by Bo Li (KAFFEECKO)
Using mODELcLASSjs in combination with AngularJS allows you to define constraints in a declarative way supporting responsive HTML5 validation, it simplifies storage management, with the cloud storage service Parse.com for instance, and provides the option of multiple inheritance.
16 Feb 2010 by Riaan Lehmkuhl
Save the following code to a .js file or add to an existing one you might have:function stringHelper() { this.isNullOrEmpty = function(str) { if (null == str) return true; str = this.trim(str); return str.length == 0; } this.trim =...
21 Sep 2010 by anshudutta
17 May 2011 by Omar Al Zabir
Files with different date time get different ETag generated by IIS. As a result, on a web server farm, each webserver sends different ETag for the same file as the files are copied to those servers at different date time. Here's a script that can set date time of same file across multiple servers to
2 Jun 2011 by Andre' Gardiner
Censoring any word from a given list (array) to filter your web content(s).
4 Oct 2011 by CodingLover
Tweets are one of the mostly used for status sharing these days. This tip highlights one of the easiest ways to display Tweets in PHP.
1 Nov 2011 by E.F. Nijboer
Jumpstart your webproject using integrated software bundle that includes a web application and all of its required components
13 Jun 2012 by Ravi Lodhiya
An attacker would point to a “harmful” web site or content and you would only see a short URL which would not tell anything about the original URL.
5 Nov 2012 by TrueCodePoet
Fixing mod_rewrite access to .htaccess files for Wordpress "Pretty Permalinks" and 404 errors.
6 May 2013 by Bibhu Dutta
A content delivery network (CDN) is aimed at serving the content to end-users with high availability and high performance. But what if the CDN fails, due to an un-reliable internet connection? This tip provides a fall back mechanism for such a scenario.
10 Oct 2013 by Morgan Estes
Compress and encode a string to save loading time in the browser
7 May 2014 by Super Lloyd
There is a problem with ko mapping and here is how to fix it
13 Nov 2010 by Shahriar Iqbal Chowdhury/Galib
An easy way to integrate CKEditor with ASP.NET web page, validate the editor content and retrive the editor content from server side code
2 Feb 2015 by Michael Collins - Intervalia
Use the code below to determine the number of bindings of your Angular apps
9 Apr 2014 by Paulo Augusto Kunzel
Quick way to insert an image sliding effect on your web site
11 Oct 2012 by Mr. Tapan Kumar
In this article I will describe how to integrate paypal in your asp.net web application
3 Oct 2011 by DrABELL
Make DIV element stretch vertically 100%. Works in all HTML5-compatible browsers
5 Feb 2012 by Udi Perets
Simple Web User Control prevents unexpected action caused by Refresh Button
1 Feb 2015 by Emiliarge
Comparison of 4 browser engines and controls + some tips for using them (in attached projects and in tip text). Short and clear.
27 Aug 2014 by Mayur V Lohite
A basic guide for URL Rewriting
11 Jan 2016 by MadhureshK
This post is part one of three which explains what and why you should use WebApi.
11 Jan 2013 by Kumar_Jitendra
The asynchronous controller enables you to write asynchronous action methods.
7 Jan 2014 by M@dHatter
Below is an easy way to create Templates in JavaScript without changing the code format.
7 Jul 2014 by Michael Bergman
Using Windows Communication Foundation to build a simple web server
15 Feb 2015 by DrABELL
Make entire table row clickable/selectable by adding "onclick" event and formatting features via JavaScript and CSS3.
23 Feb 2012 by Joyce Keller 2
Using MasterPage.master for ASPX pages, in Visual Studio 2008 and 2010, an ASP content area is automatically created for use within the head section of the HTML code when you create a new page using a master page.If you aren't using Visual Studio, you can create a content area for the head...
6 Aug 2012 by Mukund Thakker
20 Apr 2010 by Jun Du
I had to create a trivial image button for my Silverlight web site. I Googled the web and got tons of tips and suggestions. However, most of them involve several editing steps through resources, template or style. Some require additional tools, such as Expression Blend. In my...
16 Dec 2013 by pollirrata
Html.RatingFor: Extending the MVC HtmlHelper
13 Jun 2015 by DrABELL
Pure HTML5 modal pop-up box ("darkbox") implemented via CSS 3
15 Jan 2011 by Mike Hankey
Using an HTTPHandler to make calls to the business layer to update file download count.
28 Jul 2014 by Ruhollah Heidarpour
Just another ASP.NET Persian(Jalali/Shamsi/Solar) / Gregorian Datepicker
16 Apr 2015 by Abhishek Maitrey
Learning AngularJs : Episode 1 of 15
15 Apr 2015 by Mikhail Vasilchenko
ASP.NET MVC 5 Multiple Image Uploader with Crop
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).
8 Sep 2012 by coder255
JSRPC.Net creates a JavaScript object with functions to call your WebAPI.
4 Jul 2014 by DiponRoy
Using Observable and Computed for validation in Knockout
9 Apr 2012 by Agon Avdimetaj
A simple file uploader written in PHP.
6 Feb 2012 by thatraja
Show/hide elements dynamically in web page
8 May 2015 by DrABELL
CSS3 technique utilizes HTML5 div elements to produce compact pseudo-graphics
2 May 2014 by Sunasara Imdadhusen
This is simple tricks which allows you to make your DIV on center of the screen without using Javascript.
8 Feb 2014 by Ahmed Bensaid
Run Web Application in Multiple Browsers (Visual Studio)
27 Jul 2012 by Member 4332221
Create count down timer using ASP.NET Timer Control and Ajax
7 Aug 2012 by Pankaj Nikam
PRG or Post Redirect Get pattern focuses on solving the typical problem where the user presses F5 or refresh button and causes duplicate database transactions.
11 Dec 2010 by rahul.kulshreshtha
Few handy tools while developing
16 Mar 2015 by Pankil Bhatt
In this tip, we will see how to use the Google Maps API and Google Maps with custom styles and a custom pin.
16 Jul 2012 by Afshin Mehrabani
This post discusses some simple and useful JavaScript Regular Expressions
13 Nov 2010 by Shahriar Iqbal Chowdhury/Galib
Simple example to integrate FB javascript API to implement FB Connect application, fast, simple and trusted way to implement FB connect.
6 Feb 2015 by Shridhar Gowda
This tip will give complete knowledge of how to change master page, render controls and accessing its eventhandlers @ runtime.
18 Oct 2013 by Manivannan Chidambaram
This tip will help beginners to understand basic data-binding of model-view using AngularJS.
8 Dec 2011 by Balakrishnan Dhinakaran
We all know that "Choose file to Upload" can be triggered using File upload control, SWF controls and some Ajax Controls but here in this trick i am gonna tell you how to trigger "Choose file to Upload" dialogue box with single ASP button using CSS properties.
28 Dec 2011 by Sunasara Imdadhusen
Following are optimized code for SelectRow functionStylesheet.selectedRow{color: #303030;font-size:3em;font-weight:bold;}.normalRow{color: #909090;font-size:2em;font-weight:normal;}Javascriptfunction SelectRow(row) { // get all data rows - siblings to...
6 Jun 2015 by Magyar András
Load videos automatically from selected Youtube channel with PHP and Youtube Data API v3
18 Jan 2013 by Mihail Mateev
This blog is about how to start with PhoneGap / Apache Cordova and Windows Phone 8
21 Apr 2010 by e.bonavero-miller
make sure that web.config contains these config sections: ...
28 Sep 2010 by anand kr
Develope Richfaces web project in Eclipse JavaEE IDE with maven support using archetype
20 Nov 2012 by paulo cezar costa
Code for a virtual keyboard.
5 Jun 2014 by Ahmad F Hassan
Step by step, creating LINQ to SharePoint Data Access Layer using SPMetal
29 Sep 2012 by Tejas Vaishnav
Sending an email from your ASP.NET web application
19 Jun 2011 by csanuragjain
Automatically refresh page after some interval
16 Oct 2013 by Robert Bettinelli
Check this for a good universal way of running stored procedures..