2 3 4 5 Page 1 of 5 1 2 3 4 5

Very short snippet: how to identify AJAX calls in PHP

Wednesday, March 17, 2010

When building a Gateway Ajax, that is a file that is called XMLHTTPRequest Javascript object, we may unwittingly create a tunnel for unwelcome intrusions. For since a file like the others, located on our server, it is also accessible from the address bar of your browser. Fortunately there is a simple way to identify the type of request: PLAIN [...]

Shadowbox 3.0 beta

Friday, April 10, 2009

It was released just now (thanks to Report author Michael JI Jackson) release 3.0 beta Shadowbox.js. Besides the new design of the website here are the most important changes of this preliminary release: A major rewrite / reorganization of the code by Eliminating Greatly simplified setup process to load * methods and using options to specify language / adapter / player (s) instead Separated Shadowbox [...]

Overloading

Friday, February 6, 2009

Overloading is a very useful feature of some programming language objects. However, not all social security OO languages support it, and some of the "implemented" in a restricted or different. In general, for functions or methods, overloading allows you to create two or more functions / methods that have the same name but accept parameters [...]

Very short trick: proxy RSS with SimplePie

Monday, December 22, 2008

If you use Flash or Ajax to read RSS feeds from other domains, you have to equip yourself for a proxy (tunneling) because of the protections imposed by both technologies (see Tunneling and proxy servers for Ajax and not only). If your site or blog is already SimplePie, you can write a simple proxy in [...]

Wordpress: step by step how to create their own login

Friday, October 24, 2008

In this tutorial we'll see how to create a personal login procedure, also using Ajax functionality using jQuery. There are several ways to customize the login of WordPress, for example through the use of hooks and filters (add_action (), add_filter ()). Here we will use a more low level, although there still Interface to the Kernel of WordPress. [...]

Google AJAX Language API tutorial on the operation

Tuesday, May 13, 2008

I reply with this post, at the request of Andrew on how to insert the translator of Google in its web. There are several ways to use the services of machine translation provided by Google and others. We can use plugins written by others, a simple script JavaScript-mixed by Google itself or learn to use the [...]

Snipplr code 2.0: fragments (Snipp) of useful code

Saturday, April 26, 2008

It was a long time that I wanted to report this valuable service dedicated to the world of programming. Snipplr (code 2.0) is a true aggregator or repository of code snippets useful. You can register for free and send portions of its code and, above all, follow several Snipp already present on site. The languages covered [...]

Free Pocketguide Adobe AIR for JavaScript

Wednesday, April 16, 2008

Written directly from the AIR team, this guide is licensed under the Creative Commons Attribution-NonCommercial-ShareAlike 3.0 License In short it is freely accessible! Despite its simplicity, it contains a lot of interesting (and correct, as it is the team to write AIR) for the development of AIR applications with JavaScript, HTML and CSS. Thanks to Ajaxian is [...]

Shadowbox assetURL: Set the path of the images

Saturday, April 12, 2008

When Shadowbox opens his window to display content (image, iframe, Movie, etc. ...), show, pending an animated gif that is provided in the package. If the page that is using Shadowbox is at the same level of the images folder, everything works fine. By default, in fact, look for the animated gif below Shadowbox images / loading.gif - or images / loading-light.gif [...]

All Lightbox clones in a dynamic array

Friday, April 11, 2008

Planetozh has created a splendid dynamic tool that lists all the Javascript libraries like Lightbox. Through a panel (see picture on the left) with a series of "check" (checkbox), which indicate the various features of the libraries is possible run a filter thus obtaining a list of one or more libraries that are [...]

2 3 4 5 Page 1 of 5 1 2 3 4 5