Browse by Tags
All Tags »
Javascript (
RSS)
A nice article about how we are starting to expand and build smarter, richer applications on the web. http://adaptivepath.com/publications/essays/archives/000385.php I know that I've said this before but, articles such as this really emphasize how the...
Today while writing a javascript version of a parser I was trying to work out how to implement a goto statement so that I could break out of an outer loop from an inner loop. You can either break or continue a labelled statement. The following snippet...
I finished-off the changes required to make ContextMenu run in multiple-browsers and will be uploading the latest version of the control to GotDotNet tonight, so it should be available for download in 2-3 days - I'll blog a message when the new code is...
This weekend I have to get the ContextMenu working in Opera and Mozilla browsers. This shouldn't be too hard as I've stuck close to the spec. on everything and already have a browser sniffer built in to the js code. I've already taken the precautions...
I just needed to blog this so that I have a bookmark reference to it. http://www.wired.com/news/infostructure/0,1377,62300,00.html?tw=rss.BIZ I'll never forget those nights, sitting in front of my new PC running Win98. I had all of Thau's javascript tutorial...
The ContextMenu is now code complete and I'm running through the code adding the appropriate Xml comment sections for when I produce the .chm file for the assembly. My aim is to have a Comment, Remark and Sample for each public member within the assembly...
I finally got all of the rendering logic finished and spent this morning working "in the client" on some positional bugs. Basically, I had the menu working fine until the user selected a menu which was at a position greater the 1 window height down the...
It's amazing what some of the creative folk can do with a couple of pieces of string: http://www.infimum.dk/HTML/rotatingBox.html Reading that article and poking around amongst the source lead me to some startling new discoveries! Actually, it must have...
A couple of days ago I discussed a string buffering technique that I'm using for a client-side context menu widget. In one of the comments on that post I mentioned that I'd blog about my progress in turning it into a useable ASP.NET ContextMenu Server...
I wrote a component tonight which allows me to easily bind client-side pop-up menu's to objects on a web page. A single menu is basically a Html TABLE with a collection of child menu-items represented by DIV's. Because there is a high liklehood of menu...
More Posts
Next page »