PHP Programming,Security
7 June 2007 0 Comments
Yesteday, I presented a full-day tutorial on SQL Injection & Session Hijacking In PHP Programming which seems to have been well received by those who attended. And today, I would like to present to you a new Inspekt Build available to be downloaded at Google Code. What is Inspekt? Inspekt acts as a sort of [...]
Javascript,Web Development
23 May 2007 0 Comments
I’ve been asking myself, what is the difference between this tag: <script language=”javascript”> and this tag: <script type=”text/javascript”> After doing some googling, I found this documentation. The “language” specifies the scripting language of the contents of this element. Its value is an identifier for the language, but since these identifiers are not standard, this attribute [...]
Javascript,PHP Programming
19 May 2007 1 Comment
JSON is a format for communication between the server-side (PHP, JSP, ASP, etc…) and the client-side (javascript). The magic of it is that the response from the server-side can be easily converted to an object via the use of the eval() function. eval() (can be “evil”) is a function that gives you the possibility to [...]
Dojo
15 May 2007 0 Comments
Dojo 0.4.3 is out. It has some important security updates. You are strongly encouraged to upgrade. More information : http://dojotoolkit.org/0-4-3-and-updated-0-4-1-0-4-2-builds
Dojo
12 May 2007 0 Comments
You can grab it here : http://download.dojotoolkit.org/experimental/dojo-0.9M2.tar.gz Note: This dojo 0.9 is still under development. You can test and explore the widget here : http://download.dojotoolkit.org/experimental/dojo-0.9M2/dojo/dijit/tests