|
|
22.04.2008.
Yahoo je smislio jos jednu zgodnu foricu za one koji vole brza i jednostavna rjesenja… Yahoo Media Player.
Dakle, samo ubacite jednu liniju koda kojom ucitavate Javascript koji se nalazi kod Yahoo-a i sve vase mp3-ice na stranici postaju instant slusljive… 
Vezani blogovi:
meebo.com - web instant messaging - ajaxFlash MP3 PlayerCanon EOS 1D Mark III DSLR - gallerynLite - Windows Installation CustomizerFirefox - YouTube video - freeze problemLawrence Lessing presentation skillsOpenClipart.org - free clip art library
Was this article helful to you? If so, please click on the (+) [plus] sign below! It's Croatian digg ;-) Tnx!
14.07.2007.
Javascript includanje dijela stranice, ili kompletne stranice… zanimljiv koncept, moze pomoci kod cacheiranja, ali me zanima koliko je to i je li brze od PHP-ovog includea i koliko to stvara overheada na HTTP requeste…
HInclude
i nesto razvijeniji…
purple-include
Vezani blogovi:
Prototype Window Class - DHTML prozorciciOnline free tutorials, courses - besplatni tutorialiGoogle Apps DNS Zone template (bind9)FORM: dynamic dropdown listMySQL regular expression search engineReduce Eye Strain at Your ComputerJavascript DHTML: Tooltips, vector draw, drag’n'drop
Was this article helful to you? If so, please click on the (+) [plus] sign below! It's Croatian digg ;-) Tnx!
09.04.2007.
Kako staviti bilo koji font na web, poštivajući standarde?
Odgovor: sIFR
sIFR is meant to replace short passages of plain browser text with text rendered in your typeface of choice, regardless of whether or not your users have that font installed on their systems. It accomplishes this by using a combination of javascript, CSS, and Flash. Here is the entire process:
1. A normal (X)HTML page is loaded into the browser.
2. A javascript function is run which first checks that Flash is installed and then looks for whatever tags, ids, or classes you designate.
3. If Flash isn’t installed (or obviously if javascript is turned off), the (X)HTML page displays as normal and nothing further occurs. If Flash is installed, javascript traverses through the source of your page measuring each element you’ve designated as something you’d like “sIFRed".
4. Once measured, the script creates Flash movies of the same dimensions and overlays them on top of the original elements, pumping the original browser text in as a Flash variable.
5. Actionscript inside of each Flash file then draws that text in your chosen typeface at a 6 point size and scales it up until it fits snugly inside the Flash movie.
This all happens in a split-second, so all of the checking, replacing, and scaling is not visible to the user. It is not uncommon to notice a very short delay as the Flash loads, but to the user, none of the internals of this process are exposed.
|
Vezani blogovi:
Free flash image gallery viewer - odlicno!MakaiMedia.com - flash igriceNeodelight.com - online Flash games - flash igre - igricedncCoop.com - How much is your site worth?Flash MP3 PlayerUrban Fonts + FontLoaderFlash igrice i filmovi - www.newgrounds.com
Was this article helful to you? If so, please click on the (+) [plus] sign below! It's Croatian digg ;-) Tnx!
05.02.2007.
MozLab - get into Firefox - dobar dodatak za Firefox… ugh… jos samo da je vremena za poigrati se svim ovim igrackama… ugh, ugh…
MozLab is a suite of tools and libraries that help make your life easier and your time more productive as a developer of AJAX and Mozilla applications. It’s packaged as a Firefox/Thunderbird extension and released as open source. Have a look at the videos for some of the cool things you can do with it…
|
Vezani blogovi:
AjaxCore: PHP Ajax FrameworkFirefox - memory leak fix #2How-To: Increase your upload/download/ratio in torrent trackersFirefox Hacking - about:configmeebo.com - web instant messaging - ajaxPHPcap - Pcap and Network extension for php - packet sniffingBitTorrent Tutorial Roundup - Help - Manual
Was this article helful to you? If so, please click on the (+) [plus] sign below! It's Croatian digg ;-) Tnx!
17.11.2006.
Poprilicno jednostavan Flash/Javascript/Ajax uploader…
SWFupload
Vezani blogovi:
YouTube uploaderFile upload sites (upload-download dump)YouTube High Quality hacks
Was this article helful to you? If so, please click on the (+) [plus] sign below! It's Croatian digg ;-) Tnx!
22.09.2006.
A demo of how to use the script.aculo.us library to create a useful crossfade effect using standard DHTML. Includes some of the “gotchas” found in implementing the demo site.
read more | digg story
Vezani blogovi:
PHP, Apache, MySQL - direktno s CD-aIIPImage: Ajax-based Ultra High Resolution Image Viewer
Was this article helful to you? If so, please click on the (+) [plus] sign below! It's Croatian digg ;-) Tnx!
10.07.2006.
03.07.2006.
Top 10 Web Developer Libraries
1) Moo.fx - A superlightweight, ultratiny, megasmall javascript effects library, written with prototype.js. It’s easy to use, fast, cross-browser, standards compliant, provides controls to modify Height, Width, and Opacity with builtin checks that won’t let a user break the effect with multiple crazy clicks. It’s also optimized to make you write the lesser code possible.
2) Rico - An open source JavaScript library for creating rich internet applications. Provides full Ajax support, drag and drop management, and a cinematic effects library.
3) Swat - Developed by silverorange, Swat is an open source web application toolkit built with PHP.
4) ColorCombos - Who would’ve thought a color library would end up mixed in with a bunch of JavaScript and PHP libraries? Well they do have a pretty sweet little color library for finding color combinations, all you do is select the color and they show you some nice combos that work with that color.
5) script.aculo.us - Provides you with easy-to-use, compatible and, ultimately, totally cool JavaScript libraries to make your web sites and web applications fly, Web 2.0 style. I’m sure I’m not alone when I say this library is my favorite.
6) Mochikit - A kick-ass lightweight JavaScript library that will help you get shit done fast.
7) Dynamic Drive CSS Library - Here you’ll find original, practical CSS codes and examples such as CSS menus to give your site a visual boast.
8) PEAR - A framework and distribution system for reusable PHP components. PEAR provides the above mentioned PHP components in the form of so called “Packages”.
9) DHTML Goodies - A good sized library of DHTML and AJAX scripts.
10) dojo - Open source JavaScript toolkit that makes professional web development better, easier, and faster.
Vezani blogovi:
MozLab - Firefox extension - ajax, MozRepl, MozUnitOracle PHP CookbookYouTube PHP API (upload)Photo RAW export - software comparison25 free encyclopedias - Wikipedia alternativePHP code generatori - code generators -phpCodeGenie - EZPDOOnline personality tests - testovi osobnosti
Was this article helful to you? If so, please click on the (+) [plus] sign below! It's Croatian digg ;-) Tnx!
13.06.2006.
Prototype WindowsClass
Overview
This javascript class allows you to add window in a HTML page.
This class is based on Prototype. The code is inspired by the powerful script.aculo.us library. You can even use all script.aculo.us effects to show and hide windows if you include effects.js file , but it’s not mandatory.
It has been tested on Safari, Camino, Firefox and IE6.
Features
* Resizable windows
* Minimze/Maximize
* Modal dialogs
* Visual effects
* Skinnable
* And more…
|
Prototype WindowsClass
Vezani blogovi:
Projax - Prototype and AjaxJavascript DHTML: Tooltips, vector draw, drag’n'dropThe best, simplest javascript DHTML calendarPicasa & Coppermine Photo GalleryTop 10 Web Developer LibrariesA CSS Crossfader DemoVectorMagic - online vecorization tool
Was this article helful to you? If so, please click on the (+) [plus] sign below! It's Croatian digg ;-) Tnx!
12.06.2006.
WYSIWYG HTML Area Editor - TinyMCE
TinyMCE is a platform independent web based Javascript HTML WYSIWYG editor control released as Open Source under LGPL by Moxiecode Systems AB. It has the ability to convert HTML TEXTAREA fields or other HTML elements to editor instances. TinyMCE is very easy to integrate into other Content Management Systems.
TinyMCE Features
Easy to integrate, takes only two lines of code.
Customizable through themes and plugins.
Customizable XHTML 1.0 output. Block invalid elements and force attributes.
International language support (Language packs)
Multiple browser support, Mozilla, MSIE, FireFox, Opera and Safari (experimental).
PHP/.NET/JSP/Coldfusion GZip compressor, Makes TinyMCE 75% smaller and a lot faster to load.
|
WYSIWYG HTML Area Editor - TinyMCE
Sranje je jedino u tome sto nema file upload u free verziji, vec je ta funkcionalnost omogucena kroz komercijalni plugin… mudro… 
Vezani blogovi:
Concepts for Lighting and Digital PhotographyPHP Oracle editorUsability news - najbolji site za web usabilityPHP/SWF Charts -> dinamicki grafikoni u FlashuNo More Bush! - megaturbocool nerd antibush transparentSilica aerogel - silikatni aerogel - izolator buducnostiMultiEX commander - game editor
Was this article helful to you? If so, please click on the (+) [plus] sign below! It's Croatian digg ;-) Tnx!
24.01.2006.
JavaScript, DHTML Tooltips
A cross-browser Tooltip JavaScript to create tooltips (information popup boxes). These crossbrowser JavaScript Tooltips and their behavior can be customized in multiple ways, and may contain plain text as well as HTML, such as images or line breaks etc..
|
DHTML, JavaScript Draw Line, Circle, Ellipse (Oval), Polyline, Polygon, Rectangle
his JavaScript VectorGraphics library provides graphics capabilities for JavaScript: functions to draw circles, ellipses (ovals), oblique lines, polylines and polygons (for instance triangles, rectangles) dynamically into a webpage. Usage of this Vector Graphics library should be easy even if you don’t have JavaScript experience. Another goal during development of this JavaScript Draw Shapes Vector Graphics Library was to achieve optimized performance and cleanly arranged pixel stair-step patterns (pixel-optimization).
|
DHTML API, Drag & Drop for Images and Layers
A Cross-browser JavaScript DHTML Library which adds Drag Drop functionality and extended DHTML capabilities to layers and to any desired image, even those integrated into the text Drag & Drop Image flow.
|
tnx wolf…
Vezani blogovi:
Javascript tooltips, vector graphics, drag’n'drop, tooltips, image rotateThe best, simplest javascript DHTML calendarVectorMagic - online vecorization toolTop 10 Web Developer LibrariesFORM: dynamic dropdown listJavascript HTML include - HInclude, purple-includePrototype Window Class - DHTML prozorcici
Was this article helful to you? If so, please click on the (+) [plus] sign below! It's Croatian digg ;-) Tnx!
22.11.2005.
Za jednostavne calendar (kalendar) selecte:
The best, simplest javascript DHTML calendar
Za malo slozenije:
The DHTML / JavaScript Calendar Best and open-source
Tnx Bilke
Vezani blogovi:
FORM: dynamic dropdown listJavascript HTML include - HInclude, purple-includeJavascript DHTML: Tooltips, vector draw, drag’n'dropJavascript Toggle (show/hide) Elements (dl-dt-dd)MySQL regular expression search enginesIFR - font, html, flash, cssJavascript tooltips, vector graphics, drag’n'drop, tooltips, image rotate
Was this article helful to you? If so, please click on the (+) [plus] sign below! It's Croatian digg ;-) Tnx!
14.09.2005.
Odlicna stvar za ljude navikle na gledanje PPT (PowerPoint) prezentacija.
S5: A Simple Standards-Based Slide Show System
Primjer prezentacije: Web development with Firefox
S5 is a slide show format based entirely on XHTML, CSS, and JavaScript. With one file, you can run a complete slide show and have a printer-friendly version as well. The markup used for the slides is very simple, highly semantic, and completely accessible. Anyone with even a smidgen of familiarity with HTML or XHTML can look at the markup and figure out how to adapt it to their particular needs. Anyone familiar with CSS can create their own slide show theme. It’s totally simple, and it’s totally standards-driven.
|
Vezani blogovi:
A web standards checklistClanak: Security Aspects of a PHP-MySQL-based Login System for Web SitesSEO Analyzer - A Web Standards & SEO Page AnalyzerMusic - mp3 - audio crawlerLawrence Lessing presentation skillsKISS - keep it simple, stupid!Photoshop tutorial - kako uljepsati necije lice - uljepsavanje lica
Was this article helful to you? If so, please click on the (+) [plus] sign below! It's Croatian digg ;-) Tnx!
16.08.2005.
Stvar koju su svi webdeveloperi cekali otkad postoji HTTP protokol sa svim svojim prednostima i manama.
Pocelo je kao XMLHttpRequest, a preraslo je u Ajax (Asynchronous JavaScript And XML).
Opcenito o Ajaxu:
Odlican clanak za pocetak
AJAX - information and tutorials
AJAXmatters.com
AJAX Matters is an informational site about AJAX (short for “Advanced Javascripting and XML” or “Asynchronous JavaScripting and XML") and how these technologies are applied to web development.
|
AJAXpatterns - primjeri i ideje za upotrebu, odlicno
fiftyfoureleven.com - AJAX primjeri - zakon!
PHP framework:
Xajax.sf.net (odlican)
What is xajax?
xajax is an open source PHP class library that allows you to easily create powerful, web-based, Ajax applications using HTML, CSS, JavaScript, and PHP. Applications developed with xajax can asynchronously call server-side PHP functions and update content without reloading the page.
How does xajax work?
The xajax PHP object generates JavaScript wrapper functions for the PHP functions you want to be able to call asynchronously from your application. When called, these wrapper functions use JavaScript’s XMLHttpRequest object to asynchronously communicate with the xajax object on the server which calls the corresponding PHP functions. Upon completion, an xajax XML response is returned from the PHP functions, which xajax passes back to the application. The XML response contains instructions and data that are parsed by xajax’s JavaScript message pump and used to update the content of your application.
|
AjaxAC - Open-souce PHP framework for AJAX
AjaxAC is an open-source framework written in PHP, used to develop/create/generate AJAX applications. The fundamental idea behind AJAX (Asynchronous JavaScript And XML) is to use the XMLHttpRequest object to change a web page state using background HTTP sub-requests without reloading the entire page. It is released under the terms of the Apache License v2.0.
|
Odlican clanak koji govori o tome kako bi se AJAX trebao pravilno upotrebljavati i na sto bi kod koristenja AJAX-a trebalo obratiti pozornost.
Ajax Mistakes
Vezani blogovi:
MorgueFile.com - free photos, images, manuals, tutorials, digital photographyProjax - Prototype and AjaxTop 10 Web Developer LibrariesAjaxCore: PHP Ajax FrameworkSWF uploaderAJAX Debugging with GreasemonkeyAl-ex.net - photoshop tutoriali - tutorials
Was this article helful to you? If so, please click on the (+) [plus] sign below! It's Croatian digg ;-) Tnx!
25.03.2005.
3D igrica u Javascriptu?! I to ispod 5K ?
Postoji! 
Wolfenstein 5K
The classic shooter, miniaturized
Coded in only 5K of Javascript
How much is 5K? “A relative thimbleful of Web coding” writes the New York Times. Many modern computer games consume hundreds of megabytes, a relative dumpsterful of coding.
Wolfenstein 5K was written for the 5K contest, which challenges entrants to create a web page in under 5120 bytes. According to its creators, “The idea behind the contest is that the rigid | |