Archive for 'Uncategorized'
Massively parallel crowd-sourced JavaScript app server cloud
December 7, 2008 | Filed under: Uncategorized
The article shows off a system that uses Google App Engine and Google Gears to build a massively parallel cloud where all clients can acts as web servers in the system. Skynet or at least SETI@home in the browser is coming.
Multiple ways to discern browsers at the CSS level
December 7, 2008 | Filed under: Uncategorized
Instead of resorting to Javascript, one might consciously want to exploit the fact that a lot of browsers do not support all the ’standardised’ CSS tags - thus, one could create a CSS stylesheet that includes work-arounds for most of the flawed browsers. This page explains how to use some of these exploits.
Opera 10 alpha: Compliant and faster–but not fastest
December 6, 2008 | Filed under: Uncategorized
A correction was made to this story. See below for details.Testing Opera 10 alpha confirms it can boast that it’s the second browser in development that is fully compliant with the Acid3 benchmarks. It’s also markedly faster than Opera 9.62 at processing JavaScript, but it’s half as fast as the fastest Web browser currently available.
Object Oriented Javascript
December 6, 2008 | Filed under: Uncategorized
Elegant solutions for mimicking inheritance and interfaces in javascript… can’t wait to see what comes next…
Create a Rollover Class
December 6, 2008 | Filed under: Uncategorized
An easy way to create rollovers using javascript and a html class.
jsFactory for Building Quick JavaScript Objects With States
December 6, 2008 | Filed under: Uncategorized
JavaScript needs a way to build objects in predefined or specialized states easily for use in testing. jsFactory allows us to do that.
Adobe Dreamweaver Cs4 Portable
December 6, 2008 | Filed under: Uncategorized
Adobe Dreamweaver is a web development application originally created by Macromedia and now owned by Adobe Systems, which acquired Macromedia in 2005.Dreamweaver is available for both Mac and Windows operating systems. Recent versions have incorporated support for web technologies such as CSS, JavaScript, and various server-side
Opera’s New Engine Slower than Chrome and Firefox, Aces Acid
December 5, 2008 | Filed under: Uncategorized
The new engine’s standards compliance, as evidenced by its perfect score on Acid3, will be a real feather in the browser’s cap. But with the future of the Web potentially shaping up to be all about Web applications, Opera 10’s (so far) unimpressive JavaScript performance may hurt its popularity.
Mashups Get a Hosted Database with NextDB.net
December 5, 2008 | Filed under: Uncategorized
NextDB is a hosted database accessible from JavaScript. Unlike a traditional database, NextDB does not require installation. A NextDB account lets you can create as many databases as you like. Entire database apps can be written in HTML and JavaScript.
Design 20
December 5, 2008 | Filed under: Uncategorized
tips and tricks wordpress, blogger, javascript, and other web tools.
Designing in Dreamweaver
December 5, 2008 | Filed under: Uncategorized
Organize the file structure of your new site. The best way is to create a simple sitemap before you’ve even started building your pages. Create separate folders for your images, style sheets and anything else you plan to include in your site (JavaScript, Flash…). It’s easy to do this using the file panel in Dreamweaver.
Using Splunk log analytics for development
December 5, 2008 | Filed under: Uncategorized
Sure, I use logs to troubleshoot problems, but I never gave it much thought as an analytics device since the rise of JavaScript based traffic analysis tools like Omniture and Google Analytics. I must say that I have sorely underestimated the power of logging.
JavaFXisn’t Java,it is statically typed javascript
December 5, 2008 | Filed under: Uncategorized
believe it or not, while SUN microsystems call it JavaFX, it is not java, it is really a statically typed dialect of the javascript language and here is the proof….
New Firefox Beta Faster Than FF3
December 5, 2008 | Filed under: Uncategorized
Mozilla fans can now play with the anticipated speedier JavaScript engine in the first beta for Firefox 3.1, as well as explore improvements to the Smart Location Bar and a slick interface for hotkey tab switching. Now available for Windows, Mac, and Linux users, the new JavaScript engine, called TraceMonkey, is not turned on by default.
First impressions with the Amazon Kindle
December 4, 2008 | Filed under: Uncategorized
The kindle has an (experimental) web browser, which will let you see very basic web pages. Its main restriction is that Javascript does not work properly. Since most modern websites are dynamic, this makes it very hard to have a good web experience.
Ganha 3 jogos Max Payne para a PS2 com a Castello Lopes
December 4, 2008 | Filed under: Uncategorized
Para te habilitares a este prémio tens de enviar um e-mail para geral@centralcomics.comEste endereço de e-mail está protegido contra spam bots, pelo que o JavaScript terá de estar activado para que possa visualizar o endereço de email com o assunto “MAX PAYNE” e o teu nome e morada completa junto com a resposta a uma pergunta! Lê mais aqui!
Browser Detection Made Very Easy | BrowserObject Browser Det
December 4, 2008 | Filed under: Uncategorized
BrowserObject is a server component detecting Web Browser capabilities such as supported technologies and version that is running on the clients. It performs browser detection to retrieve Web Browser name, version, JavaScript, Plug-ins, screen resolution, IP address, cookies, language, client time and many more in real-time in the Web server.
In The Loop - Be in the Loop!
December 4, 2008 | Filed under: Uncategorized
Not all plugins provide a way to automatically attach code before or after the post content. Or you might have some other HTML, CSS or JavaScript you’d like to include with every post. Now’s your chance. With In The Loop you can easily add any code you like to your posts and pages, and not have to do any messy …
DUSZA launch new look website design
December 4, 2008 | Filed under: Uncategorized
DUSZA launch new look website design which combines CSS XTHML effective Javascript which degrades gracefully and of course stunning design elements that youd come to expect from these design led web developers.
Javascript Diff Algorithm Unbelieveable
December 4, 2008 | Filed under: Uncategorized
This method takes two strings and calculates the differences in each. The final result is the ‘newFile’ marked up with HTML (to signify both deletions from the oldFile and additions to the newFile).Love it. We all need this!
HTML 5 Gecko Build
December 4, 2008 | Filed under: Uncategorized
Henri Sivonen has posted an exprimental Gecko build that parses HTML 5:
The level of quality is “It runs and some pages render!” This build is not at all suitable for normal browsing use. Please don’t use it with your usual Firefox profile. There are numerous known issues starting with bogus memory management (leaking everything in the parser!), lack of …
CanvasTurtle
December 4, 2008 | Filed under: Uncategorized
Eiten Suez, author of jMatter, has been up to some fun hacking recently. He just released CanvasTurtle a JavaScript and Canvas version of the old favourite TurtlePascal.
You can build snow flakes with code like this:
PLAIN TEXT
JAVASCRIPT:
function side(size, level) {
if (level==0) {
fd(size);
return;
}
side(size/3, level-1);
…
Firefox Beats Chrome And Webkit Eats Them For Breakfast
December 4, 2008 | Filed under: Uncategorized
While there will always be fanboys who prefer one browser over another (where the hell is my Opera on webkit?) - the one thing that we can agree on is that its a winning situation for everyone as all these rendering engines, javascript engines and, in the case of Chrome and Firefox, browsers are open source.
RSS Feed to Webpage Content
December 3, 2008 | Filed under: Uncategorized
This handy site allows you to take a rss feed and make it into a short javascript code that displays the rss as content. Make fancy pages with this easy little tool.
I am a Java developer. Should I know about DIV ?
December 3, 2008 | Filed under: Uncategorized
I’ve seen many newcomers to Java language has been discussing this topic with themselves when they are given training in HTML and web design.For many of those folks, JavaScript is the another name for a nightmare. Few tips from my side for those people.
Blog | Interfete Web
December 3, 2008 | Filed under: Uncategorized
Blog despre interfete web - utilizabilitate, accesibilitate, functionalitate. Articole legate de CSS, JavaScript si tehnologii server-side folosite in proiectarea interfetelor web evoluate.
Interfete Web - utilizabilitate, accesibilitate, functionali
December 3, 2008 | Filed under: Uncategorized
Firma care se ocupa cu proiectarea, analiza si optimizarea interfetelor web. Cu ajutorul tehnologiilor web moderne - html, css, javascript - sunt adresate problemele legate de utilizabilitatea, accesibilitatea si functionalitatea interfetelor web
Decoupling data and UI layers with PubSub architecture
December 3, 2008 | Filed under: Uncategorized
Marcus Westin (who we featured on finger print) gave a talk at the SF JavaScript meetup on a top that is very interesting:
One common issue in my experience are intricate dependencies between the UI and data models. Decoupling these is a huge benefit with respect to maintainability. The PubSub model is a great way to do it!
I’ve …
Origramy - Flash graph editor/viewer component
December 3, 2008 | Filed under: Uncategorized
Origramy is a flash component for editing and displaying diagrams and graphs, workflows, organograms, fluxograms, timelines, tree structures, business processes and even build simple presentations. Component data is stored in XML format which allows to modify the data dynamically on the site Has rich UI, JavaScript support and ready PHP soltution.
Javscript si mecanismul inchiderilor
December 3, 2008 | Filed under: Uncategorized
Javascript suporta un mecanism de programare foarte avansat, care poarta numele de inchideri (in engleza, closures). Din acest punct de vedere reuseste sa depaseasca limbaje consacrate ca C si Java. Aflati mai multe despre ce sunt inchiderile si de ce sunt utile in constructia unor interfete web care ruleaza mai bine, in acest articol.
asynchron multiple file upload
December 3, 2008 | Filed under: Uncategorized
This is a script that can upload multiple files using javascript and iframe.
Facebook Identified As Phishing Site
December 3, 2008 | Filed under: Uncategorized
It seems as if Facebook has been compromised, and is serving several .CSS files that have been identified as “Phishing Sites“. There’s also malicious javascript code on the homepage.
Digg-It! - Gadget for Google Sites
December 3, 2008 | Filed under: Uncategorized
How to add the “Digg this” button into a Google Sites web page, which does not accept javascript embedding directly, by using Google Gadgets.
Menyisipkan Java Script di Tengah-tengah Posting BlogSpot
December 3, 2008 | Filed under: Uncategorized
javascript ini bisa berupa code iklan ppc sepertil google adsense, adbrite, bidvertiser, ppc indo, kumpul blogger, klik saya dll
Simple ul list with a nice slide-out effect for element
December 2, 2008 | Filed under: Uncategorized
In the past weeks some readers of this blog asked to me what’s a simple way to implement an animated “disappear” effect (using unobtrusive JavaScript code) for an element of a list when an user clicks on a link contained into a element of that list.
NHL Continues to Ignore Voting Issues
December 2, 2008 | Filed under: Uncategorized
Through its previous actions the NHL has shown fans that voting by script will not only be tolerated, but they have encouraged it. They have equated “automatically voting via JavaScript” with “devoted fans.” We continue to stand by our intention to boycott the game regardless of who is selected onto the team due to the inaction of the NHL.
Shouting From The Clouds
December 2, 2008 | Filed under: Uncategorized
JavaScripts widgets are not a new idea. The new idea come in when you can carry these widget with you across websites.
Debug JavaScript in Internet Explorer
December 2, 2008 | Filed under: Uncategorized
How to use Visual Web Developer to get firebug like debugging in Internet Explorer.
Translate-It: Easy Translation Tool for Websites (Free)
December 2, 2008 | Filed under: Uncategorized
With Translate-It you can quickly add up to 34 languages of translation to your website. It’s an easy to use, customizable Javascript with a nice flag interface that leverages Google Translate.
Apparently God Likes JavaScript.
December 2, 2008 | Filed under: Uncategorized
This morning, I was using Google to search for a bible verse…
Fix for Problems in IE Using Lightwindow
December 2, 2008 | Filed under: Uncategorized
Basically the issue is summed up like this: when creating an iframe element in IE using the javascript .createElement(’iframe’); the iframe is created fine but it is not possible to assign it a name tag for some reason.
Seperating HTML, CSS and Javascript - unobstrusive javascrip
December 2, 2008 | Filed under: Uncategorized
How to seperate the content, style and behaviour layers of a web page. Ends up with some (very) simple javascript to automatically add in onClick behaviours to elements with certain classnames.
S5 Presentations with CSS Transitions
December 2, 2008 | Filed under: Uncategorized
Shawn Lauriat hacked CSS Transition support into the presentation app S5. Now he has posted slides from one of his talks that uses the functionality.
See how you can add fun (or annoying
transitions to your S5 prezos, even on the iPhone:
XBug: New JavaScript Debugger
December 2, 2008 | Filed under: Uncategorized
Greg Salisbury has released a new JavaScript debugger called XBug that “currently runs on the Windows XP/Vista platform, but, it can also be used to debug webpages on Windows or Linux servers. It’s cross-browser compatible, and works with Chrome, Firefox 2/3, IE 6/7, and Safari 3. After selecting your web page, you can then trace or step …
JavaScript: Pass by Value: Pass by Reference
December 2, 2008 | Filed under: Uncategorized
JavaScript: Pass by Value: Pass by Reference
WE RELEASED THE GENERAL PHP CLASS MAILTO
December 2, 2008 | Filed under: Uncategorized
Mailto is a class written by Debugged Interactive Designs in PHP4 to obfuscate e-mail addresses from spam harvesters. The class lets you easily encode an entire anchor tag using ROT13 Encryption. At run-time, javascript is used to decode the ROT13 encryption.
CSS/javascript 在 IE 與 Firefox 下的差別
December 1, 2008 | Filed under: Uncategorized
鑑於寫網頁時,經常碰到 IE 與 Firefox 瀏覽器相容性的問題,即同樣的 CSS 或 javascript code, 在兩個瀏覽器上看起來有所偏差,造成設計上的困擾,因此我從網路上整理了下面這些常見的 IE 與 Firefox 解析 CSS/javascript 上的不同之處以及解決方法
Operator dalam JavaScript
December 1, 2008 | Filed under: Uncategorized
Bagi yang baru belajar javascript sangat penting untuk memahami javascript itu sendiri. Dan untuk memahami javascript itu, kita harus memahami terlebih dahulu Operator dalam Javascript.
Forumwarz - A Great Time-Sink Web RPG
December 1, 2008 | Filed under: Uncategorized
This is a web RPG like you’ve never experienced before. It mocks almost every website imaginable and every meme it can lay it’s hands on. Written in Ruby On Rails and Javascript, this game is much deeper than you think it will be. Currently, Episode 1 is free, but Episode 2 costs about $10. Enjoy!
An alternative to sIFR
December 1, 2008 | Filed under: Uncategorized
sIFR isn’t to everyone’s taste however, mainly down to the fact that it is heavy on server load, with the relevant Flash, Javascript and CSS files taking a meaty chunk out of the browsers performance. My current agency have taken the steps to ban sIFR from all future web builds, mainly due to these inefficiencies. Roll on an alternative…

