Quantcast
Channel: SwhistleSoft Blog » javascript
Browsing all 8 articles
Browse latest View live

Using Jquery in an iframe

Although it may not seem like an easy task at first, it is quite possible to use jquery inside of an iframe. The first trick involves loading jquery inside the iframe code itself. Html Containing...

View Article



Bing Maps Static Maps API

Before Getting Started make sure to obtain an API key from: http://msdn.microsoft.com/en-us/library/ff428642.aspx If you wished you could retreive Bing Maps static images for a specific location, your...

View Article

Javascript Simple Closure Pattern

Simple Closure Pattern There has been lots of discussion about closures over the years especially since the success of popular frameworks such as JQuery and other such. But how are such patterns...

View Article

Simple Javascript Error Handler

Simple Javascript Error Handler If you have ever wanted a simple error handler utility for javascript that outputs error s on screen in a reasonable manner, check out this little script. var...

View Article

Javascript Object Oriented Ideas

Good article on Javascript Object Oriented Ideas If you are looking to do some “strange” things with javascript Object Oriented programming, then check out: this article. There is a lot of information...

View Article


Javascript Character Classes

I have put together the beginnings of a javascript character class script. The idea was to create a testing platform and the build the character class handler at the same time. Starting off as a need...

View Article

Adding events to iframe javascript

Technically it is possible to add events to an iframe but there are some caveats especially in terms of browser compatibility. for starters what I have found is that you can use the window object if...

View Article

Javascript and PHP Size Based Styles

Javascript and PHP Size Based Styles So you want to support different screen resolutions do you? Well, it is possible too much difficulty by creating a multiplexer for CSS files. This solution I am...

View Article

Browsing all 8 articles
Browse latest View live




Latest Images