Saturday, November 22, 2003

Standardizing JavaScript Validations

Almost any web application we develop has a bit of JavaScript validations that we code into it. But it would really be a re-inventing of the same wheel putting the same logic over and over again. Also, it brings along with it, the difficulties of maintaining multiple code sets, consistency and a lot of problems. I was searching for some JavaScript validations and came across a JavaScript Validation library called fValidate which we can download for free from http://www.peterbailey.net/fValidate/

The Validation Library is very customizable and you can also precisely say how do you want the error messages to be displayed like Scripting Alert Popup, inline DHTML Message (similar to ASP.NET RequiredFieldValidator and ValidationSummary for Microsoft Internet Explorer and uplevel browsers) etc.

Since this library is also a freeware downloadable and quite easy to configure, I hope it would be very useful for development fraternity of web-based applications worldwide.

Quick, Easy and Free Link Checker

The other day, I was searching for a Free Link Checking tool, which could navigate through all the links in the website and give me a summary of broken links, slow redirections etc. There are online services like NetMechanic, which do it for a free trial, but the number of pages that it serves in its free trial is relatively less and also is bit costly.

Just came across this free tool called Xenu, which is downloadable from http://home.snafu.de/tilman/xenulink.html

I hope that this tool would really be useful for web developers to check the links in thier applications and status of the external links, before releasing websites that they are developing. The tool has a nice provision to FTP the status reports to a particular server and store it there. Besides this, it also generates a well-formatted report, which also contains SiteMap for pages with valid titles.

[Imported from Blogdrive]WebLog Updated

WebLog UpdatedPerhaps a WebLog indicates regular updations of a WebSite or schedules of an user. But this post now indicates some significant updates to this WebLog itself. Thanks to BlogDrive's self-explanatory and simple-step comments, that it is quite easy to update the way a posting is rendered. 

If you are viewing the page with Microsoft Internet Explorer 5.5 or higher, the page can be best viewed with stylesheets and JavaScripts. Perhaps some contact information, which went in with every posting, I have tried and moved to a single place near the footer of the page.
<!--
bd_ad_type = 'inline';
bd_ad_id = '65807';
//-->

 


        Posted at 10:22 am by Deepak Kumar Vasudevan
 

 

 

 

  Original BlogDrive Post on Saturday, November 22, 2003

Friday, November 21, 2003

[Imported from Blogdrive]Relatively Easier To Navigate Updates for my Homepage

Today for my HomepageToday, I am relatively free and tried to update some easier to navigate content to my homepage. Just added a friendlier 'Tell A Friend' option.
Perhaps then I was playing around sometime with TomCat Server for sometime.&nbsp; Just a kind of Servlet container supporting .ascx files, which I got it and trying to see how it works. I have heard of and seen Halcyonsoft implementation of .NET in J2EE application framework.&nbsp; You can check out Halcyonsoft implementations over their URL at:&nbsp; http://www.halcyonsoft.com/
More updates shortly in my homepage...<!--
bd_ad_type = 'inline';
bd_ad_id = '59224';
//-->

 


        Posted at 12:51 pm by Deepak Kumar Vasudevan
 

 

 

 

  Original BlogDrive Post on Friday, November 21, 2003

Wednesday, November 05, 2003

Refactoring Code

Refactoring is a technique to restructure code in a disciplined way. Perhaps Refactoring has a lot of WebLogs and articles published over the Web that your Search Engine should be able to take you around a tour of the same. Perhaps last week, I needed a tool to automatically maintain namespace organizations and other stuff. Perhaps I felt, that an automated tool would really serve the purpose, other than me doing it manually, which is error-prone.

I just came across the following site: http://www.dotnetrefactoring.com/ 

It really has lots of information to be researched in depth. What's Cool. It adds itself as a Visual Studio .NET Addin, so that a separate program invocation is not required.

Well! While I was doing this research on Refactoring Tools, I came across Eclipse -- The Open Source J2EE Application Framework IDE.  Perhaps a study of Refactoring Concepts in Eclipse really helps one in understanding the concepts with more depth.

Perhaps sometime later, I would publish an article for the same in my homepage. Stay Tuned!

[Imported from Blogdrive]Online Virus Scanners

Online Virus Scanners Virus Scanners are no longer difficult to install, tedious to configure. There are easy to use Online Virus Scanne...