CloudZoomy Roll Over to Zoom (Magento Extensions)

Installation

for install just upload CloudAndZoomyRollOver-3.0.0.tgz from magento connect manager and click install.

clear cache and logout login for refresh acl
all needed parametres for cloud zoom inside :
System->configuration->cloud rollover
all needed parametres for zoomy inside :
System->configuration->zoomy rollover

How Use

For enable cloud zoom go to:
System->configuration->cloud rollover->enabled=yes

For enable zoomy zoom go to:
System->configuration->zoomy rollover->enabled=yes
and
System->configuration->cloud rollover->enabled=no

Features:

  • customise css from field inside background admin
  • all parameters js is customisable from administration
  • every store view or store have own zoom widget
  • color chooser

Download CloudZoomy Roll Over to Zoom (Magento Extensions)

SWORT WebAudio (Real Studio Web Plugin) V1.1 (Plugins)

SWORT WebAudio is a Real Studio Web Edition control. It adds a audio player to your Real Studio Web Applications.

Control is made out of HTML5, JavaScript and RealBasic. Together they give you a very easy HTML5 audio player.
All browsers that support the <audio> tag in HTML5 and Real Studio Web Applications are supported.

Events won’t execute if they are not used in your Real Studio Web Application. This helps to bring less data from the client to the server and back.

Implemented Events (RealBasic):
– Added(Status As String, URL As String)
– Ready()
– Ended()
– Playing()
– Paused()
– Open()
– Shown()
– Hidden()

Implemented Functions (RealBasic):
– Song( URL As String )
– AutoPlay(Value As Boolean)

More to come with future updates.
Current version 1.1

Download SWORT WebAudio (Real Studio Web Plugin) V1.1 (Plugins)

uWebic Q&A (Social Networking)

The uWebic’s Q&A plugin allows you to run a Question and Answer system on your WordPress website.


Submit a ticket


Read documentation

Features

  • User that asks the question can mark an answer as correct
  • Administration panel
  • Widgets / shortcodes
  • Tag system

the live demo can be found at http://demo.uwebic.com/uwebic-qa/ (login with demo/demo)

the the documentation can be found at http://docs.uwebic.com/products/uwebic_q_a

Download uWebic Q&A (Social Networking)

Seasonal Archives WP Plugin (Widgets)

Seasonal Archives WordPress Plugin provides an archive list divided into seasons (Winter, Spring, Summer, Fall/Autumn), or Quarterly instead of the default month by month. This helps user navigation on smaller sites. Great for Vineyards, Orchards, Ski Resorts, and any other organisations that work seasonally.

For more information and the live demo please visit:
http://www.consofas.com/plugins/seasonal-archives/

Download Seasonal Archives WP Plugin (Widgets)

Expert Gallery 1.0 (Galleries)

Expert Gallery is an intuitive image & video gallery made to display your content in a separate and non irritating window. it can be very fruitful for the affiliate users who can add banners ads inside of gallery to generate revenue from their content. To use this gallery you don’t need to have an advance or even basic knowledge of coding. the gallery has an admin panel where you can upload your videos and images with few clicks. We will add constantly updates and new releases of this plugin if we receive appreciative response from you. We would love to receive suggestions and option requests from you. for more info please visit expertcodes.net Here are couple of features that this gallery offers in V 1.0.

  • Responsive Layout
  • No Coding knowledge required
  • Works with latest wordpress versions
  • Has an admin panel to upload videos and images
  • Upload unlimited amount of images or videos
  • Gives you an overview of your Gallery i.e number of images, sliders,videos etc
    • 24 Hours support


Download Expert Gallery 1.0 (Galleries)

Parallaximus — Responsive 3D Parallax Widget (Images and Media)

Easy to use javascript plugin which allows you to decorate your site with responsive 3d parallax widgets (banners), each of which is a pleasure to interact with not only on desktop browsers but also on modern mobile devices.

Features

  • Cool 3D effects. Parallaximus uses CSS3 3d transforms for all browsers that qualitatively support them.
  • Responsive design. Widget size can be dynamically changed down to mobile devices in two different ways.
  • Playful mobile support. Totally new way to interact with parallax widget on modern mobile devices.
  • onMouseout centering easing. Smooth levelling animation when mouse leaves Parallaximus.
  • Cross-browser & cross-platform. IE7+, Firefox, Chrome, Opera. Windows, iOS, Linux.
  • Unminified Source. You will recieve full unminified version of js code.
  • Remote controlling with API. Options and API are well-documented and easy to use.
  • Use your favorite js-framefork. Both jQuery and MooTools are supported.

Simplified content preparation

  • PSD. Parallaximus contains all demos psd layouts with marked layers’ positions.
  • Images. Just replace existent demos images and correct dimensions to obtain working product.
  • HTML, CSS. Easy semantics simplifies widget preparation. Independent CSS won’t clash against other page elements.
  • Detailed step-by-step guide on how to create a widget using existing demos and their PSD layouts.

Download Parallaximus — Responsive 3D Parallax Widget (Images and Media)

jQuery photo social wall (Social Networks)

Add comments to photo, like photos, add clickable hashTag, turnOff/On adding hashTag, turnOff/On showing users name, editable order showing name/hashtag, default max. visilble comments in post, editable animations (duration, style), JSON answers (users avatar, user nickname), SQL tables examples, working demo (only copyNpaste HTML structure,jQuery code), NO PLUGIN (pure jQuery code), you have to create a SQL tables, PHP while cicle example for echo post

for fully documentation and CODE go to link:
http://tatratimberlogistik.sk/facebook/vyvoj_app/documentation/

Download jQuery photo social wall (Social Networks)

Mega BBCODE Editor Comment – WP plugins (Buttons)

Mega BBCODE Editor Comment – WP plugins

Add buttons BBcode for form comments and processed before the entry to the database allows when to add a new comment to make the font bold or italic or add a photo or link, Flash or PHP Code or list and other formats

Features

  1. Easy to use
  2. Control hide and show the buttons
  3. 13 Bottons
  4. parse bbcode

Download Mega BBCODE Editor Comment – WP plugins (Buttons)

Fluent.NET Mail (Communication Tools)

What is Fluent.NET Mail?

Fluent.NET Mail takes advantage of the built in .NET API and provides the ability to construct and send emails very
easily. All the messy work is taken care of in the background and allows the simple focus of easily constructing
emails using custom templates including dynamic substitution of data into your template, sending mail in various
formats (text & HTML), choosing your means of transportation (SMTP, Network, Pickup), using security certificates,
using SSL, sending attachments, sending mail asynchronously plus all the features provided by the .NET framework.

This is the single easiest and most comprehensive .NET emailing API available. Easy to use and powerful!

Solution Components

The application consists of a core emailing component which has the following capabilities:

  • Constructs and sends emails using a Fluent paradigm.
  • Provides a complete API for sending emails with various configurations including with SSL, mail headers, attachments, alternate views, mail priority, encoding, delivery notification options, etc.
  • Send both text and html emails.
  • Building emails using text or html templates.
  • Complete integration with the standard .NET mail mechanisms & the web.config/app.config.

Sample Usage:

new Mail()
    .To(new MailBox(emailAddress))
    .From(new MailBox(emailAddress))
    .Subject("Fluent API .NET")
    .Html("This is the body of the email")
    .WithSsl()
    .WithCertificate(new X509Certificate())
    .Priority(MailPriority.High)
    .SmtpServer("[your smtp server]")
    .Send();

Download Fluent.NET Mail (Communication Tools)

Gmail Notifier (Windows)

Gmail Notifier

Gmail Notifier is a simple application through which user can track mails in real time.

Is a simple but very flexible, fast and useful.

Application to display emails in real time in a very nice small format, displays the number mails received, it is also possible to enter directly via email with a single click on the main icon.

Anyone who owns one or more gmail accounts he is due this software.

Download Gmail Notifier (Windows)

One Gallery (Media)

One Gallery

“The One Gallery” is a stunning HTML5, jQuery & CSS3 media media gallery for your site presentation.

Features

  • Awesome hover effects for your images and videos
  • Powered by cross-browser jQuery libraries
  • Cross browser compatible
  • HTML5, CSS3 & jQuery
  • Show large Images, Vimeo videos, YouTube videos & even local Flash Files
  • PiroBox popups – Extend to load website, inline content, etc

What do you get?

  • Documentation
  • Media gallery source and Images
  • Free updates even if the price increases
  • Free support

Updates

Release: 11th February 2013

Credits

Download One Gallery (Media)

Android Mind Reader : Guess My Card (Android)

For people interested in magic tricks on phone to play among their friends or family, this app code will create some fun times.

The trick is based on Java Array Manipulation where user is presented with a screen full of 25 random cards in 5 rows.

User have to think a card in his/her mind and click the row that contains that very card.

After successful completion with no lies, this app will surprisingly tell your card!

Detail Instructions and help is also provided in the app itself.

The trick is simple, just art of presentation is intuitive and interactive.

The demo link is here
https://play.google.com/store/apps/details?id=com.nandroid.magic.cards

code is fully commented

logic of file is provided in help file and in flash animated file

Its two deal logic !

Just enjoy..!!!

Download Android Mind Reader : Guess My Card (Android)

Zoombie – A jQuery Plugin For Zoom Effects (Miscellaneous)

ZOOMBIE is a lightweight JavaScript plugin that can be used by the developers to give their images a highly interactive zoom effects

Some features included:

– 8 Different zoom effects
– Highly interactive
– Light weighted
– Easy to customize
– Cross browser support
– Single line usage

Demo file showing each and every zoom effect is included for demonstration.
Documentation is included separately.

Download Zoombie – A jQuery Plugin For Zoom Effects (Miscellaneous)

Domino Logic Test (Miscellaneous)

It is a plug-in that deploys on your page one of the world’s most famous psychological testing, the test of domino or D48. This test is one of the most commonly used tests in the world.
This plug-in measures the visitor´s ability to conceptualize, and to apply its reasoning to new problems.

It allows to assess the ability of a person to:

  • To receive exactly the number of points in each set of tabs.
  • Discover the organizing principle of joint.
  • Solve by applying these principles, the amount of points you have to place in each of the halves of the domino’s in blank, to complement the design.

At the end displays the results according to the points scored. Also displays a panel where visitors will see the result of each puzzle.

Established range

  • Less than 7.5 points: Deficient
  • Less than 14 points: Below average
  • Less than 30 points: On average
  • Less than 36.5 points: Above average
  • More than or equal to 36.5 points: Superior

Download Domino Logic Test (Miscellaneous)

Beth – Mobile-First Responsive Menu (Navigation and Menus)



Beth is a pure CSS responsive navigation, optimized for mobile & touch devices. It follows the popular trend of “flat design”, having a simple but usable and easy to integrate design. On mobile devices, the fluid horizontal menu turns into a vertical menu which can be toggled with a click/single tap.

Note: the menu can handle only one-level submenus.

Features

  • Clean & modern look
  • Pure CSS3
  • Responsive
  • Toggle with a click/single tap on mobile devices
  • Six color schemes included
  • Easy to use (semantic markup)
  • Cross-browser compatibility
  • Clean & commented code
  • Detailed documentation.

Compatibility

  • Internet Explorer 7+ (Note: the responsive features won’t be available in old browsers like IE7 and IE8)
  • Chrome
  • Opera 10+
  • Firefox 3+
  • Safari 4+

Credits

Changelog

11/02/2013 – Version 1.0

  • Initial release

Download Beth – Mobile-First Responsive Menu (Navigation and Menus)