JavaScript

Tag details

Welcome to the 'JavaScript' tag page at Technorati. This page features content from the farthest reaches of the Blogosphere that authors have "tagged" with 'JavaScript'.

Look up Offsite Link "JavaScript" at The Free Dictionary

Latest blogosphere posts tagged “JavaScript”

  • Full Frontal ‘09: Simon Willison on Server-Side Javascript and Node.js


    Ajaxian Front PageAuthority Authority: 609
    Simon Willison snuck in a last-minute topic change, and is now going to give the server-side Javascript talk. The news of the past 24 hours is ChromeOS. For the first time in years, someone’s re-thinking how an OS should work. With Chrome, you turn on your computer and you’re in the browser. What’s really ...
    22 hours ago
  • Full Frontal ‘09: Stuart Langridge on HTML5 Features


    Ajaxian Front PageAuthority Authority: 609
    Stuart Langridge introduces us to some of the up-and-coming features were getting with current and future browsers, a nice complement to Robert Nymans talk, which covered the advanced features of "mainstream" (IE6-compatible) Javascript. After introducing the features that are there today, he also talks about how we ...
    23 hours ago
  • Full Frontal ‘09: PPK on Mobile Quirks and Practices


    Ajaxian Front PageAuthority Authority: 609
    PPK talks up the excitement of mobile web development, then brings the mood down a notch by listing the overwhelming array of browsers to be targeted! Quirksmode says it all . This talk is about quirks in mobile development, and some of the solutions out there. Mobile CSS Quirks So many platforms. Take just WebKit. ...
    1 day ago
  • Full Frontal ‘09: Robert Nyman on the Javascript Language


    Ajaxian Front PageAuthority Authority: 609
    Robert Nyman walks through some of the more subtle low-level features of Javascript, and some of the idioms that have emerged. Comparisons: Understanding identity (===) versus equality (==). Boolean expressions: Understanding how short-circuit logic ( if a && b wont eval b if a is true); Types: Type ...
    1 day ago
  • Toggle JavaScript and Plugins in Safari


    Peter UpfoldAuthority Authority: 107
    I don’t like to browse the web with JavaScript and Flash and so-on automatically enabled unless I think I need it. A large percentage of ‘web annoyances’ can be avoided simply by turning off JavaScript and plugins unless you really need them. There’s also a security argument to doing this too. In Firefox, I ...
    1 day ago
  • Full Frontal ‘09: Chris Heilmann on Javascript Security


    Ajaxian Front PageAuthority Authority: 609
    Its another Javascript conference! Full Frontal has kicked off in Brighton this morning ( fullfrontal09 on twitter ). First up is Ajaxian and Yahoo Chris Heilmann on Javascript security. The main theme is lets use Javascript sensibly and dont just blame the language when other things are creating the risks too. ...
    1 day ago
  • Internet Explorer 9 to sport GPU acceleration and HTML5 support


    Technology PunditAuthority Authority: 167
    Even if you dont have a favored fighter in the browser wars , you have to admit Microsofts Internet Explorer has been looking mighty unfit over the last few years. Younger and fitter contenders like Mozillas Firefox and Googles Chrome have arguably overtaken the old stalwart, and now Microsoft is making some ...
    1 day ago
  • Start Your Own Web Development Business


    Work Home MoneyAuthority Authority: 121
    Web Development consists of various activities. Web development is a broader process which includes several processes in it. The activities involved in web development are - Web design Web content development Web server configuration Client and server side configuration etc Web development refers to the ...
    1 day ago
  • Time Picker with child window


    Computer Programmers, Programming Forum | Young CodersAuthority Authority: 145
    This JavaScript code - date picker helps you choose a time through a popup window . Perhaps this feature is not new on [url="http://www.javascriptbank.com/"]J... detail at JavaScriptBank.com - 2.000+ free JavaScript codes Demo: Time Picker with child window How to setup Step 1 : Copy & Paste ...
    1 day ago
  • Can Adobe and Apple Play Nicely When–And If–The Tablet Shows Up?


    MediaMemoAuthority Authority: 747
    Brief-ish follow-up to yesterday’s story about Conde Nast’s plan to create tablet-friendly editions of its magazines with the help of Adobe: As many readers noted, one big problem–potentially–with the plan is that Adobe (ADBE) and Apple (AAPL) generally don’t play well together. And in the case of ...
    1 day ago
  • Get Up To Speed With Google Adsense To Super Charge Your Online Income


    Internet MarketingAuthority Authority: 146
    What’s Adsense? “Google AdSense may be a quick and straightforward manner for website publishers of all shapes to display relevant Google promotions on their website’s content pages and gain money.” -    Google, September 2009 Through some intelligent java script and coding, Google matches content on web ...
    1 day ago
  • Refactoring the JavaScript Color Picker - Step 1: Clean up the HTML and CSS


    John DyerAuthority Authority: 92
    On of the most popular posts on this blog was a color picker ( demo ) I created about 4 years ago and then released 2 years ago. It was based on the Prototype library which at the time was the only major mega-JavaScript library. Since then, others have ported the color picker to jQuery, MooTools, YUI, and other ...
    1 day ago
  • Image Swirl : Google’s Image search got Wonder Wheel


    Technology InfoAuthority Authority: 160
    Remember Wonder Wheel ? No but Of course you remember Google Search right!. Google Search has an option called as Wonder Wheel which shows up when you click on More Options. Idea of Wonder Wheel is to relate results with results which ultimately forms a tree like hierarchy.Google might bring the same concept for ...
    2 days ago
  • CSS creating styles for different a tags.


    kirupaForumAuthority Authority: 150
    so im updating this wordpress blog for someone else, and I noticed that there is a style for all tags giving the links a background-color: of blue. ok thats fine. For the links that I dont want a blue rollover bg, I just give it its own id so div#link a:hover{background-color:#FFFFFF} but it still gives it a bg ...
    2 days ago
  • Java/J2EE Developers required


    CareerGuruz.ComAuthority Authority: 151
    Java DevelopersSkills: Java Script, HTML, SQL ServerExp: 1 – 3 YearsLocation: ChennaiJob Description: Good Exposure to Java Script, HTML, SQL Server on Windows Platform. Selected Candidates should join with in 2 to 3 weeks.Interested Candidates can send their Profiles to rbalaji[at]melstar.comJava/J2EE Developers ...
    2 days ago
  • Camino 2.0 Released


    O'Grady's PowerPage - Your Mobile Technology DestinationAuthority Authority: 477
    Late Wednesday, the Camino Project released version 2.0 of Camino, its free, open source web browser. The new version, a 15.9 megabyte download , adds the following fixes and changes: Improved tabbed browsing: - The Tab Overview feature displays a grid of thumbnails of the tabs in the current window. - Tabs can be ...
    2 days ago
  • An Advanced Lightweight JavaScript Table Sorter: TinyTable V3


    Bit RepositoryAuthority Authority: 115
    If you are looking to enhance your HTML tables with alternate row highlighting , header class toggling , auto data type recognition , and selective column sorting then the new version of TinyTable can help you with these endeavors. This table sorter script weights only 6kb and has all the previous TinyTable ...
    2 days ago
  • JavaScript: Overcome Slow Loading JavaScript On A Web Page


    Snippet ITAuthority Authority: 115
    Sometime a web page may load slowly due to loading a third party JavaScript source file from other domain. Most of the time, a web site comes with advertisement scripts or scripts for keep tracking visitors and these scripts are normally provided by third parties like Google Adsense, Statcounter, Amazon and etc. When ...
    2 days ago
  • Check if server is online?


    kirupaForumAuthority Authority: 150
    T-T I cant figure this out. Im trying to check if a server is online, and I need to do it efficiently. I have no idea where to start, ive tried AJAX, but it doesnt really check if the server is online (it only checks if the URL is malformed) I know somebody knows how to do this!! So... anyone wanna help me fill this ...
    2 days ago
  • Moving Scroll Bar Clock Makes My Inner Web Designer Queasy [The Internet]


    GizmodoAuthority Authority: 898
    On the surface, scroll clock looks like a simple visual trick: Look, its a clock made out of moving scroll bars! This is a marginally clever animation! Then you realize that every one of them actually works. Its been a looooong time since Ive done anything resembling serous web design , so my initial reaction ...
    2 days ago

Comments about JavaScript

Personal attacks are NOT allowed
Please read our comment policy