Archive for 'Uncategorized'
JavaScript Memory Leak Detector
September 28, 2008 | Filed under: Uncategorized
JavaScript Memory Leak Detector (download) is a debugging tool to detect memory leaks in JavaScript code. It can be installed as an Internet Explorer band and it is expressly designed to find memory leaks in JavaScript code that runs in Internet Explorer.
Firefox Minefield: Faster Than Chrome
September 28, 2008 | Filed under: Uncategorized
f you are not happy that you can’t get to try a native chrome, arguably the fastest browser out there; give Firefox Minefield a shot. Even though it’s an early Alpha build, under the hood, it has the fastest javascript engine out there.
OpenSocial walk thru
September 28, 2008 | Filed under: Uncategorized
What is OpenSocial? OpenSocial is a set of common APIs for building social applications across many websites. OpenSocial consists of both JavaScript APIs and Google Data APIs.
Affiliate Link Cloaking (All methods explained)
September 28, 2008 | Filed under: Uncategorized
Affiliate Link Cloaking makes the Aff link invisible for visitors of a website/blog. Many methods are known, some are old-fashioned, some are really helpful. If you want to know all about Affiliate Link Cloaking and how to do it in HTML, JavaScript, htaccess or PHP, this post (first of a series) will be extremely interesting to you. Maximize CTR!
Default Arguments in JavaScript Functions
September 28, 2008 | Filed under: Uncategorized
good for default values of arguments
Curried JavaScript functions
September 28, 2008 | Filed under: Uncategorized
no, not curried spicy, but curried lambda-calculus-like
Flash 10 and the bad news for JavaScript interaction
September 27, 2008 | Filed under: Uncategorized
Right now you can use Flash to work around a lot of JavaScript limitations and many products use an invisible Flash movie to for example batch upload files (Flickr, Wordpress), play movies in a screenreader accessible manner (with DHTML controls outside the main movie - Yahoo Video, for example) or automatically add content to the browser clipboard (snipurl.com).
All of these …
multiple date selection calendar in javascript
September 27, 2008 | Filed under: Uncategorized
multiple date selection calendar in javascript
Only selected area print through javascript
September 27, 2008 | Filed under: Uncategorized
Only selected area print through javascript
HTML 5: Ian Hickson showing you features in browsers today!
September 27, 2008 | Filed under: Uncategorized
Ian Hickson gave a great presentation at Google where he just sat down, opened up Emacs, and started to build demos on the fly that use HTML 5 features. His goal was to use browsers available today (albeit nightlies and such for some of them) to show progress…. so no future tense!
You can watch the presentation below, but to see …
sphere.js (javascript spherical image effect)
September 27, 2008 | Filed under: Uncategorized
sphere.js 1.0 allows you to add a spherical picture effect to images on your webpages
The OO Javascript
September 27, 2008 | Filed under: Uncategorized
an old article from an expert@msdn
Updated: Tracking Exit Links in Google Analytics
September 26, 2008 | Filed under: Uncategorized
I’ve just updated my code on tracking exit links in Google Analytics to skip applying the code if the href of an anchor tag is ‘#’. This is usually the case when the anchor tag is there to execute javascript or to scroll to the top of the page, thus does not contain any exit liks.
Cria da Web
September 26, 2008 | Filed under: Uncategorized
Blog sobre tecnologias envolvendo a web de um modo geral, assim como tecnologias de desenvolvimento web, como, PHP, Javascript, Design Paterns, entre outros assuntos sao abordados nesse blog…
Engineering decisions behind V8 (The JS VM in Google Chrome)
September 26, 2008 | Filed under: Uncategorized
Video on Google Chrome JavaScript Engine
JSCommandlet Released. A new bookmarklet for JS Devs.
September 26, 2008 | Filed under: Uncategorized
JSCommandlet is a new way to test out and debug JavaScript. It gives you the ability to jump into a simple console, inspect objects and events, and run bits of code. The biggest advantage is that it runs the same in most browsers, giving you only one interface to learn. It runs in it’s own namespace and requires no installation …
Gravity: Some real Friday fun
September 26, 2008 | Filed under: Uncategorized
Eric Seidel normally spends his time building browsers, but he has a fun little bit of JavaScript code to show us this time. Gravity was inspired by the Flash Wii Ad that has been going around that uses Flash to explode out of the page.
The bookmarklet takes your form elements and …
The cross browser addEvent resurfaces
September 26, 2008 | Filed under: Uncategorized
Stephen Stchur has written great posts in the past about cross browser events, and has revisited the topic with The Ultimate addEvent function article.
You get to use the function a la:
PLAIN TEXT
JAVASCRIPT:
var myDiv = document.getElementById(’myDiv’);
xb.addEvent(myDiv, ‘click’, function(e) {
alert(’The this keywords works (even in IE!): ‘ + this.id);
});
and he has some nice commentary:
So some of …
Simple graphics calculator using theVisualization API
September 26, 2008 | Filed under: Uncategorized
a simple graphics calculator for Javascript-supported math functions that plots functions using the Google Visualization Scatter Chart. Featured on Google Code Blog
Maintaining Browser Specific CSS
September 26, 2008 | Filed under: Uncategorized
Nick Cairns saw our post on conditional CSS for browsers and followed up discussing how he handles maintaining IE specific CSS selectors:
We keep our IE related styling right below the common (standards-based) declarations. BUT, we DON’T use hacks. Underscore hacks, * hacks, and all of those things that we all gave up with the birth of …
Google turns 10, and gives us a nice scrollable timeline
September 26, 2008 | Filed under: Uncategorized
Google has turned 10, and we wanted to celebrate. Soon we will be a teenager
The site for the Tenth birthday has some nice features, including a scrolling time line of the history that is very Gooey indeed.
There are nice subtle elements to the component. If you scroll the bar you …
Deluxe Tuner 3.2.9.19
September 25, 2008 | Filed under: Uncategorized
Enhanchance your Web site with Deluxe JavaScript Menu. Deluxe Tuner is a professional solution that allows Web masters to create superior DHTML navigation systems for their Web sites. 60+ great visual effects, floating, drag-n-drop, scrolling, flat, 3d, XP, Vista menu styles, animated icons and arrows, unlimited submenus.
Google Maps JavaScript API on the iPhone
September 25, 2008 | Filed under: Uncategorized
When you link to Google Maps on the iPhone, it opens up the naive application to give you the full iPhone experience. Alastair James wanted to use the Google Maps JavaScript API on the iPhone, and wrote up his thoughts:
Before the newest version of mobile Safari, this would not have been …
CSS tic tac toe game
September 25, 2008 | Filed under: Uncategorized
Game uses only CSS and simple JavaScript.
input type=camera to give us a simple way to integrate to Webcams
September 25, 2008 | Filed under: Uncategorized
There are a substantial number of iPhone apps that tie into the builtin native components such as the camera.
Brad Lassey has been hacking on Fennec (the Mozilla mobile browser) as well as Firefox itself to integrate with camera phones and Webcams alike:
I wrapped a video tag, image and a few buttons in xbl and bound it to <input type=”camera” …
javascript를 이용한 애니메이션
September 24, 2008 | Filed under: Uncategorized
^^ 나중 슬라이드효과같은 에니메이션을 구현할때 아주 유용한 자료이다 !
Adding new rows to a table of data with JavaScript
September 24, 2008 | Filed under: Uncategorized
This follows on from a guide to editing and deleting rows of data using JavaScript, and shows you how you’d add and save new rows.
Create modular interactive user interfaces with JavaScript
September 24, 2008 | Filed under: Uncategorized
Discover a technique that lets you move sections of a Web page using drag-and-drop functions. Different aspects of the interactivity are implemented separately and then composed into a unified whole, allowing for flexible customization that can make your Web users very happy.
Startup #1 for oct 24 > Mixtube
September 24, 2008 | Filed under: Uncategorized
We realized that the music you listen to is already on YouTube, so we started with some source code from the Opentape folks (thank you!), added in the YouTube Javascript API, and we had a website. We hope you enjoy it!
Ex DOM Storage gives us hope for IE 6+
September 24, 2008 | Filed under: Uncategorized
Toru Yamaguchi has built a very cool shim, ExDOMStorage, which implements the HTML 5 DOM Storage API for IE 6 and 7.
It does so by strapping in the functionality via an HTC behaviour:
PLAIN TEXT
JAVASCRIPT:
(function() {
if (window[”localStorage”] && window[”sessionStorage”])
return;
with({ nodeSet: document.getElementsByTagName(”script”), storages: [”localStorage”, “sessionStorage”] }) {
var loader = …
Ext JS Key mapping; Keyboard handling as a first class citizen
September 24, 2008 | Filed under: Uncategorized
I am a strong believe in making the keyboard a first class citizen for your applications, including on the Web. Thus, I was interested to read how Ext JS has keyboard handling that ties into the entire system:
Ext.KeyMap
Ext provides several components that support keyboard navigation out of the box such as GridPanel, ComboBox, and TreePanel. To implement custom keyboard …
JSF custom component to show h:messages in javascript alert
September 24, 2008 | Filed under: Uncategorized
The JSF frame work didn’t give any facility to show the h:messages in the form of Java script alert. So this article shows step by step process and even gives custom component jar file. It shows how to create a custome component with render class.
Trick to Add AdSense, AdBrite and Other JavaScript Ad Code D
September 23, 2008 | Filed under: Uncategorized
So nice post!I had problems in adding codes into my HTML source.Now I can convert to XML to add it. It is easy!
Logical Object-Oriented Programing in JavaScript
September 23, 2008 | Filed under: Uncategorized
Recently I’ve been researching object-oriented programming and inheritance in JavaScript. While there are numerous good methods out there, I wanted to come up with my own custom Class implementation.
ECMAScript 4: Interesting language but poor successor
September 23, 2008 | Filed under: Uncategorized
In case you aren’t a language nerd, ECMAScript is the core language behind many popular languages like JavaScript, JScript, ActionScript, etc. What I liked about early versions of ECMAScript was that almost any level of programmer could read, write, and understand ECMAScript code in almost no time. This was one of the core ideas of the language: to
PDFescape - Free PDF Editor & PDF Form Filler
September 23, 2008 | Filed under: Uncategorized
PDFescape Requirements: * A Web Browser with JavaScript Enabled–Internet Explorer, Firefox, & Safari Compatible (Internet Explorer 6 / 7 or Firefox 1.5 / 2 / 3 or Safari 2 / 3)* An Active Internet Connection. That’s it. Seriously. No installations. No downloads. Nada. Zip. Zilch. Just a web browser!
Mootools Javscript Slideshow Class
September 23, 2008 | Filed under: Uncategorized
Slideshow 2! is a javascript class for Mootools 1.2 to stream and animate the presentation of images on your website. Slideshow 2! can be used to enhance the presentation of images on your website and features a pause/play function for easier viewing.
Editor used for developing website in jsp
September 23, 2008 | Filed under: Uncategorized
Which editor should i use for developing website in jsp and javascript?
Sphere: Spherical effect via canvas
September 23, 2008 | Filed under: Uncategorized
Christian “Mr. Canvas Effects” Effenberger has shared Sphere.js another effect that allows you to add a spherical picture effect (including background gradient) to images on your web pages.
This joins the many other effects such as Slided and Filmed.
As always, you can add these effects with simple CSS classes …
Google Chrome Versus Internet Explorer 8
September 23, 2008 | Filed under: Uncategorized
Google, Google Chrome, Internet Explorer 8, Safari, Opera, Web Browser, Browser, Versus, Review, Features, Benefit, Yahoo, Microsoft, Linux, Windows, Indonesia, English, Fastest, Javascript, Benchmarking,
Image Zoomer -JavaScript / CSS / DOM - TJPzoom 3
September 23, 2008 | Filed under: Uncategorized
This is an image magnifier. It’s a completely rewritten version of script tjpzoom, but still is in JavaScript / DOM :). If you move your mouse over the picture, you can see a little zoom window with a magnified version of a part of the picture in it. But there is more:
The Ultimates - Search for anything!
September 22, 2008 | Filed under: Uncategorized
Here you can search resources from all over the net like phone books, email directories, and trip planners. But this isn’t just another list of links. The form for each resource is integrated into the site, and Javascript copies the information from one blank to another so you can use everything out there with a minimum of time and effort.
JavaScript Events Cheat Sheet
September 22, 2008 | Filed under: Uncategorized
In web development terms, an “event” is something that triggers a specific action in the browser. Usually, an event occurs when a user loads a page, clicks on a button or performs some other task with the mouse or keyboard. This page lists the most common events that can be inserted into JavaScript code to react to user actions.
10 Essential Principles of the Javascript Masters
September 22, 2008 | Filed under: Uncategorized
JavaScript is one of the most widely used languages in web development. It’s simple, yet very powerful, and the number of ways that it can be used are almost limitless. That’s why it’s so important to gather advice from those who have gone before you. Here are 10 tips from well-respected web developers within the JavaScript community.
Want a faster-than-Google Chrome Web browser?
September 22, 2008 | Filed under: Uncategorized
Are you a Mac user with Google Chrome envy? You really shouldn’t be, especially now that the latest builds of WebKit use a ridiculously fast Javascript engine called SquirrelFish Extreme. The new engine, conveniently shortened to SFE, is actually faster than Chrome Javascript engine, V8.
Browser Wars 4.0
September 22, 2008 | Filed under: Uncategorized
A new browser war is upon us — as Google’s Chrome running JavaScript, Adobe Flash and Microsoft Silverlight all compete for different slices of the Internet pie.
Zend Studio for Eclipse Sneak Preview
September 22, 2008 | Filed under: Uncategorized
This release is a “Complete Web Development Environment for PHP Developers”, as it provides significant improvements for Web developers who utilize a rich code base that includes PHP, JavaScript, and CSS.
Quick way for web programmers to find source code
September 22, 2008 | Filed under: Uncategorized
Ever wanted to finish a project quickly? Or do you just don’t know how to write something in PHP? The solution: Webcodebase.com, your solution to find source code in PHP, Javascript, ASP etc. On WCB you can find source snippets and use it in your applications free of charge with no license issues. Enjoy.
JCrop, semplice JavaScript per il ritaglio di immagini…
September 22, 2008 | Filed under: Uncategorized
Per maggiori info jooforge.eu
Mixtube: A muxtape-style youtube music player
September 22, 2008 | Filed under: Uncategorized
This site was inspired by the shut down of Muxtape.We realized that the music you listen to is already on YouTube, so we started with some source code from the Opentape folks (thank you!), added in the YouTube Javascript API, and we had a website.Hope you enjoy it!

