Click here to read about celebrity scandals
| Internet Explorer cannot open the Internet... Operation aborted |
| Published: March 9, 2007, 9:50 am |
| Tags: Web Development, Javascript, Browser Bugs, Errors, Web Applications |
| the following error with my javascript code embedded into the page: Internet Explorer cannot open the Internet site http://www.domain.com/index.php?title=Main_Page&action=edit. Operation aborted It took me about 3 hours to debug the code. The page loads normally in a Mozilla browser but then throws an error in IE. The javascript |
|
|
| Pro JavaScript Techniques (Book review) |
| Published: June 13, 2007, 5:40 pm |
| Tags: Javascript, Reviews |
| parts: Introducing Modern JavaScript Professional JavaScript Development Unobtrusive JavaScript Ajax The Future of JavaScript Appendixes The meat of the book is in the "Professional JavaScript Development" and "Unobtrusive JavaScript" parts. The former explains advanced concepts (such as the object-oriented JavaScript I mentioned) that |
|
|
| New .Mac galleries leverage open source frameworks |
| Published: August 7, 2007, 2:30 pm |
| Tags: Mac, Apple, Javascript, Opensoure, Sproutcore, Sproutit |
| (a set of open source javascript libraries that handle things like animation). If that's isn't Web 2.0 enough for you, I don't know what is.Read Permalink Email this Comments |
|
|
| Performance tips for web applications |
| Published: August 1, 2007, 12:27 pm |
| Tags: Apache, Amazon Ecs, Performance, Php, Javascript, Css |
| text/xml application/x-javascript Or you can write PHP code for delivering gzipped contents. The following piece of code delivers any javascript file as a gzipped one. <?php //gzipjs.php ob_start(”ob_gzhandler”); header(”Content-type: text/javascript; charset: UTF-8″); header(”Cache-Control: |
|
|
| List of RSS Feeds I read almost everyday |
| Published: July 12, 2007, 5:11 am |
| Tags: Books Amp 038 Magazines, Mysql, Cool Website, Cool Webapps, Software Update, Idea, Foss, Css, Ajax, Javascript, Php, Blogroll, Opensource |
| 31. Technorati Javascript Links : http://feeds.technorati.com/search/Javascript 32. Technorati PHP Links: http://feeds.technorati.com/search/PHP 33. Veerle’s Blog : http://feeds.feedburner.com/veerlesblog 34. Web2List : http://feeds.feedburner.com/Web2list 35. Zen Habits : http://feeds.feedburner.com/zenhabits 36. Del.icio.us |
|
|
| Drag and Drop Javascript |
| Published: August 13, 2007, 1:03 am |
| Tags: Web Development, Javascript |
| Drag and drop mechanics are pretty interesting today. Most library implementations do similar things, notwithstanding to various extents. Example of drag and drop implementations are on Yahoo, Mootools, and Script.aculo.us. A drag and drop primarily consists of a few events (moments in time, not DOM events). There's the moment when a drag is |
|
|
| JavaScript interaction must be input device independent |
| Published: August 21, 2007, 4:04 pm |
| Tags: Accessibility, Javascript |
| CSS to hide an element and JavaScript to show it creates accessibility problems since people with CSS on and JavaScript off will not be able to display the hidden elements. The way around this problem is to use JavaScript to hide the elements as well. I am doing it the bad way here since it makes it easier to follow the examples. The better |
|
|
| Firefox Tip: Resize Firefox with a Bookmarklet |
| Published: August 24, 2007, 11:00 am |
| Tags: Bookmarklets, Firefox, Firefox Tip, Javascript |
| as the location: javascript:window.resizeTo(1280,1050); Substitute 1280 and 1050 with values appropriate for your monitor size. Clicking the bookmark will instantly resize your window. You will need to make sure JavaScript is enabled in the Firefox preferences. Thanks, Domen! |
|
|
| Microsoft Research’s AJAX (JavaScript) Viewer |
| Published: August 24, 2007, 1:01 pm |
| Tags: General Development, Microsoft, Javascript, Ajax |
| digging into and seeing how JavaScript is handled and performs. How’s it work? Load up the current prototype (read: very alpha… VERY alpha) ajax proxy; set your IE to use localhost:8888 as a proxy server, and browse to your development or public AJAX sites. To view the log, browse to a fake url as noted in the |
|
|
| HTTP_REFERER XSS Exploit Explained |
| Published: June 20, 2007, 12:09 pm |
| Tags: Web Development, Defensive, Escaping, Exploits, F Open, Html, Javascript, Login, Php, Programming, Redirect, Script, Security, Vulnerability, Xss |
| hidden field, adding some javascript inside the code which alerts ‘XSS’ and also shows another input field that has some value already in it . So, how can the bad guys do bad, if the return value is posted, no cookies are stored (the usual stuff that comes in XSS)? Well, the idea stands in DOM and javascript. They can embed some |
|
|
| Google search for Free XXX clips returns tons of .edu sites |
| Published: June 11, 2007, 3:47 pm |
| Tags: Javascript, Google, Seo |
| (Be very careful .. TURN OFF JavaScript from the tools menu of your browser or else you may end up landing in some crappy site.) But Googlebot is blind to javascripts and so it crawled the page on 10th June, 2007 at 14:34:11 GMT. Whats the problem with the page It is stuffed with XXX keywords, a trap for the bots to crawl the pages. Yup .. you |
|
|
| Mahalo's Anti-Plagiarism Tool |
| Published: September 7, 2007, 2:13 pm |
| Tags: Products, Articles, Bookmarklet, Content Theft, Copyright Infringement, Google, Javascript, Mahalo, Plagiarism, Plagiarism Detection |
| Mahalo has created a simple javascript bookmarklet to look for plagiarized or duplicate content. The idea is that, by helping its human editors detect unoriginal content, they can better filter out unwanted sites from their results pages. However, the tool they created is not just available to editors at the Mahalo site, but to anyone that might |
|
|
| Welcome to JavaWorld.com |
| Published: December 31, 1969, 7:00 pm |
| Tags: Java, Javascript, Ajax, Java Platform, J2ee, Application Development, Open Source, Java Technology |
| JavaWorld.com is the leading independent source for Java™ technology programmers and enterprise managers who require more information about Java programming language and related technologies. Tags: java, javascript, ajax, java platform, j2ee, application development, open source, java technology Rank 5.0 Vote 1 Rating 9 |
|
|
| Do-It-Yourself AJAX - A new appreciation |
| Published: September 12, 2007, 12:49 pm |
| Tags: Visual Studio 2008, Visual Studio 2005, Javascript, Ajax |
| doing this stuff by hand in JavaScript day-in and day-out. Will Asrari’s desire to roll his own AJAX astonishes me in the stuff he deals with (and likes it!). Also, I have gained an even greater appreciation for some of the auto-magic things that the AJAX framework in .NET does for me, both in 1.0 and 3.5 (3.5 is even better with the |
|
|
| How to create an unobtrusive print this page link with JavaScript |
| Published: September 14, 2007, 11:15 am |
| Tags: Javascript, Usability |
| like this: <a href="javascript:window.print()">Print this page</a> While that does work for most users, it doesn't separate content from behaviour. It also uses the fake javascript: protocol. But worst of all, it will confuse people browsing without JavaScript. The link will still be there, but when they click it, nothing |
|
|