Monday, July 21, 2008

HELP JAVA SCRIPT LINKS

http://www.getafreelancer.com/projects/PHP-AJAX/Powerful-Music-Search-Engine-PHP.html

//online video course:
http://www.wonderhowto.com/how-to/video/how-to-read-write-and-delete-cookies-in-asp-net-214576/

//Changing image automatically through javascript
http://javascript.internet.com/miscellaneous/image-cycler.html
http://www.tutorial5.com/javascript_album/
http://www.tutorial5.com/content/view/49/37/
http://www.allwebdesignresources.com/webdesigntutorials/programmingcoding-tutorials/javascriptingtutorials/javascriptimagespictures.html

//memberlist
uid:jjzionrayer
pwd:jjzionrayer
http://www.webdeveloper.com/forum/memberlist.php

//play music
http://www.c-point.com/javascript_tutorial/MMTutorial/lMusic.htm

//slide show
http://javascript.internet.com/miscellaneous/javascript-image-slider.html
http://javascript.internet.com/miscellaneous/image-slideshow.html

//changing image pre - next
http://javascript.internet.com/miscellaneous/basic-slideshow.html

//changing image automatically with url
http://www.java-scripts.net/javascripts/Automatically-Changing-Slide-Show-Script.phtml
http://www.javascriptcity.com/scripts/img/simage2.htm

Monday, June 23, 2008

Free Books Site

http://www.programmerworld.net/dotnet/books.htm

Thursday, June 19, 2008

Email Validation Using Regex
-----------------------------

http://www.douglaskarr.com/2007/10/28/javascript-regex-emailaddress/


function checkEmail() {
var email = document.getElementById(’emailaddress’);
var filter = /^([a-zA-Z0-9_\.\-])+\@(([a-zA-Z0-9\-])+\.)+([a-zA-Z0-9]{2,4})+$/;
if (!filter.test(email.value)) {
alert(’Please provide a valid email address’);
email.focus
return false;
}
}

Wednesday, June 18, 2008

SQl
----
http://vyaskn.tripod.com/iq.htm#DBDesign

http://www.techinterviews.com/?p=161

http://www.perftuning.com/pdf/MSSql_Cursors.pdf

http://www.dotnetjohn.com/articles.aspx?articleid=118

http://www.w3schools.com/sql/sql_join.asp(Joins)

http://publib.boulder.ibm.com/infocenter/cldscp10/index.jsp?topic=/com.ibm.cloudscape.doc/sqlj42.htm

http://publib.boulder.ibm.com/iseries/v5r2/ic2924/index.htm?info/sqlp/rbafymstloj.htm(Total content of Sql)


DELEGATE
________

http://www.programmersheaven.com/articles/faisal/delegates.htm

Boxing And Unboxing
--------------------

http://www.csharphelp.com/archives/archive100.html

Glance on .Net 3.0
__________________

http://www.c-sharpcorner.com/UploadFile/rahul4_saxena/DotNetFramework04182007043446AM/DotNetFramework.aspx

AJAX
____

http://www.asp.net/ajax/documentation/live/Tutorials/CreateSimpleAJAXApplication.aspx

Have A look
------------

http://www.deitel.com/ResourceCenters/Programming/WindowsCommunicationFoundation/Tutorials/tabid/2831/Default.aspx

http://www.ajaxpro.info/Examples/Special/controls.aspx

http://www.ajaxpro.info/

E Books
-------

http://www.ebookee.com/Professional-C-2005-with-NET-3-0-Wrox-Professional-Guides-_110874.html

http://www.ebookdy.com/

call abck
---------

http://west-wind.com/weblog/posts/2302.aspx


database connection using java scirpt
-------------------------------------

http://forum.java.sun.com/thread.jspa?threadID=623523&messageID=3552300
http://www.xrossit.com/javascript.htm


Ajax Tutorial
-------------

https://bpcatalog.dev.java.net/nonav/ajax/autocomplete/frames.html


Insert Into storedProcedure Having parameter
____________________________________________

http://aspclass.cecs.csulb.edu/jewett/470/lecture/Default.htm


GridView and General
______________________

http://www.netomatix.com/DataGridSeries.aspx

http://www.gridviewguy.com/CategoryDetails.aspx?categoryID=7_GridView_Articles


DataBinder.Eval() Binding Related sites
_______________________________________

http://quickstarts.asp.net/QuickStartv20/aspnet/doc/data/advanced.aspx

http://weblogs.asp.net/rajbk/archive/2004/07/20/what-s-the-deal-with-databinder-eval-and-container-dataitem.aspx

http://dotnetguts.blogspot.com/2006/12/databindereval-method.html

Regular Expression of EmailId
-----------------------------

http://www.codeproject.com/KB/recipes/EmailChecking.aspx


Globalization and Localization
------------------------------
http://www.codeguru.com/csharp/.net/net_asp/miscellaneous/article.php/c12407/


Regarding Localresource Ans Golbal Resource And Folders
_______________________________________________________

http://www.c-sharpcorner.com/UploadFile/munnamax/Localization03172007031927AM/Localization.aspx?MessageChildID=2430&Delete=true

http://aspalliance.com/1202_Understanding_ASPNET_Application_Folders.all#Page5

http://dotnetslackers.com/articles/ajax/JSON-EnabledWCFServicesInASPNET35.aspx

http://www.htmlcodetutorial.com

http://www.devguru.com/technologies/xhtml/7609.asp

http://dotnetjunkies.com/quickstart/aspplus/doc/applications.aspx


JSON
----

http://javascript.about.com/library/blajax10.htm

http://javascript.about.com/od/documentobjectmodel/Document_Object_Model.htm

http://javascript.about.com/library/bldom10.htm
Diff server.transfer and response.redirect
-------------------------------------------

http://www.ondotnet.com/pub/a/dotnet/2003/04/07/aspnetnav.html


ComCallableWrapper
------------------

http://msdn2.microsoft.com/en-us/library/f07c8z1c.aspx

Both RCW,CCW------------------------

http://www.codeproject.com/dotnet/COM_DOTNET_INTEROP.asp

http://www.idt.mdh.se/kurser/cd5480/2002/lectures/NET%20introduction.pdf

CLR &CTS
--------

http://en.wikipedia.org/wiki/Common_Type_System#The_functions_of_Common_Type_System

General Link
-------------
http://www.dotnetspider.com/Question336.aspx