easy a

MyXML - Work with MySQL+XML

MyXML - Work with MySQL+XML

With this PHP5 Class you are now able to: Create an XML file from MySQL Query Insert all XML Content into a MySQL table Create/Insert work as Export/Import! So you have php-friendly way to backup data of a table Create sitemap from a full MySQL table or just a query Easy way to get class-failure errors Easy way to display generated xml (with or without header) and save the data into .xml file Full examples included Examples Creating XML from...

APIReader (and Parser Library) for WordPress

APIReader (and Parser Library) for WordPress

APIReader for WordPress is an amazing new plugin that allows you to integrate into any API in the world! And with our WordPress plugin, you need absolutely no technical experience at all to get started. An API is basically a way of communicating with an external service, and you may ask, why would you do that? It’s to exchange data. Twitter, Facebook, YouTube, Google, MySpace, LinkedIn and millions other websites all have API ’s. What is...

MyRegExp - PHP Regular Expression Builder

MyRegExp - PHP Regular Expression Builder

This item is a PHP RegEx builder, with what you can do is to build Regular Expressions in an entendible-php syntax. You can: Build Regular Expressions with an easy PHP -Syntax Validate strings with the RegEx built Build RegEx’s and get them Apply preg_match to a RegEx Replace string with the RegEx built All that in a php syntax. No more broken heads trying to make basic or complex RegEx!Examples:$instance->$string = 'Need to change th...

freshD - 3D Parallax jQuery Plugin with Editor

freshD - 3D Parallax jQuery Plugin with Editor

Update V1.2 Refresh/Reload Site Bug in Webkit Browsers removed Update V1.1 Animation starts aligned to center after first loading If Parallax World is not in Window Viewport (scrolled out of sight), it stops moving to save more CPU time for all other items on the page What is it? freshD – The jQuery 3D Parallax Plugin magically animates your objects in a dynamic created 3D world. For those of you who don’t know what Parallax is, the ...

EazSQL - PHP MySQL Helper

EazSQL - PHP MySQL Helper

This is a PHP5 Class-Helper that will allow you to make MySQL actions more easy, without too much lines. You will use like only 70% of classic code, and the syntax is more easy. Here you can see some examples: $mysql = new EazSQL('host', 'username', 'password', 'database'); // VS Old (classic) method: $mysql = mysql_connect('host', 'username', 'password') or die ('Mysql error, connection'); mysql_select_db('datababse', $mysql) or die ('Mysql...

Rama - The jQuery Slider Plugin

Rama - The jQuery Slider Plugin

What is it? Rama – The jQuery Slider Plugin animates your image and text slides with transition effects of the wide library (21 transition and 10 object animation effects available). Easy installation, state-of-the-art transitions and text animations define the freshline style. See the heaps of custom transitions/animations for each object on the page! Customize this slider with just a little HTML and CSS to your very needs. Give each slider ...

Pure CSS3 iMac

Pure CSS3 iMac

The imac is often used in webdesign. But if you want to integrate an HD image to the site, the weight of the image is very large and slows down the site. We must therefore address this issue with CSS3 . Replace a picture of more than 100 kb in a CSS file of 2 kb. This file is : available in all sizes you need with the percentage. working with all modern Browsers. not using images. very simple to integrate. light. Post-Scriptum My special...

Quick & Pro Menu Navigation jQuery Plugin

Quick & Pro Menu Navigation jQuery Plugin

Update V1.1 Fixed Padding Bug under 1st Level Menu Items Optimized Mouseover while changing from 1st to 2nd Level Menu What is it?Quick & Pro Menu creates a special style of jQuery menus which is only seldom seen in Websites. Combining the power of jQuery and CSS it will lift up your Website design. Is it hard to implement? No! It is the typical way of implementing a jQuery Plugin. You just need to know little HTML and Javascript...

Before-After Slider&Banner jQuery Plugin

Before-After Slider&Banner jQuery Plugin

Update V1.2 – 16.02.2012 Auto Timer function has been added. Update V1.1 – 18.12.2011 Optimized the IE8 functionality New Option: Mousepointer Autofollow On/Off What is it?Before-After allows you to place two images on top of each other and use a draggable slider to hide and reveal each image. This is especially useful for highlighting a Before/After makeover or Untouched/Photoshopped images side by side. We build a slider around this f...

EasyValidation - PHP Special validation class

EasyValidation - PHP Special validation class

EasyValidation is a special PHP class to validate data, It helps you validate forms, variables, and almost every data in seconds. It uses two types of validation, The regex validations and, The PHP Validations (PHP Scripts that validates the data). EasyValidation is easy to use & simple to modify. The thing so special about EasyValidation is that you can add your own validations in second, Whether it’s a regex validation or a PHP ...