Sign in
Matthew Manela's Blog
Translate This Page
Translate this page
Powered by
Microsoft® Translator
Tags
.NET
ADO.NET
Applications
ARR
ASP .NET
ASP .NET MVC
ASP.NET
AutoMapper
C#
Chutzpah
CLR
Codeplex
Comic
Dependency Injection
DiffPlex
Downloads
F#
FastSharp
Functional Programming
Funny
Games
Git
github
Haskell
HTML
Internet Explorer
J
JavaScript
JQuery
LINQ
Localization
Mercurial
Moq
MSDN Code Gallery
NHibernate
NuGet
Open Source
OpenWithTest
Parsing
PC
Personal
Powershell
pro
Programming
Project Euler
Random Thoughts
Regular Expression
RTF
SignalR
Silverlight
Snippet Designer
Snippets
Software Development
SQL CE
structuremap
testing
Tools
TypeScript
Ubuntu
Uncategorized
Visual Basic
Visual Studio
Visual Studio 2012
Visual Studio Gallery
VS SDK
WHAT!
Windows
Windows Phone
WPF
XAML
Browse by Tags
MSDN Blogs
>
Matthew Manela's Blog
>
All Tags
>
javascript
Tagged Content List
Blog Post:
Making linking between anchors in an IFrame work in Firefox 11 and above
Matthew Manela
About a year ago I wrote the post Making linking between anchors in an IFrame work in Firefox 4 and above which detailed a workaround for making anchor tags in IFrame’s function as expected. Unfortunately this fix stopped working as … Continue reading →
on
30 Apr 2012
Blog Post:
Making linking between anchors in an IFrame work in Firefox 4 and above
Matthew Manela
In Firefox 4 a security fix was added which prevents linking between anchors within an IFrame that does not have scroll bars. This change breaks the scenario where you have an IFrame that has a “Go To Top” link (<a … Continue reading →
on
30 Jun 2011
Blog Post:
Chutzpah: A JavaScript Test Runner Released
Matthew Manela
I just released to CodePlex and the Visual Studio Gallery a new project called Chutzpah. Chutzpah is an open source JavaScript unit test runner which helps you integrate JavaScript unit testing into your website. It enables you to run JavaScript … Continue reading →
on
19 Jun 2011
Blog Post:
Visually view all events attached to DOM elements
Matthew Manela
I recently found this tool called Visual Event which helps you view and inspect all events attached to DOM elements on a web page. I have wanted a tool like this for a long time. Often when programming with many … Continue reading →
on
25 Feb 2011
Blog Post:
A simple JavaScript stubbing function
Matthew Manela
Stop! If you are looking for a full featured JavaScript stubbing/mocking library you will be thoroughly disappointed by this post. There are many really good and full featured frameworks for this such as QMock , JSMock and my current personal … Continue reading →
on
2 Oct 2010
Blog Post:
Synchronizing Scrollbars using JQuery
Matthew Manela
I just wrote this simple plugin for JQuery which lets you synchronize the scroll bars of any collection of elements. This lets you move the scrollbar of one div it have the scrollbars’ of the rest of the divs move the same exact amount. Here is the code: 1: jQuery.fn.synchronizeScroll = function...
on
19 Mar 2009
Blog Post:
Updated JQuery ResizeComplete method
Matthew Manela
I made 2 slight changes and I think it works pretty well now. I now detect if the browser is Firefox and use the regular resize event since its resize behaves like a resizeComplete. I also modified the timeout a bit since I think 100 ms might be too small. Here is the updated version: 1: jQuery.fn.resizeComplete...
on
2 Dec 2008
Blog Post:
Rough draft of a new JQuery method
Matthew Manela
I have run into issues recently with the browsers' implementation of the resize event on the window. Opera, Safari, IE and Firefox all have different behaviors when this event is fired. Firefox only fires it when you release the mouse. IE fires this event many many times while resizing. Safari will fire...
on
24 Nov 2008
Blog Post:
Combining Silverlight and JavaScript
Matthew Manela
Silverlight 2 is currently in Beta 1 but even in this early stage it has many amazing features. One of these features which I was toying around with today was its ability to integrate with its host page's DOM . What this means is that from Silverlight you are able to call Javascript functions and from...
on
13 Apr 2008
Page 1 of 1 (9 items)