Sizden Avustralya'da yaşayan bir aborjine en az kaç kişi üzerinden ulaşılabilir? Cevabınız altıdan büyükse büyük olasılıkla yanılıyorsunuz :).
sarmal.com'un yeni düzenlemesini nasıl buldunuz? Peki bu son tasarım sürecini en başından itiberen takip etmek ister misiniz?
Düzenli bir Web kullanıcısıysanız; mutlaka sık sık ziyaret ettiğiniz siteler vardır. Ve büyük ihtimalle bu siteler düzenli olarak güncellenir. Sizin için sevdiğiniz sitelerin tüm sayfalarını teker teker "acaba yeni bir şeyler var mı" diye gezinmek yorucu olabilir.
İşte tam bu noktada oluşan ikilemi çözmek için RSS beslemeleri ortaya çıktı.
Internet Explorer is not the only browser in the world. Have you ever wondered about others?
All your JavaScript needs are belong to us!
And they are now packed into a single application:
EasyPack is a pushbutton JavaScript batch syntax checking, validation, compression and obfuscation tool.
If you are developing client-side re-usable scripting objects, sooner or later you will find yourself spotting out memory leaks. Chances are that your browser will suck memory like a sponge...
DOMEditor is an alernative way to look at WYSIWYG (what you see is what you get) editing mode.
Its low-level DOM-based manipulation capability gives a finer control over page structure. Thus it can have relevant usages like "dynamic content management" (in fact I use it in a project of mine).
Just check the demo to feel the difference.
This article can be considered as a follow up to my former Modeling a Draggable Layer and Loading Dynamic Content to it via XML HTTP article.
Have a look at it, if you have not done already so that you can catch up faster.In this article, we will try to
- Create a cross-browser, draggable DHTML Modal Dialog
- Send an AJAX request using
HTTP-POST.- Get the response and display it inside the modal dialog
...When we implement our solution, our popup will never be blocked. Because it will not be a real pop-up at all. Actually, it will be a DHTML layer. So no popup blocker will be able to block it ;)
In this article we will be creating an object that will return a cross-browser reference to the elements in an HTML page.
We will be writing JavaScript in an object oriented manner. We will see examples on function prototyping.
...In three occasions, a shared object does not need synchronization:
- If the object is written but never read.
- If the object is read but never written.
- If only a single thread accesses the object at any given time.
An object that does not fall into one of these conditions (and most of real objects won't) should be thoroughly analyzed...