Skip to main content

Home/ Web Development, Design & Programming/ Group items tagged JavaScript

Rss Feed Group items tagged

Raja uk

Simple AJAX progress bar | Ajaxmint.com - 0 views

  •  
    With few lines of JavaScript and CSS you can make simple AJAX progress bar. JavaScript will periodically ask for progress value and server will respond with XML. Progress value should be extracted from the XML and displayed as width of the DIV element.
Jochen Burkhard

What's new in Ext JS - 0 views

  •  
    Summary:  Ext JS is an advanced JavaScript framework that not only supports and simplifies the foundations of Asynchronous JavaScript and XML (Ajax) development, but also maintains a large toolkit of reusable UI components. In this article, get a tour of the new features and updates to this framework, which currently stands at version 3.1.
awqi zar

Node.js Tutorial Roundup | blogfreakz.com - 5 views

  •  
    Javascript has always been important but usually it just hangs around in your browser, getting stuff done. The buzz on the internet is node.js, an event based, server side javascript based on Google's super-fast V8 engine. It allows you to make high performance, large scale applications. There still aren't that many tutorials out there, with the same ones getting republished over and over again. If you're going to use node.js for a web app for your free website they are worth taking a look at. Here are some of the best:
qualitypoint Tech

Knols for Learning JavaScript - 2 views

  •  
    Feel Free to update this list if you find any other useful link for learning JavaScript.
wscubetech

Javascript Quiz and Questions, Javascript Online Test - 0 views

  •  
    This quiz panel will help you to understand fundamental javascript dynamically, it is a great help for job seeking personal
boardcode

Amazing android app to learn JavaScript - 0 views

  •  
    In many times we listen about websites, designing websites, web application, HTML ,CSS , JavaScript... etc . In this blog we'll...
solaceinfotech

Top 3 Javascript (Js) Frameworks for 2019 - Solace Infotech Pvt Ltd - 0 views

  •  
    Top 3 Javascript (Js) Frameworks for 2019
Siddhi Infosoft

Significance of Javascript Framework for coding easier and faster. - 0 views

  •  
    If you want to know why do you need a Javascript framework, here is all that you have been looking for that helps to make coding easier and faster.
Vernon Fowler

Best Practices for Speeding Up Your Web Site - 1 views

  • Arranging the images in the sprite horizontally as opposed to vertically usually results in a smaller file size. Combining similar colors in a sprite helps you keep the color count low, ideally under 256 colors so to fit in a PNG8. "Be mobile-friendly" and don't leave big gaps between the images in a sprite. This doesn't affect the file size as much but requires less memory for the user agent to decompress the image into a pixel map. 100x100 image is 10 thousand pixels, where 1000x1000 is 1 million pixels
  • Minification is the practice of removing unnecessary characters from code to reduce its size thereby improving load times. When code is minified all comments are removed, as well as unneeded white space characters (space, newline, and tab). In the case of JavaScript, this improves response time performance because the size of the downloaded file is reduced.
  • Many web sites fall in the middle of these metrics. For these sites, the best solution generally is to deploy the JavaScript and CSS as external files. The only exception where inlining is preferable is with home pages, such as Yahoo!'s front page and My Yahoo!. Home pages that have few (perhaps only one) page view per session may find that inlining JavaScript and CSS results in faster end-user response times. For front pages that are typically the first of many page views, there are techniques that leverage the reduction of HTTP requests that inlining provides, as well as the caching benefits achieved through using external files. One such technique is to inline JavaScript and CSS in the front page, but dynamically download the external files after the page has finished loading. Subsequent pages would reference the external files that should already be in the browser's cache.
  • ...1 more annotation...
  • CSS Sprites are the preferred method for reducing the number of image requests. Combine your background images into a single image and use the CSS background-image and background-position properties to display the desired image segment.
Luciano Ferrer

PanoJS3 - pure JavaScript viewer for huge images - 0 views

  •  
    "PanoJS3 - An interactive JavaScript widget for panning and zooming a panoramic image stitched together dynamically from smaller tiles. This widget can be used for viewing images that are much larger than the available space in the browser viewport. Examples include panoramas, maps or high resolution document scans."
ghostman905

Make Iphone apps using HTML5 - CSS - JAVASCRIPT - 0 views

  •  
    design, and develop you iphone software using html5, and javascript
jennifer brown

Seven HTML5 CSS and Java Script Frameworks for Creating Beautiful Mobile Apps - 0 views

  •  
    Today, most of us are familiar with HTML, CSS, and JavaScript. These have been in use for several years now to create beautiful and mesmerizing websites. However, it is now possible to create a range of mobile applications with the help of HTML, CSS, and JavaScript.
jdr santos

Modernizr - 0 views

  •  
    Modernizr adds classes to the element which allow you to target specific browser functionality in your stylesheet. You don't actually need to write any Javascript to use it.
  •  
    Modernizr adds classes to the element which allow you to target specific browser functionality in your stylesheet. You don't actually need to write any Javascript to use it.
Jochen Burkhard

Building iPhone Apps with HTML, CSS, and JavaScript - 0 views

  •  
    "If you know HTML, CSS, and JavaScript, you already have what you need to develop your own iPhone apps. With this book, you'll learn how to use these open source web technologies to design and build apps for both the iPhone and iPod Touch."
  •  
    Free like in Free Beer.
awqi zar

code · Video for Everybody! - 8 views

  •  
    Video for Everybody is simply a chunk of HTML code that embeds a video into a website using the HTML5 element, falling back to QuickTime and Flash automatically, without the use of JavaScript or browser-sniffing. It therefore works in RSS readers (no JavaScript), on the iPhone / iPad (don't support Flash) and on many, many browsers and platforms.
Raja uk

Javascript Fisheye Example | Mootools | Ajaxmint.com - 0 views

  •  
    Impressive demo of Javascript Fisheye Menu for Mootools version 1.
Raja uk

JavaScript Fading Tooltips | sweet titles | Ajaxmint.com - 0 views

  •  
    Javascript Fading tooltip A cool fade in effect just like the Clagnut photo fades demo
jdr santos

Raphaël-JavaScript Library - 5 views

  •  
    Raphaël is a small JavaScript library that should simplify your work with vector graphics on the web. If you want to create your own specific chart or image crop and rotate widget, for example, you can achieve it simply and easily with this library.
Angel Simon

20 Fresh JavaScript Data Visualization Libraries - 1 views

  •  
    Charts
‹ Previous 21 - 40 of 604 Next › Last »
Showing 20 items per page