Archive for 'Uncategorized'
The wild west of javascript.
October 10, 2008 | Filed under: Uncategorized
A detailed look at JavaScript selection issues in Internet Explorer — the untamed wild west of web dev. Contains analysis and several workarounds for a truly nasty JavaScript/IE bug
Browsers and Javascript performance
October 10, 2008 | Filed under: Uncategorized
A comparison between a number of browsers and versions, and their Javascript Performance. Results are based on 5 different benchmarks, and contain rankings both with and without stability-adjustments.
Useful scripts | php, asp, Dot Net, Java, Perl, JavaScript a
October 10, 2008 | Filed under: Uncategorized
List of useful scripts
Check - Uncheck checkboxes on button click using javascript
October 9, 2008 | Filed under: Uncategorized
Put the below Javascript function in the head section of your web pagefunction chk(Select){for (var i=0; i < document.forms[0].length; i++)if (document.forms[0].elements[i].type==”checkbox”)document.forms[0].elements[i].checked=Select;return false;}Now on “onClientclick” property of a Button just write this code
fuck old ass McCain and Palin
October 9, 2008 | Filed under: Uncategorized
fuck old ass McCain and Palin. Hello, you either have JavaScript turned off or an old version of Adobes Flash Player. …
How ASP.Net control can be accessed or used in javascript
October 9, 2008 | Filed under: Uncategorized
If you want to use your ASP.Net control in a JavaScript function, by using its clientid it can be used or accessed in a javascript function.
How to Return strike String Javascript
October 9, 2008 | Filed under: Uncategorized
Return strike String in Javascript using strike method
Exclusive iPhone in Action Chapter Downloads
October 9, 2008 | Filed under: Uncategorized
Now that the NDA has been released, book publishers are finally able to get out their wares. Christopher Allen and Shannon Appelcline have written iPhone in Action, and have kindly given the Ajaxian community free downloads of a couple of the early access chapters:
SDK Programming for Web Developers delves into the introduction to Objective-C and MVC
Creating a …
JavaScript domFunction
October 9, 2008 | Filed under: Uncategorized
domFunction is an easy-to-use helper script, that allows other DOM scripting to run before window.onload; the practical benefit is that javascript doesn’t have to wait for images or other dependencies to finish loading anymore - it can begin as soon as the DOM is ready :^)It works in all DOM-capable browsers except Mac/IE5, Safari 1.0, or KDE
Chrome start race om JavaScript milisecondes
October 9, 2008 | Filed under: Uncategorized
Afgelopen september mag in browserland met recht een Chrome-maand genoemd worden. Aan het begin van de maand verscheen de bèta versie van de browser. Benchmarks, die gedurende de maand verschenen, lieten zien dat de browser heer en meester is. Start Google hiermee de race om de JavaScript milisecondes?
Redirecting - status codes and client-side methods
October 9, 2008 | Filed under: Uncategorized
There are many ways to redirect visitors to different pages, such as through 301 and 302 status codes, as well as client-side metas or JavaScript. But there is a place for each method!
Javascript mit CDATA korrekt in XHTML einbinden
October 9, 2008 | Filed under: Uncategorized
Article about correct and cross-browser friendly inclution of javascript.
Introduction to User JavaScript
October 9, 2008 | Filed under: Uncategorized
User JavaScript is an Opera feature allowing you to apply custom JavaScript to any pages you surf to, giving you extra control over how sites are presented or loaded. There are many different reasons for you to apply custom JavaScript to web pages, including:
Recovering Blurred Text Using Photoshop and JavaScript
October 8, 2008 | Filed under: Uncategorized
An anonymous reader writes “There’s been a lot of talk about recovering blurred or pixelated text, but here’s an actual implementation using nothing but Photoshop and a little JavaScript.
Where to upload javascript .js files used for blogs on
October 8, 2008 | Filed under: Uncategorized
Where to upload javascript .js files used for blogs on blogger or wordpress
JavaScript Adoption has Lead to a Better Internet Experience
October 8, 2008 | Filed under: Uncategorized
JavaScript is not a new technology and has actually been around since 1995. Early on, website developers looked at it and had a hard time wrapping their heads around the potential of JavaScript. JavaScript now runs amazingly fast, is secure, and works great in all modern web browsers.
Pop up window Post back
October 8, 2008 | Filed under: Uncategorized
Here’s a tip if you need to do postback in a popup window. I wasusing the JavaScript showModalDialog function to launch an ASP.NET page in apopup window.
JavaScript Hack: Embedding Wikipedia summaries in articles
October 8, 2008 | Filed under: Uncategorized
A small, light-weight Wikipedia summary/preview box that lets you include the first bit of a Wikipedia article in popups in your blog post, article, etc.
How Can I Hide a DIV until show is clicked - GeekIMO.com
October 8, 2008 | Filed under: Uncategorized
I answered a thread on Javascript, How to hide a DIV when the page loads, Then have it shown via clicking a text/image link. My response still shows the “show” link when it’s been clicked, how do i make this disappear?
Z-War - 100% Javascript Game
October 8, 2008 | Filed under: Uncategorized
Fight off hordes of Zombies, explore vast, richly detailed maps and even make your own using the map editor, Mallet. And don’t forget - apart from the sound, there isn’t any Flash or Canvas in sight - it’s all Javascript.
Three common mistakes in JavaScript / EcmaScript
October 8, 2008 | Filed under: Uncategorized
Here are three common mistakes I’ve seen recently in script files.
Firefox Extension Blocks Dangerous Web Attack
October 8, 2008 | Filed under: Uncategorized
A popular free security tool for the Firefox browser has been upgraded to block one of the most dangerous and troubling security problems facing the Web today.NoScript is a small application that integrates into Firefox. It blocks scripts in programming languages such as JavaScript and Java from executing on untrusted Web pages.
The myths and reality of XHTML
October 8, 2008 | Filed under: Uncategorized
Lack of support for XHTML is a fact of life on the web in 2008. Prior to the 3.0 series of Firefox the XHTML processor in Gecko was so poor that Mozilla’s own engineers recommended against it[27]; no version of Internet Explorer up to, and including, IE 8 support XHTML at all, and a number of other browsers such as …
Wikipedia For Linux Scripting
October 8, 2008 | Filed under: Uncategorized
LinuxEdit has created a website that allows users to submit scripts for Bash, PHP, Perl, Python, Ruby and JavaScript. Once users have created a script, other users will be able to help expand it.The overall goal is to create a site that allows users to collectively create and modify scripts. All scripts created will be licensed under the GPL.
Javascript: checking if a function exists
October 8, 2008 | Filed under: Uncategorized
Javascript throws nasty errors if you try to use an object or method which doesn’t exist - here’s a safe way to test
Extreme JavaScript Performance; John Resig on Ars
October 8, 2008 | Filed under: Uncategorized
Ars Technica has a new columnist, John Resig. His first piece is on Extreme JavaScript Performance which has started to come to us in abundance recently!
His article focuses on the latest updates to the fish, SquirrelFish Extreme:
A popular technique that is gaining traction amongst JavaScript engine implementers is that of optimizing the engine, while it’s still processing the JavaScript …
Creating Dynamic Websites Using JavaScript
October 8, 2008 | Filed under: Uncategorized
In the last article we discussed a method for creating a modular Javascript toolbox. Having this ability is a great boon for rapid development, but does little in the way of being very useful on its own–so this week we’ll move on to one of the most common uses for Javascript since its debut: modifying the appearance of your website!
Understanding Progressive Enhancement
October 8, 2008 | Filed under: Uncategorized
To understand Progressive Enhancement, think of it as a Peanut M&M: Start with your content peanut, marked up in rich, semantic (X)HTML. Coat that content with a layer of rich, creamy CSS. Finally, add JavaScript as the hard candy shell to make a wonderfully tasty treat (and keep it from melting in your hands).
Nikon ShowOff Media Port UP300x Their 1st Multimedia Headset
October 7, 2008 | Filed under: Uncategorized
It compatible with HTML 4.01, JavaScript and also Flash Version 7.
PC Webcams Might Silently Spy On Users Through Clickjacking
October 7, 2008 | Filed under: Uncategorized
Security researcher has released a demo of a “clickjacking” attack, using a JavaScript game to turn any browser into a surveillance zombie. The proof-of-concept game uses a PC’s video cam and microphone to secretly spy on the player. Clickjacking affects all the major desktop platforms: Internet Explorer, Mozilla Firefox, Apple Safari, and Opera
How to make CSS tooltips
October 7, 2008 | Filed under: Uncategorized
Have you ever wonder how to make tooltips without using javascript? It’s very simple and with very little code you can make something very attractive.
Chrome Javascript Plugin: PageRank Status Checker - Check th
October 7, 2008 | Filed under: Uncategorized
With IE or Firefox, we can install Google Toolbar & Alexa Toolbar to check the Google PageRank and Alex Rank. Unfortunately, the cureent version of Google Chrome doesn’t support any externsions such as Google Toolbar & Alex Toolbar. So I developed a Javascript Plug-in that allows Google Chrome user to check the PageRank of the page you are browsing
Cửa cuốn chống cháy bằng thép
October 7, 2008 | Filed under: Uncategorized
Đơn giá: Đây là sản phẩm được bán đồng bộ xin vui lòng gửi cho chúng tôi kích thước và thông số yêu cầu kỹ thuật của bạn.Theo địa chỉ Email: austdoorvietnam@gmail.comThis e-mail address is being protected from spambots. You need JavaScript enabled to view itGiới thiệu: Cửa cuốn bằng thép chống cháy được thiết kế tự động đóng trong …
Review of The Art & Science of JavaScript book.
October 7, 2008 | Filed under: Uncategorized
There is always a market for good well written books on JavaScript, and this is one such book. Sporting a clean, colourful layout, SitePoints’ newest “Art and Science” book takes the reader though a couple of chapters that show off what the newest generation of web browsers are capable of.
Regex performance in modern JSVMs
October 7, 2008 | Filed under: Uncategorized
Based on its performance on the regexes it does handle, WREC (WebKit Regular Expression Compiler) is indeed an awesome design. regexp-dna.js, however, is flawed and exaggerates SFX performance.
We could use nanojit to make a regex compiler for SpiderMonkey that would perform as well as WREC. But I don’t know if it’s worthwhile yet. Regex performance is much less important for …
Extreme JavaScript Performance with SquirrelFish Extreme
October 7, 2008 | Filed under: Uncategorized
SquirrelFish Extreme is an amalgam of improvements to the JavaScript engine that powers WebKit, made over the course of the last couple months, combined with a brand new form of property caching and a just-in-time compilation.
Multiline HTML tooltip
October 7, 2008 | Filed under: Uncategorized
Nice description of how to make a multiline tooltip using HTML, CSS and java-script.
Firelight: JavaScript + SVG = almost-Silverlight
October 7, 2008 | Filed under: Uncategorized
Firelight is a partial implementation of Microsoft’s Silverlight for contemporary browsers. It works without a plugin.
Adding Javascript, PHP, CSS in Joomla 1.5 content
October 7, 2008 | Filed under: Uncategorized
Plugin that allow joomla user to add javascript, php and css in joomla content,sections, categories, modules, components, META tags, and etc
KDE 4.1.2 Released, Deletes Files Faster
October 7, 2008 | Filed under: Uncategorized
KDE 4.1.2 is now available as another monthly point update for the KDE 4.1 code-base. This release contains several enhancements to this desktop environment, among which is the new JavaScript bytecode interpreter “Frostbyte” for KHTML, Kopete fixes, KGpg fixes, and the delete file operation has been sped up by approximately 32 times.
Very Fast and Secured Myspace Proxy
October 6, 2008 | Filed under: Uncategorized
Proxy site for browsing the blocked content on the web from school or work. Site based on new php proxy release which includes multiple javaScript fixes. Proxy now works perfectly in Facebook, Myspace, Orkut, Youtube and even Digg.
Window LIVE mail / Hotmail Javascript Problem
October 6, 2008 | Filed under: Uncategorized
Solution is proxy setting if you are Singnet users
Create application simulations with the Simulation Producer
October 6, 2008 | Filed under: Uncategorized
Discover the Simulation Producer, a Microsoft Foundation Class, Visual C++ application that creates application simulations that can be displayed in many modes: as a Java applet, as a Flash movie, and as JavaScript. Updates include Movie Mode capture capability and enhancements to simulation scripting, playback controls, and template functionality.
SMIL 3.0 Reaches Proposed Recommendation
October 6, 2008 | Filed under: Uncategorized
Synchronized Multimedia Integration Language (or SMIL) 3.0 has now become a proposed recommendation at the W3C. SMIL hasn’t been widely used, but some of it is widely supported thanks to ACID tests that had the browser vendors put it in.
3.0 has the following goals:
Define an XML-based language that allows authors to write interactive
multimedia presentations. …
Mecca: A new social browser
October 6, 2008 | Filed under: Uncategorized
Mecca is a new browser by the prolific Todd Ditchendorf of Fluid fame. It is currently in the works, and features:
Open Plug-in Architecture
Built-in Userscripting
Userstyles
ÜberView for Plug-in Split Views
Global Keyboard Shortcut
Single-Window Browsing Mode
BrowsaBrowsa Plug-in for Sidebars
Session Restore
Full-Screen Mode
Customizable Shortcuts
Integrated Gears-loading (InputManager)
Hidden “Closed” Windows
Thumbnail Plug-in for CoverFlow
TinyURL creation/expansion
Automatic Software Updates
Custom User-Agent Strings
Full WebInspector
Custom Window Opacity/Level/Style
It looks …
Integer Parsing in JavaScript � Useful scripts | php, asp, D
October 6, 2008 | Filed under: Uncategorized
Integer.parseint and parse float methods tips and tracks and usability
Understanding iPhone JavaScript Extensions
October 6, 2008 | Filed under: Uncategorized
Apple has introduced a number of extensions to the JavaScript programming language to assist iPhone Web developers. Including new fast lookup functions, native SVG graphics processing, CSS effects, database storage and full screen mode.
Free Article Mix : New Customizable JavaScript Menu for Web
October 6, 2008 | Filed under: Uncategorized
Minsk, Belarus, October 11, 2005 — Software development company Scand released its new product - dhtmlxMenu v1.0. This JavaScript menu enables web developers to design and edit a simple DHTML menu in a very convenient way.
Helvetica vs. Arial vs. Helvetica Neue
October 5, 2008 | Filed under: Uncategorized
Helvetica looks like crap on Windows, but looks better than Arial on Mac. You can’t get it completely right with CSS alone, but with a touch of javascript you can have your typographic cake and eat it too.
Javascript Plugins: Download YouTube Videos/Moives in Google
October 5, 2008 | Filed under: Uncategorized
If you want to download YouTube Video/Movie in Google Chrome, you can try following Javascript plugins, it will instantly get the video URL from the webpage even if it’s not yet finished loading. No Website or software is needed.Install this Javascript Plug-in is very easy, please do following steps:

