Latest Asp Posts 

Read all about the topic Asp on jQuery Mastery - We give you the keys to unlock the true potential web UI design. Browse through articles written on this subject below, or check our tag cloud to see if you find anything interesting. As always, you can visit our home page to find the latest posts or view our RSS feed or get the current posts on this topic on our Asp RSS feed.

Convert String to Bytes using a character set (and Vice versa)

Old fashioned guys use SQL Server varchar/text fields to store strings of multiple languages that uses 1 byte encoding like [Windows Character Table] :
Windows-1252 : English, French , Spanish, German,Italian,Spanish (Western European characters)...
Windows-1251 : Russian,Bulgarian,Serbian,Ukrainian
Windows-1253 : Greek
Windows-1256 : Arabic
.....

Of course, 1 byte encoding field can contain English + only one other language characters - unlike UTF-8) , just as a file encoded in 1-byte encoding..

To know about Character sets, you should check :
The Absolute Minimum Every Software Developer Absolutely, Positively Must Know About Unicode and Character Sets (No Excuses!)

in that case : Asp pages codepage should remain as default = 1252
<% @ LANGUAGE=VBScript CODEPAGE=1252 %>

and setting the Response.Charset or HTML meta tag for charset correctly will show things right.. and HTML page size is smaller than the same one in UTF-8

of course [...]

Post Thanks More Tech Tips!!

Tags: HTML, SQLServer, Asp, Charset, XML, Multi Language, CodePage, ADO, UTF8

Monday, February 9th, 2009 No comments

ASP.Net from a PHP Perspective

Post Thanks .NET Coding!

Tags: Tutorial, Introduction, Net, Language, PHP, Programming, Asp.net, Microsoft, Asp

Thursday, February 12th, 2009 No comments

ASP 08 More than a youth group

Post Thanks YouTube!

Tags: Group, Asp, Youth, 08

Thursday, February 12th, 2009 No comments

ASP/UnixCrypt

ASP/UnixCrypt is a server side COM component that allows web developers to encrypt the password. It works exactly as crypt(key, salt) Unix command (one-way encryption algorithm).

Post Thanks Free Software Downloads!

Tags: PHP, Component, Password, Asp, Web Developers, Algorithm, Activex, Unix, Uncategorized

Friday, May 29th, 2009 No comments

ASP/Image2WBMP

ASP/Image2WBMP is a server side COM component that allows web developers to convert images to “wireless bitmaps” wbmp format (WBMP is a graphics format used in WML - WAP). Allows you to convert many image file types to WBMP including: bmp, jpg, gif, png, wmf, emf, tga, tiff, pcx, png, etc.

Post Thanks Free Software Downloads!

Tags: PHP, Converter, Component, Asp, Web Developers, Activex, Images, PNG, WBMP

Friday, May 29th, 2009 No comments

ASP.NET MVC and T4 Templates Code Generation

David Hayden showed how to leverage per project T4 Templates to generate custom controllers and views in ASP.NET MVC Web Applications. Without writing a single line of code, David was able to create a CRUD controller and associated views to handle create, read, update, delete, and list functionality against a Subscribers [...]

Post Thanks .NET Coding!

Tags: Presentation, Coding, .net, Asp, MVC, Architecture

Saturday, June 13th, 2009 No comments

4 articles about Asp that you can't do without reading!

  • ASP/UnixCrypt from Free Software Downloads

    ASP/UnixCrypt is a server side COM component that allows web developers to encrypt the password. It works exactly as crypt(key, salt) Unix command (one-way [...]

  • Website Errors Recently Moved. from

    I recently switched from one web hosting company to another and my website stopped functioning. I cannot get a hold of my webmaster and I need this issue [...]

  • ASP – ASP.Net – Active Server Pages Tutorial from Programming interview Questions and answers

    ASP.NET with Visual Studio.NET Setup A Beginner’s Guide to Sending Email from an ASP Pa… Session management in ASP.NET Beginners IV Beginners [...]

  • Way2sms Like Sms Website from

    i want to develope a way2sms website in ASP Sqlserver or Jsp My sql or in PHP Mysql Gateway of sms should be freeware and project must be made within a [...]

› Continue reading

Tags: Budget, MYSQL, Programming, SQL, Password, Asp, Web Developers, Activex, CMS

Thursday, June 18th, 2009 No comments

Website Errors Recently Moved.

I recently switched from one web hosting company to another and my website stopped functioning. I cannot get a hold of my webmaster and I need this issue urgently resolved. I know it isn’t much work, I believe you might have to recompile the dll files that are already there (not sure I dont know any programming languages but based on my research that’s what others have done). It might be something even more simple then that so for people out there that try to take advantage of me, don’t waste your time. For people that want even $1 upfront don’t bother replying. We will only pay after we have seen the work, and I have someone check out that everything is functioning properly. We need someone within the next 2 days, so please if you agree with our terms then submit your best offer. The website is http://www.superiorleadz.com

Post Thanks .NET Coding!

Tags: Website, Programming, MSAccess, .net, Asp, CMS, Moved, Recently, Errors

Wednesday, June 24th, 2009 No comments