Archive for the ‘JavaScript’ Category

Cross-Site XMLHttpRequest

Tagged: Ajax, JavaScript Date: 18th, March 2008

I’ve just finished writing up some docs on the new Cross-Site XMLHttpRequest feature in Firefox 3. I was a little worried at first, but it definitely appears to be both easy-to-implement and easy-to-use. Specifically, it’s an implementation of the W3C Access Control working draft (which is respected by Firefox’s XMLHttpRequest).

If you’re interested in giving it [...]

  • Leave Comment
  • Read Comments (1)

Experiment: JS News Sticker

Tagged: JavaScript Date: 4th, September 2007

Yesturday I saw this neat news sticker in Flash and decided to try and do it in JS.
Actualy it was very easy…
Create list with title, description and background image and it will display like so: News Sticker Demo
Bah, nuf talk look at it and I hope someone finds it usefull

  • Leave Comment
  • Read Comments (0)

JavaScript: PopupGUI 0.1

Tagged: Ajax, JavaScript Date: 20th, August 2007

Few days ago I have created very simple JS class for creating popup html forms.
Task was pritty specific, create dynamic form interface with ajax form submission. Apon completition of the task I noticed that the class was pritty much plug&play so I decided to publish it here.
It has simple controls, you can show, hide and [...]

  • Leave Comment
  • Read Comments (0)

aDsense avenue – AdSense Profit search engine

Tagged: JavaScript, Marketing, News, PHP, Programming, Search Engines Date: 20th, April 2007

I have just released aDsense avenue software.
Basicly it is search engine created from various sources (msn, yahoo!, google, blog feeds etc) which incorporates most modern SEO tehniques to generate organic search engine visits. Content scraped from these sources and user defined RSS feeds is automatically rated by software so only the best possible content has [...]

  • Leave Comment
  • Read Comments (2)

Firebug, short update

Tagged: JavaScript Date: 30th, March 2007

As I wrote few days back Firebug is indeed the guilty for double page execution. Today I tested it a bit more and found out what is cosing problems. Net option (tracks load times for items on page) executes page for it’s tracking, so we get one exec from browser and second one from firebug.
At [...]

  • Leave Comment
  • Read Comments (0)