Click here to Skip to main content
15,891,981 members
Everything / Web Development / XHTML

XHTML

XHTML

Great Reads

by Sergiy Korzh
A JavaScript function to get the absolute coordinates of a DOM element within a document
by Najmul Hoda
IM status indicator is as an easy and reliable way to check online status of certain instant messenger account like yahoo, msn, aol, skype and icq..
by Bill Pierce
Creating an ASP.NET server control wrapper for the Google Maps API.
by notmasteryet
This article demonstrates using binary formats in JavaScript.

Latest Articles

by Mark Birbeck
Easily and quickly build web services clients using XForm
by Richard Atkins
Create a fluid, multi-column, vertically ordered list using nested, floating divs
by Sean Ewington
Web development beginner tutorials. A compilation of web development tutorials that serve as a beginner's walk to web development
by Anurag Gandhi
An HTML 2D game to describe some basic game development tips in HTML/CSS and JavaScript.

All Articles

Sort by Title

XHTML 

17 Dec 2008 by thund3rstruck
Writing and using cross platform AJAX in ASP.NET applications.
12 Jul 2008 by Norman Solomon
Easy addition of a 3D Tabstrip page to an ASP.NET project.
11 Jun 2011 by Omar Al Zabir
Learn the principle behind Microsoft's new Doloto and 6 other cool techniques that I did in Pageflakes to load large amounts of JavaScript without compromising performance
1 Feb 2004 by Subha Subramanian
8 simple rules to transition from HTML to XHTML
4 Jan 2009 by tomkettering
Happy New Year,Strange one to start the year off, any help would be appreciated.I have a Winform Project calling a web service.   passing in an XML string.When I pass through my XML to the webservice, it works fine and gets inserted into the...
5 Jan 2009 by led mike
tomkettering wrote:the XML the dataset does not create correctly? "does not create correctly" means what? The following C# produces the email address as expected.string sxml = "hello@mymail.com";DataSet ds = new...
28 Jun 2010 by Sandeep Mewara
Please dont post multiple times:http://www.codeproject.com/Questions/90234/how-to-create-a-database-connection-in-html-with-s.aspx[^]
16 Aug 2008 by DarrenJames
How to use the Google Static Maps API within .NET.
9 Jul 2009 by JosephL, Arnab Dutta
A DropDownList in ASP.NET which you can hide bellow a DIV tag in IE6 and other browser
1 Dec 2016 by Dr. Song Li
This is a gauge chart by D3 step by step.
28 Jun 2008 by Simon Gulliver
A lighweight approach to creating AJAX.NET-enabled grids, with advanced functionality built in.
10 Mar 2009 by Gavin Harriss
A link cloud / tag cloud that copes with large weighting variations and gaps well.
16 Jun 2008 by Paul Groetzner
A multi-purpose all-in-one web control.
20 Jul 2007 by James S.F. Hsieh
A non-well-formed HTML parser and CSS Resolver builded by pure .NET C#
22 Jul 2008 by Mike Borozdin
Tutorial on using LINQ, ListView, LinqDataSource, DataPager, ASP.NET AJAX
21 Dec 2007 by Stephen Liang
Design a simple to use ajax, for ie,firefox
22 Oct 2008 by Mekki Ahmedi
A solution for Silverlight versioning conflicts
19 Nov 2012 by Raghav Nayak
6 Jul 2009 by mheidari
This is a simple ASP.NET web application that can determine how users can view a single page with single content in the many browsers with custom presentation and styling
15 Sep 2008 by Khandakar Fazley Rabbi
UI and Functional Testing through different Tools using .NET Technology
29 Jul 2009 by Neeker007
A well look Html Tree using XML&XSLT
2 Feb 2010 by Dr. Song Li
This article introduces a working example of five different ways to make AJAX calls using jQuery.
22 Apr 2011 by Sergiy Korzh
A JavaScript function to get the absolute coordinates of a DOM element within a document
20 Jul 2009 by Lonnie R Thomas
I am trying to add an accordion control to one of my pages.Following is the code: ...
21 Jul 2009 by jinaka
Add CSS class for accordion header and content.then error will dissapear..... 56464564564
3 May 2010 by Sandesh M Patil
You seem to be missing .Also, make sure you've included the AjaxControlToolkit's DLL in your project. You can also check outLink for some tips on fixing AJAX problemsHope this may help u... :)
16 Dec 2011 by SureshNagalla
make sure you've included the SelectedIndex="0" property of and in accordian tag we should have implemented at least 3 properties along with id , runat properties Hope this may help u...
19 Nov 2007 by Islam Khalil Saber
How to enable an exisitng ASP.NET application to work as an ASP.NET AJAX application.
8 Oct 2013 by ashu2188
Hi,I have been trying to make a request which can send a request to a cross origin with added custom header. Things are fine till I don't add a custom header. But when I add a custom header, its name goes in Access-Control-Request-Headers' value with HTTP OPTIONS method. I want it to be...
16 May 2008 by Mohit Soam
A draggable and customizable keypad to input Hindi (official language of India) characters in text box using mouse.
29 Dec 2008 by Samir Bellouti
An AJAX control that can hide or show a form section including handling validators nested in the section.
6 Mar 2007 by LeleHalfon
A great AJAX Grid very customizable. In English & Spanish traduction
3 Nov 2007 by Islam Khalil Saber
The article show how to implementi AJAX in Asp.Net using XMLHttpRequest Object
19 Mar 2009 by pzn3xq
I'm reading up on the ajax documentaiton and had a question on partial page updates...1) So do partial page updates only target controls that reside within an Update Panel?2) Even if a partial page update occurs, isn't a postback really truely...
19 Mar 2009 by fly904
pzn3xq wrote:1) So do partial page updates only target controls that reside within an Update Panel?I am confussed by what you mean with this.pzn3xq wrote:2) Even if a partial page update occurs, isn't a postback really truely occurring behind the...
22 May 2008 by asithangae
Explained about client event handler arguments of partial page render - PageRequestManager
24 Jan 2013 by gouravkaila
Dear Mentors,I am trying using Ajax Update Panel to update my gridview without using postback.But surprised to see that its not working with xhtmlConformance mode="Legacy" in web.config. So i commented this tag in Web.configbut after that my CSS for the GridView is not...
9 Oct 2008 by Baxterboom
AJAX UpdatePanel with inline client scripts parser.
2 May 2005 by Bill Pierce
Asynchronous JavaScript and XML with ASP.NET integration.
2 May 2005 by Bill Pierce
Asynchronous JavaScript and XML with ASP.NET.
25 Aug 2009 by Farooq Kaiser
ASP.NET AJAX enables a Web application to retrieve data from the server asynchronously and to refresh parts of the existing page. This improves the user experience by making the Web application more responsive and enables you to create amazing Web 2.0 applications to delight your users.
11 Oct 2013 by ASP.NET Community
Create a simple page likeDefault.aspx
3 Oct 2014 by Chiranthaka Sampath
Hi All,I need to align 3 tags in one line like Left, Center, Right. I used the following code but it displayed the content one by one in below.LeftCenter
3 Oct 2014 by vbmike
There are a few ways to do this. Your code above, without the accompanying possible existing css file displays differently as is in Chrome. One, you need to take out the inline styling (within elements) at least the "align=" stuff and use the style tag in your head section or a css file for good...
3 Oct 2014 by Shemeemsha (ഷെമീംഷ)
Yes it is possible...Check this http://jsfiddle.net/v9djw3t3/1/[^]Hope you are looking for this...
1 Nov 2008 by mahesh@indianic.com
The article explains all the aspects of a mobile website.
16 Jun 2011 by aswathy.s.88
Hi thereCan anyone tell me what can be used instead of Marquee tag for Marquee effect?Thanks in advance
16 Jun 2011 by shan.it
No I think so there is no alternative for marquee tag in xhtml...!
16 Jun 2011 by arathi_suresh
May be this helps you!
18 Dec 2007 by jlchereau
An ASP.NET server control inspired from WinForms’ ListView and implementing ASP.NET AJAX Extensions 1.0.
5 Jul 2012 by Dejan Bozic
Using a custom base template control to manipulate control rendering.
14 Mar 2009 by Adrian Grigore
Quickly and easily implement your LINQ Data Layer with this abstract class
19 Dec 2007 by jlchereau
An alternative to message boxes, implementing ASP.NET AJAX Extensions 1.0.
28 May 2017 by tranthanhtu.vn
In this article, we will see how to use multi-languages(i18n) in angular2
15 Jun 2017 by tranthanhtu.vn
In this article, we will why and why not using DI & IoC from my real situation.I did not tell you that DI is not good. From my view, each tech has it own pros and cons. So It is better if we know when we can use which techs for our business.
28 May 2017 by tranthanhtu.vn
In this article, We will have a look to unserstand how RESTful/WebApi was applied in my code
4 Jul 2017 by tranthanhtu.vn
This tip explains how we should structure our project folder
24 Aug 2009 by Christ Akkermans
An ASP.NET extender control for displaying a template based progress message overlay on UpdatePanel controls while the UpdatePanel is updating. A good Web 2.0 way of letting the user know their long running request is being processed.
4 Oct 2008 by Zakir Hoosen
How to configure an asp.net 2.0 as a sub app of an asp.net 1.1 application
4 Sep 2008 by ToddHileHoffer
A simple sample of LINQ, WCF, JSON, and AJAX.