Sitenizin indexlenmesi için otomatik ping atın deneyin işe yarar « : 18 Mart 2010, 19:58:59 » ——————————————————————————– Yeni webmasterların yine çokca duyduğu terimlerin başında geliyor sanırım ping atmak. Hemen ping atmanın ne olduğunu ve nasıl yapıldığını açıklayayım. Ping atmak kısacası arama motoru botlarını sitenize çağırmaktır. Özellikle WordPress’in çok gelişmiş bir pingleme sistemi vardır. Siz yazı [...]
Creating a Mouseover Fade Effect with jQuery My last little jQuery tutorial was an alternative to using CSS to create an image change on a mouseover. Now I want to take that one step further and add a fade effect. For my example, I am going to make a black and white image fade [...]
From jQuery JavaScript Library Jump to: navigation, search Getting Started Downloading jQuery How jQuery Works Frequently Asked Questions Tutorials Using jQuery with Other Libraries Variable Types Plugins Plugin Repository Plugin Authoring Support Frequently Asked Questions Forums and Chat Submit a Bug Report Commercial Support About jQuery Contributors History of jQuery Sites Using jQuery Browser Compatibility [...]
If you’ve been programming in PHP, or other object oriented languages, you may have come across “this” or “self”. With jQuery, we can write $(this) to select an element in the DOM (Document Object Model). The best way to demonstrate this is with a simple example. Let’s write a short script to do the classic [...]
JQuery – Star Comment Rating Here is a nice little rating effect. This does not include the PHP, it is only the JavaScript, HTML, CSS, and Images. If you like this, I do have the PHP script that I created, but will not support, and I threw together quite quickly. But, what the heck, back [...]
Simple Tabs w/ CSS & jQuery I know there are quite a few tutorials out there that demonstrate how to create tabs with CSS & jQuery, but I decided to create my own as well. I’m not sure if the techniques are the same, but hopefully this tutorial will be easy to understand even [...]
Mega Drop Down Menus w/ CSS & jQuery While in the process of redesigning 4wheelparts.com, I decided to explore new methods of working with our huge number of inventory and categories. I did some research and noticed a new trend for ecommerce sites in having what they call “mega drop down menus”. According to [...]
Inline Modal Window w/ CSS and jQuery There are many elegant and easy to install modal window (Popup) plugins out there, but there are times where the script interferes with some of the logic processed on the page. I recently had a situation where I was not able to use plugins like fancybox and [...]
How to: Create a fancy image gallery with JQuery // Javascript is a very good way to create fancy contents and enhance your website functionnality. In this article, let’s have a look to some interesting script dedicated to create stunning tooltips and galleries with the help of Javascript. Demos: Simple tooltip Image tooltip with [...]
jQuery Cycle Plugin – Beginner Demos Download the Cycle Plugin 1 – Define Your Markup and Styles All of the examples on this page use the following markup and CSS: <div class=”pics”> <img src=”images/beach1.jpg” width=”200″ height=”200″ /> <img src=”images/beach2.jpg” width=”200″ height=”200″ /> <img src=”images/beach3.jpg” width=”200″ height=”200″ /> </div> .pics { height: 232px; width: 232px; padding: 0; margin: 0; } .pics img { padding: 15px; border: 1px solid #ccc; background-color: #eee; width: 200px; height: 200px; top: 0; left: 0 } 2 – Choose an [...]