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