Advanced Permission System (Miscellaneous)

Video preview

The Advanced Permission System (APS) allows you to secure your website with adding just two lines of code in the page which you want to protect.
You can secure any page and control the access from intuitive and user friendly administration panel.
You can register unlimited user accounts and create unlimited groups with different permissions.
With just a click you can allow someone to see your protected page(s).

The system is based on groups permissions. You can register users and add them to groups. If an user wants to access a protected page he will be asked to login. If his account is active and is in at least in one group with permission to access the current page he will see the protected content, otherwise he will see an error message.

The system requires PHP 5 and MySQL 5 to run.

Video preview

Features

  • Unlimited pages to protect
  • Unlimited users to register
  • Unlimited groups to add
  • Two types of user accounts (administrators and regular users)
  • Activated, not activated and banned account statuses
  • Default return URL after login
  • Custom return URL for each page
  • Custom error message
  • Intuitive and user friendly administration panel
  • Object oriented administration panel
  • Web installer

Download Advanced Permission System (Miscellaneous)

Exit Through Facebook Like (Social Networking)

Intro

Exit Through Facebook Like is a plugin that raised popup box once user clicked any external links in your posts/pages or comments. Popup box suggests user either to Like your webpage on Facebook for immediate redirection to target link or to wait some time to be redirected. Delay period, content and size of popup box is configured through settings page. Settings page also has an option to exclude any external links from consideration.

You know, Facebook has over 800 millions of registered users. And they estimate to get over one billion by the middle of 2012. So it’s a second most visited website in the World. Could you imagine more successful spot to promote your website? Exit Through Facebook Like plugin will help to add thousands of fans to your WordPress site on Facebook. More fans is more traffic.

Features

  • Take some Facebook traffic: get more fans on Facebook and increase traffic.
  • Easy to install: do it like with any WordPress plugin.
  • Customize popup box: use WYSIWYG editor to customize popup box and set box size.
  • Exclude desired external links: if you don’t need popup box for particular links, you can exclude them from plugin consideration.
  • Set delay length: determine the length of delay period.
  • No 3rd party popup engines: plugin uses WordPress native UI dialog widget, Thickbox.
  • Keep your SEO score: external links are replaced by internal links.
  • Remember users who already clicked like: plugin set cookie on users machine to avoid repeated popups on the same page.

Installation

1. Install and activate the plugin. Once activated, it creates menu item “Like To Exit” under men section “Settings” in left side column in the admin area.

2. Click left side menu “Settings >>> Like To Exit” and do required settings. Customize your popup box using WYSIWYG editor, set box size. Please look at the screenshot below to see what kind of settings you can do there.
Settings Page

That’s it! Enjoy using the plugin.

Support

If you have problems regarding using the plugin, please contat me and I’ll help you.

Download Exit Through Facebook Like (Social Networking)

Advanced PHP Pagination Class (Navigation)

Description
Advanced PHP Pagination is a PHP class that can be used to generate dynamically pagination for your site in seconds, it is easy to use, and it has many settings to be customized as your needs.

Class Features
•Easy to use, just declare an object and give it your data source and filter and then see the magic.
•It has 70 styles, choose one of them like your page design, or you can easily modify one of them as your needs.
•It has a CSS class to style your HTML tables as the pagination style.
•It can deal with your existing parameters in your page URL .
•It supports URL Rewriting.
•You can choose the number of rows per page.
•You can choose the number of pages to display.
•You can choose the pagination alignment Center, Left or Right.
•You can choose the pagination direction LTR or RTL .
•You can change the pagination parameter name.
•You can use pagination more than once in your page, just make a unique pagination parameter name for each one.
•You can change the text for pagination buttons and error messages for your language.
•You can show or hide Next and Previous Page buttons.
•You can show or hide First and Last Page buttons.
•You can show or hide Go to page button.
•You can show or hide pages number box.

Download Advanced PHP Pagination Class (Navigation)

About Me App – Everything about you (iPhone)

Version-1.0

About Me Project is a powerful iPhone project that will allow you to create your own feed including :

– Youtube (videos)
– Vimeo (videos)
– Foursquare (locations)
– WordPress (articles)
– Twitter (tweets)
– Flickr (photos)

The good news is that you don’t have to type one line of code!
About me will also give you the opportunity to include your biography.

The Project comes fully documented (pdf) and the code is clean : it will be easy for you to re-use in your own project.

Everything is ready! The app includes :
– Network alerts
– Local automatic storage
– You can change the entire design
– Supports multi-orientations

iOS Version : 5.0 & 5.1 compatible

  • REQUIREMENTS **

iMac/MacBook Pro/Macbook Air/Macbook
(check Apple’s website to know if your mac is compatible with at least Xcode 4.2)

You can build the app on the iPhone Simulator but you will need a $99/year account to build the app on your device or to submit it on the Appstore :
https://developer.apple.com/programs/ios/

I am not responsible for any app rejections due to the AppStore review.

Download About Me App – Everything about you (iPhone)

Vertical Sidebar Gallery – jQuery Slider (Sliders)

Vertical Sidebar Gallery is a jQuery plugin and theme templates that create a stunning vertical image slider with three rotation degrees. Vertical Sidebar Gallery is a perfect companion for your website’s sidebar. You can use it as an image gallery or featured post scroller. Put unlimited amount of content in limited space! You just need to generate the HTML of your content and the gallery will do the rest. It is trendy, intuitive, and will enhance any website’s user experience.

How to use the plugin? Basically you can start with the basic.html file.
1. Copy the HTML from basic.html file (the code between … tags).
2. Include stylesheet to style the gallery:
<link rel=”stylesheet” href=”css/style.css” type=”text/css” />
3. Include the necessare JavaScript files:
<script src=”js/jquery-1.7.1.min.js”></script>
<script src=”js/jquery-mousewheel-3.0.6/jquery.mousewheel.min.js”></script>
<script src=”js/flowslider.jquery.js”></script>
<script src=”js/vsg.flowslider.jquery.js”></script>
4. Start using the gallery by calling jQuery plugin:
<script>
jQuery().ready(function($) {
$(”.vsg-wrap”).VerticalSidebarGallery();
});
</script>

To customize your gallery use the following options:
<script>
jQuery().ready(function($) {
$(”.vsg-wrap”).VerticalSidebarGallery({
prefix: “vsg”, // css class prefix
showHoverBars: true, // whether to show top-left hover menu
rotateVertical: true, // whether to use the the vertical rotations
rotateHorizontal: true, // whether to use the the horizontal rotations
rotateThumbnails: true, // whether to use the thumbnail rotation
optionsSliderHorizontal: {}, // Flow Slider options for the horizontal slider
optionsSliderVertical: {}, // Flow Slider options for the vertical sliders
optionsSliderThumbnail: {} // Flow Slider options for the thumbnail sliders
});
});
</script>

To better understand the Flow Slider’s option you are encouraged to visit its website. For example, to make horizontal slider to change its position without an animation, but instantly, just set optionsSliderHorizontal: {animation: “None”}

Customize Your Gallery
Vertical Image gallery comes with five design themes installed. Just create an element over the slider with one of the skin classes: .vsg-threadless, .vsg-closeup, .vsg-grass, or .vsg-combo. But hey, if you don’t find your design it is still easy to create your own look. Just modify the colors in one of the CSS skin files.

Change the Size of Your Slider
You can stretch Vertical Sidebar Gallery to any width you wish. Five width options are installed for you: .vsg-180, .vsg-200, .vsg-250, .vsg-300. Or create your own size by customizing one of the size CSS files.

Multi Thumbnails
Add more than one image to a thumbnail and an infinite image rotator will be created to scroll through those images.

3-in-1 Slider
Three sliders power this template: horizontal panel slider, vertical thumbnail slider, and horizontal image rotator.

Top Navigation
Slide top panels by clicking top navigation buttons or hovering top-left navigation legend.

Mouse Wheel
Place your cursor over the slider to scroll top panel content using mouse scroll wheel.

Hash Controller
Navigate through galleries with browser’s URL hash. For example, add #3 to the URL of this page and refresh it.

Browser Support
Vertical Image Gallery supports all major browsers, like: Firefox, Internet Explorer, Chrome, Safari, Opera.
CSS3 Transitions

Supports CSS3 transition property. Create a slider with hardware accelerated CSS3 transitions.

Flow Slider
This template is powered by Flow Slider Free jQuery plugin, which is endlesly customizable and ensures flawless sliding.

Customizable Plugin
Customize all the features of the gallery by changing option when using this jQuery plugin.

Download Vertical Sidebar Gallery – jQuery Slider (Sliders)

Article Sponsorship (WordPress)

Intro

Do you have WordPress website? Are you a great author and people like what you write there? Allow them to become sponsors of your articles with Article Sponsorship plugin. This plugin add list of sponsors to posts/pages as well as an option to become a sponsor for everyone. All they need to do is to fill up simple form and pay small sponsorship fee (plugin accept payments through PayPal, AlertPay or InterKassa). Nice way to monetize your blog (and talent). Isn’t it?

Front End Functionality

The best way to describe how the plugin works is to show live example. Click “Live Preview” or look at screenshot below. There is sponsorship box at the bottom of the article. You can become a sponsor by submitting simple form. If everything is OK, system asks you to confirm provided information and redirects to PayPal, AlertPay or InterKassa to pay sponsorship fee. After successfull payment sponsor’s name will be included into the list.
Front End Functionality: Sponsorship

Installation

1. Install and activate the plugin. Once activated, it creates menu “Sponsorship” in left side column in the admin area.

2. Click left side menu “Sponsorship >>> Settings” and do required settings. Set your PayPal ID, AlertPay E-mail, InterKassa parameters, sponsorship fee, e-mail templates, etc. Please look at the screenshot below to see what kind of settings you can do there.
Back End Functionality: Settings

3. Click left side menu “Sponsorship >>> Sponsors”. In this section you can manage all sponsors.
Back End Functionality: Sponsors

That’s it! Article Sponsorship plugin starts making money for you!

Support

If you have problems regarding using the plugin, please contat me and I’ll help you.

Download Article Sponsorship (WordPress)

iPresenter (HTML5)


What’s iPresenter?

iPresenter is a simple and powerful jQuery plugin that makes it easy to design advanced CSS3 presentations.

Features

  1. jQuery capabilities.
  2. Highly Flexible and Customizable.
  3. Highly User Interface Design.
  4. Multilanguage support.
  5. Auto adjust width.
  6. Animate Preloader Bar.
  7. Keyboard support.
  8. Customizable through css.
  9. Extremely simple configuration.
  10. Unlimited transition effects.
  11. Customizable transition configuration.
  12. Works in all modern browsers (Browsers that support CSS3 ).

Download iPresenter (HTML5)

CalPress Event Calendar (Calendars)

CalPress event calendar is a powerful, robust, feature-rich WordPress plugin encapsulated in a crisp user interface (UI). CalPress allows you to publish , manage and share event’s on social popular social networks.

Features

Publish and Manage Events Online
• Create one time or repeating events
• Set events with specific start or end dates and time or as all day events with a few simple clicks
• Add and manage event location /venues with Google map integration
• Stay organized with multiple calendars
• Assign custom colors to each calendar to identify departs/resource/ etc.
• Add detail notes or details to each event

Elegantly designed with multiple Views
• 4 unique event views – daily, weekly time sheets, list and monthly
• Full screen Mode allows calendar to stretch to full screen without affecting design layout
• Ajax-based interactive slider to navigate days, months , years
• Google map integration in an interactive tool tip
• Filter events by calendar with one-click via calendar icon

Native Integration with major Social Networks
• Social widget bar allows one click posting of events to social networks and/or sharing with friends /co-workers etc
• Share events with Facebook-like buttons, Google+ and LinkedIn
• Tweet events with one click
• Users can add comments to events

Beautiful Apple Ical Like user interface
• 2 Premium calendar themes with more released monthly
• Integrated theme switcher in admin panel
• Crisp Javascript animation on tool tips, views and sliders
• SEO optimized
• Compatible with all major Browsers

Native Ajax Event Search

• Intuitive search that aggregates past and upcoming events for easier search results
• Search results in interactive tool-tip for faster navigation

Add Pictures to events
• Make events more meaningful by adding pictures
• Supports all picture formats
• Pictures are show as thumbnail in events then as light boxes when click.

Download CalPress Event Calendar (Calendars)

Link Validator – Detect Valid & Broken Links (Forms)

Ever wanted to have a validation system for Links in your Web Form, to check if the user entered links are really working or broken, well here it is. Link Validator is a simple PHP Script which is hooked by a asynchronous JS library for validating the status of a link i.e. whether a link is active or broken. It has a light weight easy to use client JS library powered by a PHP Script to detect the link status.

This library features a easy to implement drop ‘n use plugin which makes it extremely easy to integrate with your existing projects. This light weight client library uses asynchronous calls to PHP Script to determine if a given link is Valid or Broken and is really fast. The usability is very simple and the level of customization is very granular and all details have been documented in detail.

Download Link Validator – Detect Valid & Broken Links (Forms)

Auction Facebook Application (Social Networking)

Online Auction Facebook Application is a full program system that enables you to host auctions on your Facebook Page.

Why you should choose this application?

This application created for those who have already have facebook page, and you want to sell something, product or service.
The auction application encourages your facebook fans to bid on things you want to sell by the application.
The application increase your fans activity.
Helps you to sell your product and also increase your “likes” and number of your fans because on bidding the application posts on fans wall.

Facebook Application Features

  • Create, Manage and Edit unlimited auctions (one auction at one time but admin can switch auctions on interface)
  • Delete fraudulent bids easily from your custom admin panel
  • Re-list closed auctions anytime, or delete them completely
  • Get notifications via email of new bids placed
  • Show a personalized message when no auctions are active
  • Upload unlimited images to auction
  • Set specific end date and time for your auctions
  • Set custom bid increments for your auctions (eg. 1 USD )
  • Multi language public interface
  • Facebook Stream Push function (Application Post on users wall)
  • E-mail notifications (Overbid notification, Auction end notification via e-mail)
  • Video and Images support (Product / Service details)
  • WYSIWYG text editor
  • Auction countdown timer, automatic auction close and e-mail notification to the winner
  • AJAX page reload on new bid
  • AJAX Bidder list refresh
  • Automatic Bidder FB member information save (Name, Age, E-mail address, bid date)

Requirements

Usually it runs on all main web-hosting company i have tested on BlueHost, Hostgator, Whois.com and it runs on all cpanel, plesk based server and on other also if all requirements are available. Sometimes it was need to ask the Administrator to install ionCube and DOM php module but it was quick and free.

The following are require to use the script.

  • Facebook account
  • PHP running on your server version 5.x
  • MySQL running on your server version 5.x
  • ionCube Loader 4.0.9 or higher
  • PHP DOM lib installed

Download Auction Facebook Application (Social Networking)

Modern Menu 2 (Navigation and Menus)

Modern Menu 2 was designed and developed to be a modern, flexible, easy to use and customize menu. It is perfect for creating a quick and dynamic menu to use for your site.

  • It comes with 7 different looks to choose from.
  • It has a clean and modern design.
  • It is very flexible and easy to use.
  • It displays smooth transition effects when interacting with the mouse.
  • The code is standards compliant, clean and easy to use.

Download Modern Menu 2 (Navigation and Menus)

.NET UPS Shipping Rates Integration Framework (Miscellaneous)

Get UPS live shipping rates up and running quickly! The UPS Shipping Rates Integration Framework allows developers to get started on integrating with UPS or other API providers.

Features

  • Save time in integrating with UPS and get live rates up and running fast!
  • Works for both domestic and international shipping rates!
  • Professionally designed UPS API wrapper/framework to make obtaining live rates much easier
  • Learn from the source code (C#)
  • Console (e.g. Windows Command Prompt) application that gets actual live UPS rates for both domestic and international shipments
  • Getting Started Guide and examples included
  • Class library can be utilized by any .NET language (e.g. VB.NET, Iron Python, etc.)
  • Very helpful library for .NET API integrators or developers wishing to get started with consuming services

Download .NET UPS Shipping Rates Integration Framework (Miscellaneous)