Something's different

Home

Photo Albums

Discussion Forums

Tools For Members

Featured Content

Programming Tools

 - Wrap Variables

 - HTML To ASP

 - ASP To HTML

 - HTML To C#

 - C# To HTML

Contributed Literature

JPG Compression

Links

Contact Jason

Programming Tools

Tools Home Wrap Variables HTML To ASP ASP To HTML HTML To C# C# To HTML

How would you like these simple tools improved? Contact me.

 
Wrap Variables

Save time, by wrapping things like Request.Params[""], Request.Form("") and rs("") around your variable list.

HTML To ASP

Enter HTML as you'd like it to look when viewing source. The result code is line by line Response.Write ended with VBCRLF.

ASP To HTML

Undo ASP Response.Write code, to see what the HTML would look like.

HTML To C#

Enter HTML as you'd like it to look when viewing source. The result code is line by line Response.Write ended with \n.

C# To HTML

Undo C# Response.Write code, to see what the HTML would look like.

 

Thank you for your interest in these simple tools I've created to make programming a little easier. Show your appreciation by linking to this page or my home page (http://www.jcbeck.com), or dropping me a note. -Jason