Use Any Font in Webpages As Text
Jan 23, 2009 Advanced, Javascript, Tricks, fonts
Now using javascript we can use any font in web page by using techniques such as Typeface and Facelift Image Replacement (or FLIR) or sIFR. sIFR needs flash while others do not. sIFR is for smoothness look of fonts.
Instead of creating images or using flash just to show your site’s graphic text in the font you want, you can use typeface.js and write in plain HTML and CSS and get original smooth font look whatever you specify, even if the user machine have not those fonts. This technique is limited yet with limited fonts support and also it is recommended to use it for title of headings of web page. All the font at the web page using this technique can heavy things up at server and page might load very slow. Even then it is cool. Type face is easy, flexible and open source.
Tags: essential, facelift, fonts, HTML, Javascript, js, open source, Resources, smoothness, style, text, Tricks, typeface
Change Image Opacity Easily Using CSS or JS
Jan 23, 2009 CSS, Javascript, Tricks
We can simply use CSS alone to reproduce opacity effect that have traditionally been done using scripting. The advantage of looking to CSS instead is obvious – much more lightweight and easier to implement. We can use this method where we need to use a dim or faint version of image, while when some one places mouse over it, then image comes sharp, clear and bright.
Tags: blur, CSS, effects, filter, image effects, Javascript, js, moz, ns6, opacity
Advanced JS Calendar
Nov 6, 2008 Advanced, Javascript

Following javascript based calendar is kind of advanced and it shows current month, year and controls of next or previous. You can view days of any year or month in future or in past. You get the idea. This calendar uses an external javascript file. The origional code can be found at dynamicdrive.
Tags: calendar, Javascript, scripts
Create Simple Javascript Based Calendar
Nov 5, 2008 Javascript, Medium, Tools
Following script is a calendar script which simply shows current month and highlights current date.

Tags: calendar, Javascript, scripts
Javascript Essentials Part 6
Nov 3, 2008 Essentials, Javascript
We shall discuss the following important issues relating to javascript.
- Mouseover mouseout changes and Theme change
- Change Link Color (Text change, Color change, both change)
- Color Switch by css (background change)
- Theme switch by css - Image Galleries
- CJ motion gallery – left right mouse over scroll
- Oncliking link image changes with fade in out – gallery (Captions & Image Transitions)
- Compact Gallery
- One popup for all images (Displaying changing images.)
- One popup for all images (Displaying changing images and captions - More Form Effects
- Form field highlight on focus
- Form Field Select
- Form field counter
- Data appears or disappears on click and focus out
Tags: essential, Javascript, most wanted, scripts
Javascript Essentials Part 5
Nov 2, 2008 Essentials, Javascript
Talk about form controls via Javascript. I have been hunting down js control over forms from the day I started web development. I love the control over programming and its essential too. Here in this javascript essentials part I will share with you some essential form controls.
- Accept Terms & Go
- Advanced Email Address Validator
- Auto Drop Down List – Select from drop down and list updates accordingly
- Auto Month DropDown with Date and Year
- Auto Phone Number Format
- Auto Tab
- Character Counter
- Check Un-check all from check boxes
- Check Un-check all 2
- Characters Disallow
- Preview Image While Uploading
- Submit Once
Pages: 1 2 3 4 5 6 7 8 9 10 11
Tags: essential, Javascript, most wanted, scripts
