Browse by Tags

All Tags » Javascript (RSS)

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:

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:

.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...

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:

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...

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: ,

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:

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:
More Posts