Sign in
|
Join
in
Current Tags
ShowUsYour<Blog> (blog)
Original ASP.NET Community Bloggers (group)
(Entire Site)
ASP.NET Weblogs
Home
Blogs
This Blog
Home
About
Syndication
RSS
Atom
Comments RSS
Recent Posts
Test post
RegexLib V2 - now with added ASP.NET V2 :)
Wow...
My blog is moving - http://markitup.com/Blog/
Upcoming IBF Speaking Engagements
Tags
Bookmarks
C#
Code Snippets
Codewise
Community
goals2004_CodeQuality
goals2004_Estimation
goals2004_Metrics
goals2004_PairProgramming
goals2004_ProjectManagement
goals2005_Health
Javascript
Knowledge and Collaboration
Language Processing
Maths
OneIsABlog
Personality Tests
ProjectDistributor
Rants
Regex
Rotor
Starter Kits
Terrarium
Tools
Unit Testing
User Groups
VB.NET
Web Forms
Whidbey
Windows Forms
Blogs I don't miss...
Chris Frazier
Scott Mitchell
Steve Smith
Thomas Johansen
^zhurnal!
blog.dreampro
David Seruyange
My Websites
MarkItUp
ProjectDistributor
Forest Lake Web Services
RegexBlogs.com
Readify
Mitch Denny
Greg Low
Joseph Cooney
Martin Granell
Dan Green
Bill Chestnut
Luke Drumm
Useful Links
Adelaide .NET User Group
Configuring ASP Checklist
MSF Resources
Improving .NET Application Performance and Scalability
Archives
July 2005
(1)
June 2005
(1)
May 2005
(1)
April 2005
(9)
March 2005
(28)
February 2005
(41)
January 2005
(53)
December 2004
(19)
November 2004
(38)
October 2004
(15)
September 2004
(7)
August 2004
(4)
July 2004
(13)
June 2004
(24)
May 2004
(17)
April 2004
(12)
March 2004
(35)
February 2004
(38)
January 2004
(21)
December 2003
(9)
November 2003
(19)
October 2003
(34)
September 2003
(27)
August 2003
(23)
July 2003
(21)
June 2003
(14)
May 2003
(20)
April 2003
(27)
March 2003
(32)
February 2003
(31)
ShowUsYour<Blog>
Irregular expressions regularly
Browse by Tags
All Tags
»
Javascript
(
RSS
)
Code Snippets
OneIsABlog
Rants
Tools
VB.NET
Web Forms
Whidbey
The sexy new web
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...
Posted
Feb 22 2005, 12:39 PM
by
digory
with | with
2 comment(s)
Filed under:
Web Forms
,
Javascript
,
Whidbey
,
OneIsABlog
Wanna use goto? You could break STUFF!
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...
Posted
Mar 17 2004, 09:45 AM
by
digory
with | with
no comments
Filed under:
Javascript
ContextMenu now supports Mozilla and Opera
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...
Posted
Feb 22 2004, 02:30 PM
by
digory
with | with
3 comment(s)
Filed under:
Tools
,
Web Forms
,
Javascript
Adding cross-browser support for ContextMenu
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...
Posted
Feb 20 2004, 09:30 PM
by
digory
with | with
2 comment(s)
Filed under:
Tools
,
Web Forms
,
Javascript
Webmonkey, RIP: 1996 – 2004
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...
Posted
Feb 18 2004, 07:37 PM
by
digory
with | with
3 comment(s)
Filed under:
Rants
,
Javascript
ContextMenu - exposing and handling events
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...
Posted
Feb 10 2004, 07:22 AM
by
digory
with | with
no comments
Filed under:
VB.NET
,
Tools
,
Web Forms
,
Javascript
ContextMenu - now working in browser.
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...
Posted
Feb 08 2004, 01:41 PM
by
digory
with | with
2 comment(s)
Filed under:
Tools
,
Web Forms
,
Javascript
(D?)Html + Css : Now it's slants!
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...
Posted
Feb 03 2004, 11:07 PM
by
digory
with | with
no comments
Filed under:
Web Forms
,
Javascript
MarkItUp.WebControls.ContextMenu : Making a start
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...
Posted
Jan 31 2004, 05:11 PM
by
digory
with | with
1 comment(s)
Filed under:
Web Forms
,
Javascript
Minimize string creation in dhtml widgets
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...
Posted
Jan 28 2004, 10:07 PM
by
digory
with | with
5 comment(s)
Filed under:
Code Snippets
,
Javascript
More Posts
Next page »
Terms of Use