kavorka

Stories kicked by kavorka

Upcoming ASP.NET Releases in April (weblogs.asp.net)

submitted by k000derk000der(4765) 6 years, 1 month ago

Upcoming ASP.NET Releases in April by ScottGu read more...

add a comment |category: |Views: 0

tags: another

HOW TO: Do Column Text Selection in Visual Studio 2003/2005(thoughtblog.com)

submitted by kimshureekimshuree(120) 6 years, 1 month ago

Ever need to do a Column Selection of Text in Visual Studio 2003 or 2005? Check out this Tip on how to dit. read more...

3 comments |category: |Views: 17

tags: another

Encoding and Decoding a string to Base64 for QueryStrings(community.devpinoy.org)

submitted by keithrullkeithrull(70) 6 years, 1 month ago

A friend of mine asked me today about encoding a string Base64. The scenario was that he has some files that he wants to be allowed for download on their company website and that he doesn't want the people who are downloading the files from his website to see where the downloads are coming from. The files are located in a folder inside the webserver outside of the virtual directory. The decision that the came up with was just to Base64 encode all the paths, pass ito to a new page via querystring and then decode that value on the download page. I gave it a shot and this is the code i gave him to serve as a guide on how he can effectively implement this. read more...

add a comment |category: |Views: 12

tags: another