Saturday, November 26, 2005

First Article on ASP.Net

My First article/Code sharing for ASP.NET is online now... ASP.NET Changing Default Form Action It is about changing default Form Action in ASP.NET application. A Must read for every asp.net developer as it clear few concepts of mine as well. So , I eventually wish to share it with all... Sumit Gupta

W3C Standard Test Pass

Hi, Today I make my first every effort of making my site compatible and pass the w3c standards. And I did that ..yeppy I took me an hour before my site home page get rid of its 23 error that w3c validator shows... hmm quite a long time but, considering its my first effort for the same and my lack of knowledge of standards and there rules It is fine with me .... Check know what w3c has to say about my page http://validator.w3.org/check?uri=http%3A%2F%2Fwww.vikasumit.com&charset=%28detect+automatically%29&doctype=Inline :o) Sumit Gupta

Thursday, November 24, 2005

My Friend and PHP Expert's blog

Hi, Visit my one of good friends Blog http://webmechanic.blogspot.com/ , he is a Web Mechanic and Lover of Open Source Software development. He hates microsoft and I love his passion for PHP and love for Open Source Software development. So, Do visit his blog and see what all good Microsoft is not doing. Sumit Gupta

Wednesday, November 23, 2005

ASP.NET is it Really Easy to do things? - My First Experince

Hi, As my first projects in ASP.NET Progress , I really asked myself, Is ASP.NET is really that Easy language to do things? Let me Make Comparsion of it... In PHP and Mysql combo I need to show Show Some data from Database and allow user to sort the Data on any coloumn.. What I get is 300 Lines of code for this... I shows All data Make a hidden field where user can click a Title and Coloumn sorting is done... Simple Function for Paging (like I explain in my Paging Tutorial http://www.vikasumit.com/tutorial/programming/php/paging.php ) And too Achieve this in ASP.Net and Ms SQl Server.. I will be using Data Grid , Assign Property for Sorting and Pagings... Some less code written by me and Some more code added by Designer window of VS Every thing works equally So, I just cannot realise whats the difference here... Now, What I realise is this I write a code in ASP.Net much faster than in PHP as I have to Drag and drop Data Grid, I have to write less code no matter if lot of code is added by Deisgner window. So, for me written a single page script is no difference, So where you can find the difference in these two languages... Well, I can say that in Application level I really find ASP.Net a much organise way of doing things, but really it need you to put in some extra efforts as well. These extra efforts are Called as "Analysis" and found at Top of SDLC chart. If you miss this part please never use ASP.NET for your project, you will end with the application that has lot of bugs, And this is the only thing that make me to write this POST, my first ASP.NET project without any Analysis ... As a coder I cannot do much when your project manager are not there to do anaylsis, So chossing a language is not a fun, it is a most important thing for me from now on. And Hope to get finish these projects as soon as possible Sumit Gupta

Tuesday, November 22, 2005

Google Adsense

Hi, I have been using Google Adsense from some time now... Looks good at first , infact till now I am happy with it. But One thing that I note about it is that its senses are not good yet. It sense one of my Page in site as PHP based content and Display Ad for PHP, that seems ok .. but the that page is about my Chess Game First thing and Chess game made in Vb.Net , hmmm... Now where is the PHP come from. Well the Page is actually coded in PHP (My complete site is in PHP) and some where in Meta Description it has PHP other wise no where else ..but still it pick those two words only and leave Poor .Net ... lol Anyway it does bother much if you still earn from it.. Sumit

Sunday, November 20, 2005

Changing Form Action

Hi, ASP.Net has a habit of putting its own action for the Form that runs at server...Every one knows that..But only few knows that this can be change with just simple code of Few lines... How? well we just need to intercept the Form tag rendering and put our own Action attribute simple.. Not clear than wait until i post more information on this .. Or Search MSDN for the same.. it has few tutorial on this..I don't have the Blog entry from where I found the solution but will post it soon.. Sumit Gupta