If you have ever tried to move your entire magento directory and database to a new different server, you may have run into problems when trying to use the Magento Connect Manager to update any of the components of the website.
The reason for this is that inside of /downloads/ there is a whole bunch of [...]
I spend a large portion of my day connected to the internet, and as a result I’ve amassed a large collection of websites and links pertaining to web development. Here’s 10 of my favorites:
1. Web Developer’s Field Guide
A collection of links that web builder Wade Meredith has created over time. A big resource list, and [...]
1) Uni Form – an attempt to standardize form markup (xhtml) and css, “modularize” it, to get nice looking, well structured, highly customizable, semantic, accessible and usable forms.
2) CSS-Only, Table-less Forms Inkheart buy – A great example of a well designed form using modern css techniques. It works in Win/IE6, Firefox v1.0+, Win/Opera v8.0, [...]
Image Zoom and Popup
Lightbox
You’re probably very familiar with Lightbox — a light Javascript used to display overlay images on the current page. The original Lightbox was released in 2005. Since then, there are many scripts released with similar features using different approaches and Javascript libraries.
jQuery lightBox Plugin
This is exactly the same as Lightbox JS, but [...]
you can get this like
function FCKeditor_OnComplete(editorInstance)
{
alert( editorInstance.Name );
}
after that you will be able to access the editors contents using the javascript API.
var oEditor = FCKeditorAPI.GetInstance(instancename);
var contents = oEditor.GetXHTML(true);
alert(contents);
http://coffee2code.com/wp-plugins/customizable-post-listings/
Installation
Download the file customizable-post-listings.zip and unzip it into your wp-content/plugins/ directory.
Activate the plugin through the ‘Plugins’ admin menu in WordPress
Go to the Options → CPL (or in WP 2.5+: Settings → CPL) admin options page. Optionally customize the settings. You can read documentation on the template tags, arguments, and percent-substitution tags there as well.
In your [...]
Shadowbox.js
http://mjijackson.com/shadowbox/