Studies show that top navigations tend to get the most visual attention when a user first visits a site. Having organized and intuitive navigation is key — and while most drop down menus may look aesthetically pleasing, developing them to degrade gracefully is also essential. In this tutorial I would like to go over how [...]
Archive for the ‘ajax’ Category
“Outside the Box” Navigation with jQuery
Just about every website uses the regular navigation concepts we’re all used to. After awhile this can get pretty boring, especially for designers who thrive on creativity. While mimicking the OS X dock and stacks isn’t new, it’s certainly not common.
A few days ago, Jeffrey posted about a potential “outside the box” competition on ThemeForest [...]
jQuery Tutorial : Horizontal Animated Menu
In this occasion, we’ll try to build basic horizontal animated menu using jQuery. Ok, lets just start it
Step 1 : Create files needed
Ok, first let us create files needed to build this ‘menu’. All we need is :
jQuery library, you can download the latest version in http://code.google.com/p/jqueryjs/downloads/list
JavaScript document – let us named it ‘menu.js’
index.html
style.css
Let we [...]
Magento: Creating Ajax Updated Tabs In Frontend, Like Product Management Tabs of Backend
Magento’s Product Management GUI in back-end has Tabbed Navigation. There are two types of Tabs implemented there. One type of Tab is normal tab, loading content on page load while other type of tab has its content loaded by “Ajax”. Another interesting thing to note is that once the Ajax loaded tab’s content is loaded [...]
Ajaxified File Uploader Using IFrame
Today, while writing a code for AJAX file uploader, I was trying to do with [wiki]SALAJAX[/wiki]. But, with SALAJAX I could not manage to send the headers for $_FILES. So I thought of an alternative. And the alternative was to load the action page of the form on [wiki]IFrame[/wiki], whose display [...]
Working with AJAX in Magento
Ajax in Magento can be pretty troublesome.Because you will need to take controllers and layout into account.And I almost used up a whole day trying to make ajax work. Here are some of the steps I’d like to share so that you will not waste lots of your time, before making this [...]
Which is the best JavaScript and Ajax Framework ?
Last time, I had published a poll asking which is the best PHP framework and in that poll Zend Framework stand out itself to be the most popular PHP framework among the PHP developers. This time ,I’ve come up with another Poll and I would you to participate in this POLL “Which is the best [...]
Changing textbox value from dropdown list using Ajax and PHP
Yesterday Tarquin macey asked me how can we change the value of the textbox based using Ajax and PHP based on the changing value of the dropdown list.Today, I’ve come up with a solution from him.In this post, you’ll see how to get the currency code of a country from PHP using Ajax [...]
Posted in
Tags: