Andrew Rea
C# & ASP.NET Developer BLOG
Sign in
|
Join
Home
Contact
About
RSS
Atom
Comments RSS
Search
Tags
.NET 3.5
ActionScript 3.0
ASP.NET
ASP.NET MVC
ASP.NET.NET MVC
Business Objects
C#
CSS
Custom Controls
Data Bound Controls
Extension Methods
Flash
HTML
IIS
Javascript
LINQ to XML
Multi Threading
NUnit Tests
Security
Semaphore
Shortcut Keys
Silverlight
Skype
SQL Server 2005
Thread Syncronization
TQL
Visual C#
Visual Studio
WCF
Web Controls
Win Forms
Win Forms C#
Windows Live Writer
Sponsors
advertise here
News
Books I am reading at present
Books I am purchasing next
Navigation
Home
Blogs
Archives
August 2009 (2)
March 2009 (6)
February 2009 (3)
January 2009 (5)
November 2008 (2)
October 2008 (1)
September 2008 (1)
August 2008 (4)
July 2008 (2)
June 2008 (3)
May 2008 (7)
April 2008 (7)
March 2008 (4)
February 2008 (10)
January 2008 (3)
Browse by Tags
All Tags
»
Javascript
(
RSS
)
.NET 3.5
ActionScript 3.0
C#
Flash
HTML
Silverlight
Visual C#
Windows Live Writer
My Jquery Plugins : Fader
by
REA_ANDREW
This plug-in I made is quite handy and has a few applications. I think JQuery is a fantastic library for javascript, as it does what it says on the tin: WRITE LESS, DO MORE Ok so the fader, I have written this plugin with a few options, which are...
Filed under:
Javascript
Nice quick JQuery plugin
by
REA_ANDREW
I think I am thinking too much about how to write a good blog post. I think I need to master letting my brain flow while intercepting the output and tweaking things. Well I have not yet mastered it, but I shall continue to try. I was...
Filed under:
Javascript
.NET, Adobe Flash and Cross Domain Communication -How To AND How Not to LOL!
by
REA_ANDREW
"Is SilverLight going to use Cross Domain Poilicies?" I hope no one is thinking, "FLASH?!?! why not Silverlight!!" If so I apologise lol, but a project I am working on, the client has clearly specified...
Filed under:
Javascript
,
C#
,
Visual C#
,
Silverlight
,
.NET 3.5
,
ActionScript 3.0
,
Flash
Another few useful JavaScript functions when working with file and directory paths
by
REA_ANDREW
Whilst working on a project recently, I was having to deal with physical file locations. In .NET there is the extremely useful object Path, which yields very useful static functions for formatting filenames and directory names etc... What...
Filed under:
Javascript
Windows Live Writer : Little JavaScript for Code Display
by
REA_ANDREW
OK in my previous post towards the end I noticed a little config button on one of the plugins in Windows Live Writer. So the plug in I am referring to is Syntax Highlighter Version 1.0.9.0 from http://wlwplugins.com/syntax-highlighter-code-formatting...
Filed under:
Javascript
,
Windows Live Writer
New Html Canvas Tag
by
REA_ANDREW
I was reading a blog from Matt Berseth( http://mattberseth.com/blog/ ) and noticed a mention to this tag of Canvas from HTML. The word Canvas I can associate with Silverlight, WPF, Flash and Flex I think etc... but I never knew about HTML (designed...
Filed under:
Javascript
,
HTML
Some sites need to get a hold of their JavaScript
by
REA_ANDREW
Summary: IE7>Tools>Internet Options>Advanced Tab: Disable Script Debugging (Internet Explorer) Disable Script Debugging Other This I use along with many other client side debugging tools. But this one in particular can give you a real head...
Filed under:
Javascript
Few Javascript utility functions
by
REA_ANDREW
On a current project I am on I made a few javascript helper functions. The first set is for traversing the node heirarchy. It just simplies the route you use to get to a sibling of the same node type, I have made its own sibling function too which gets...
Filed under:
Javascript
More Posts