Skip to content

Posts Tagged ‘javascript’


Cross Origin Ajax Requests Have Landed

Monday, July 6th, 2009 by Thomas

A year ago I mentioned that cross origin Ajax requests were coming and then got backed out of the last version of Firefox Well they are back now and they do work in Firefox 3.5 IE 8 landed similiar functionality using something called an XDR (http://msdn.microsoft.com/en-us/library/dd573303(VS.85).aspx) Of course the big question is still, is this [...]

Read More...



Lessons Learned While Making an iPhone Web Site

Thursday, February 26th, 2009 by Dylan Butler

I am pleased to announce PINT has recently launched a version of our corporate web site custom tailored to the iPhone. Having watched this project play out from it’s inception, I can attest to the differences encountered when developing specifically for iPhone Safari, as opposed to coding in support of more traditional (although often quirkier) [...]

Read More...



Discovering JavaScript is a Programming Language

Thursday, August 7th, 2008 by Thomas

Every day people discover that JavaScript is a programming language.  That sounds crazy, but it’s true. For example just today it seems a reporter is pointing out that JavaScript can be trouble when it fails – http://weblog.infoworld.com/stratdev/archives/2008/08/bad_javascript.html In this situation some miscoded JavaScript caused script based stats to go crazy,  so headline time [...]

Read More...



Ajax Advancement Vaporware

Thursday, June 26th, 2008 by Thomas

In the past few months there has been quite a stir about the latest browser releases (Firefox 3, Opera 9.5, and of course IE8) and what new features they bring.  One of the most interesting new features found in the two more popular browsers is the ability for Ajax calls to break the same origin [...]

Read More...



Battling XSS Today …and Tomorrow (Part 1)

Tuesday, October 23rd, 2007 by Joe

In annals of useless of advice, this answer from the Cross Site Scripting (XSS) FAQ on PHP Advisory, to the question of what end-users can do to protect themselves, must rank pretty high:
The easiest way to protect yourself as a user is to only follow links from the main website you wish to view. If [...]

Read More...



How to Ruin/Fix JavaScript?

Monday, October 22nd, 2007 by Thomas

With the rise of Ajax lots of people are becoming quite excited about the JavaScript programming language. As skillful programmers who are new to JavaScript move beyond cutting-and-pasting snippets of code and actually begin learning something about the language, there are some common reactions that tend to emerge. We see these consistently in interactions with [...]

Read More...



The SSL Performance Trade-off and Web 2.0 Security

Tuesday, July 10th, 2007 by The Tech Department

Everyone knows about the sharp trade-off that exists when using SSL: You get the security of an encrypted connection but you pay for it with a significant performance hit. Servers work much harder, and pages load much slower. SSL processing consumes about 70% of HTTPS transaction time

Read More...



Web 2.0’s Engine Lacks A Spec No Longer

Thursday, June 21st, 2007 by Thomas

So if you know a bit about Ajax you might assume that there is no specification for the technology. That makes sense because Ajax is more of a term for a way of coding a JavaScript application – asynchronous communications often with XML as a payload though not always. Well it turns out [...]

Read More...



Writing Yet Another Book

Friday, June 15th, 2007 by Thomas

Yes it is true, I have been busy writing another book for the past few months. Actually I am always writing a book it would seem, but this is not a new edition nor is it one of my long running book projects for my undergraduate courses. This is a real soon-to-be-published collection [...]

Read More...