Bypassing the IE "onchange" bug with jQuery


Hey all,

I absolutely love jQuery! I use it daily with my client side work, putting the jQuery file into my JS library has become an automated thing I do.

Well, after saying that, even jQuery can’t fix all the IE bugs and quirks. Sometimes you have to bypass them with intelligence and some style

Read more ⟶

Retrieve tweets using jQuery


Hey all,

As many of you out there, I’m a Twitter user too. As most of you have, I too have spent quite some time reading the Twitter API and understanding it.

I stumbled upon a forum message (in Hebrew) asking how can you retrieve your (or anybody else’s) tweets using JavaScript only and no server side.

Read more ⟶

xml.load problem with IE6


Hey all,

IE6 has been for a very long time an enemy for web developers because of the way it renders HTML and CSS.

Fortunately, Flash has always been a rescue for me, because I develop RIA as well as HTML websites I have always enjoyed the way flash is always the same with IE6 as with other browsers.

This has been the case until the first and persistent bug.

Read more ⟶

IsDBNull generic shortcut function


Hey all,

If you’re working with data from an SQL database or from any other database for that matter you probably know the exception cause by calling the reader[“columnName”]

This exception is exceptionally annoying because you cannot predict when it is going to happen, it depends on data from the database and can throw the exception at any time.

So, while working on a code that’s not mine, as you know I’m a consultant so I work on other peoples code most of the time.

Read more ⟶

Free tools for ActionScript Developers


Hey all,

As you know, on top of being a .NET developer and client side (HTML) developer I do quite a bit of RIA using Flash/Flex and of course ActionScript 3.

Being the geek that I am loving new tools to make my life easier I found 2 tools that are free to use and work great with AS3 code.

These tools can be used to develop a complete project or just classes for use with a Flash application.

Here they are…

Read more ⟶

Tools for developers and power users (1)


Hey all, This blog post is the first out of three blog posts. These blog posts will be all about tools for developers and power users. These tools will be online services or desktop applications, most of them will have a free version or a trial version. I’m working with every single one of these tools, so these recommendation are based on my own personal experience. which is always great no?…
Read more ⟶

Phase 1 – first consulting meeting.


Hey all, This is the second post in the upcoming long posts series. I thought it would be a great idea to post about my experiences as an independent consultant for companies. The posts will not be about personal experiences but instead about the knowledge I’m getting and passing thoughts. Whether its in the shape of a meeting, researching or sample applications If you want to learn more about the series, please head hereand read.…
Read more ⟶

This is the beginning…


Hey all, This post is the beginning of a series of posts. What are the posts about? Well, I just started a consulting session at a major financial start-up company. This consulting session as many of my sessions are long, they include a variety of technologies, server, client and scalability issues. As a consultant in all projects but specific in this one, I do a lot of research. I write documents and applications that prove my points and just air tight my meetings with the company team with decisions regarding their needs.…
Read more ⟶

Add a parameter (or even more then one) to Flex event listener


Hi All, Well, sometimes you find yourself needing a work around to a default framework or language behavior. I found myself needing exactly that on an application I’m building. No matter what I did I couldn’t find a “normal” way of doing what I did. This is actually a pretty efficient way of creating your own event listener. We will talk about the button and we’ll add an event listener.…
Read more ⟶

Number of open connections SQL server


Hi all, Normally, when you’re coding on a website or a system you’re probably using connection to an SQL serverdatabase. When you are the coder or you are a consultant coming to a company to check the code or the server or anything else for that matter, you sometimes need to check the number of connections that are open right now. This can be done to check the quality of the code regarding connections.…
Read more ⟶