Blog Stats
  • Posts - 10
  • Articles - 0
  • Comments - 2
  • Trackbacks - 7

 

Wednesday, August 02, 2006

Monday, April 24, 2006

"Click to activate and use this control" message after IE update


Following a recent IE update, sites that use flash and active x controls may now display the message "Click to activate and use this control" over the control before the user is able to use it. 

Some solutions are provided at...
http://activecontent.blogspot.com/

  • Share This Post:
  • Share on Twitter
  • Share on Facebook
  • Share on Technorati

Monday, April 03, 2006

Refactor Visual Studio plug-in for Visual Basic programmers.


The new refactor features of VS 2005 are nice.  It wasn't until I tried using them when working on a VB.Net project that I realized....they're not there?  It seems my installation of VS.Net 2005 doesn't provide the same refactor options available to C# developers out the box, at least in my installation of it.

However.. a search on MSDN brings this link to download Refactor! for VB.Net as an additional plug-in.  

http://msdn.microsoft.com/vbasic/downloads/tools/refactor/

 

  • Share This Post:
  • Share on Twitter
  • Share on Facebook
  • Share on Technorati

MS Developer Toolbar


The MS Developer toolbar is handy when working on an Asp.Net page, especially when fudging around with layout using numerous table's,  div's, styles and much more.  It dissects the html displayed on the browser and presents a nice display of the elements of the page, their attributes and then some.  It saves from having to view the html source as much as I did.  ..

Download here
http://www.microsoft.com/downloads/details.aspx?FamilyID=E59C3964-672D-4511-BB3E-2D5E1DB91038&displaylang=en

  • Share This Post:
  • Share on Twitter
  • Share on Facebook
  • Share on Technorati

VS 2005 Code Snippets for C#


In my VS 2005 installation,  these snippets are available out-the-box  for VB.Net but not for the C#.  We have to manually download and install from here....

http://msdn.microsoft.com/vstudio/downloads/codesnippets/default.aspx

  • Share This Post:
  • Share on Twitter
  • Share on Facebook
  • Share on Technorati

Thursday, April 06, 2006

Top 10 most critical Web application security vulnerabilities


SearchAppSecurity.com article about web application security.  Good resource for things to catch and prevent in web apps.

article here...
http://searchappsecurity.techtarget.com/generic/0,295582,sid92_gci1157415,00.html#XSS

  • Share This Post:
  • Share on Twitter
  • Share on Facebook
  • Share on Technorati

AJAX: Is your application secure enough?


Locking down your web applications....

http://www.darknet.org.uk/2006/04/ajax-is-your-application-secure-enough/

  • Share This Post:
  • Share on Twitter
  • Share on Facebook
  • Share on Technorati

Monday, April 17, 2006

AJAX frameworks comparison


Great article describing/comparing some of the more popular Ajax frameworks out there.

see full article here...
http://www.daniel-zeiss.de/AJAXComparison/Results.htm

  • Share This Post:
  • Share on Twitter
  • Share on Facebook
  • Share on Technorati

Friday, April 07, 2006

View HTML Current State


Tip to view current state of HTML after loaded and modified by javascript.
Type into the address bar:

javascript:'<XMP>' + window.document.body.outerHTML+ '</XMP>'

full post...
http://blogs.telerik.com/blogs/rumen_stankov/archive/2006/02/20/124.aspx

  • Share This Post:
  • Share on Twitter
  • Share on Facebook
  • Share on Technorati

Debugging Javascript in VS.Net


I could have used this long time ago but better late than never.  It turns out that you can debug javascript after all in VS.Net...very cool.

“Just write the magic "debugger;" line in your javascript code and VS.NET will popup in debug mode (make sure you have unchecked the "Disable script debugging" options in IE -> Tools -> Options -> Advanced). From this point on you can take advantage of step over (F10), step into (F11) and the powerful Watch window displaying all the properties/method of the object you inspect.“

full post...
http://blogs.telerik.com/blogs/rumen_stankov/archive/2006/02/21/125.aspx

 

  • Share This Post:
  • Share on Twitter
  • Share on Facebook
  • Share on Technorati
 

 

Copyright © Alex Cardona