New Scripts | PHP | Scripts & Programs | Development Tools
Layered Popups
Internet is full of boring popups. So, it's a time to break this trend. That's why I created "Layered Popups". With this script you can realize your imagination and make unique multi-layers popup windows. You can create multiple layers with whatever-you-want content and add custom transitions/animations for each layer. You can embed AJAX-ed subscription form which works with autoresponders (MailChimp, GetResponse, iContact, Campaign Monitor, AWeber) and collect users' names/e-mails. You can raise popup window on page load or show it on click event. You can make your website more attractive and pay users attention to certain stuff.
Reviews0
PriceUSD 12.00
Views855
Puja
posted byjinnguyen123inLibraries & Classes
Some of Puja's features:
VALIDATE TEMPLATE SYNTAX
it is extremely fast
no template parsing overhead, only compiles once.
it is smart about recompiling only the template files that have changed.
unlimited nesting of sections, conditionals, etc.
built-in caching of template output.
Reviews0
PriceFree
Views709
SyncRelease
SyncRelease is a compelete release management and depolyment web application for Subversion(SVN), allowing you to streamline the process of software development and deployment.
Reviews1
PriceUSD 50.00
Views947
Php Debugger & Logger
posted byifsaleinDebugging & Testing
A very handy tool to debug and log php code. The class uses a floating panel at the top right of the page. There are also a couple of features that can fix security issues with the php default error handler, and it can be used with just 3 lines of code.
Here are some of the available features:
- Show globals vars ($GLOBALS, $_POST, $_GET, $_COOKIE ...)
- Show php version and loaded extensions
- Replace php default error handler
- Logs sql queries
- Monitor code and sql queries execution time
- Inspect variables for changes
- Dump of all types of variable
- File inspector with code highlighter to view source code
- Send messages to js console(Chrome only), for ajax scripts
If you are a developer, this tool will definetly help you out!
To see all available features have a look at the example file or the manual
Reviews0
PriceFree
Views921
Table Maintenance
posted bypkhanchandaniinLibraries & Classes
Add, Update, and Delete MySQL table records without programming for forms, general validations, etc. Useful for Master Maintenance of setup and parameter tables.
All updates and deletions are automatically logged in an auditTrail.
The form and the record list is auto generated with navigation for the list. Both can be customised extensively.
Default form validation is done for add and update mode. If foreign keys are declared, they are made use of. A method is provided to define explicit foreign keys if DB level keys are not defined. Additional specific validations can be included.
Reviews0
PriceFree
Views851
PHP common data gateway
posted byharekoinLibraries & Classes
This package can set and get values of common data structures.
It provides static functions that can be called from anywhere to setup a common data structure with a name and values for named properties. A data structure is created if one does not exist with the given name.
Properties may be changed to a given value specifying a string with the name of the data structure followed by the name of the property separated by a dot. If no value is passed, the current value of the property is returned.
Reviews0
PriceFree
Views833
PHP Javascript Detect Visitors Country
posted bykhoaofgodinLibraries & Classes
Why you need to detect your client IP Address and their location? You can do many things, such as: redirect them to a right page, pick a display language for them, block some countries that you don't like, set a good theme for your visitors, and show your clients some of your products / services base on their countries, city, location... etc.
Reviews0
PriceFree
Views1169
Website Quick Start
posted bymammothologyinApplication Framework
Built using the latest software principles by a professional software engineer you can be confident in the high quality of the code.
The software is written in PHP on the Codeigniter platform and uses jQuery and Knockout.js for the client side UI code. Modern practices of MVC and Ajax are used which means it will be easy for any developer (even beginners!) to pick up and get started in under 5 minutes.
Features:
User Login & Signup
Simple blog with TinyMCE
Auto generated FAQ
Contact form using Codeignitors email library
Privacy and Terms templates
User profile page
Font Awesome web fonts plus some useful custom CSS
Lots of example code and comments to extend and learn from
Reviews0
PriceUSD 13.00
Views876
APIcaller
posted byMASNathaninLibraries & Classes
This package can send requests to different Web services APIs.
There is a base class that can send HTTP requests to given API URLs, retrieve the results and return decoded JSON, XML responses, or just the raw response data as a string.
Implementation sub-classes can send requests to several types of API Web services.
Currently it provides implementation classes to call OpenWeatherMap and GeoPlugin.
Reviews0
PriceFree
Views748
Portable UTF8 - Library for Unicode Handling in PHP
posted byhamdusainLibraries & Classes
Portable UTF-8 is a library that enables Unicode support in PHP applications. It is written in PHP and does not need mbstring, iconv, UTF-8 enabled PCRE or any other library. The benefit of Portable UTf-8 is that you can bundle it with your applications and it needs no external support.
Reviews0
PriceFree
Views987
MagicMin
posted bybennettstoneinLibraries & Classes
This class can merge and minify and JavaScript and CSS files.
It can compress JavaScript and CSS files by stripping unnecessary comments, spaces, tabs and line breaks. Previously minified images are skipped.
The Javascript processing can use JSMin or the Google Closure API.
The class can also merge multiple JavaScript and CSS files to minimize the number of server requests.
External images used by CSS files may be converted to be inserted in the CSS styles using data URLs.
The class caches processed files to avoid processing overhead until any of the source files is changed.
Reviews0
PriceFree
Views767
CSS Compression Tool
posted byphp_seoinPerformance Enhancement
This tool allows you to enter any CSS code and it returns the compress version of that CSS code. This script helps in minimizing the file size and decreasing the web page load time. The script removes the CSS comments, line breaks, extra spaces, etc from the CSS code.
Reviews0
PriceUSD 15.00
Views1212
Little Software Stats
posted bylittle-appsinPerformance Enhancement
Little Software Stats is the first runtime intelligence software released as open source and free. It is designed and developed through MySQL and PHP which will allow most web servers to run it. Little Software Stats allows users to collect information including executions, installations, exceptions, and geographical location.
Reviews0
PriceFree
Views914
Spiceworks External API
posted byanthony_edeninLibraries & Classes
Ever wanted to get alerts, tickets, hardware info and other details out of your Spiceworks system? Now you can! By impersonating a user, this small script allows you to request data in JSON from Spiceworks itself.
Reviews0
PriceFree
Views746
Bitvec
posted byCPKSinLibraries & Classes
This PHP class is used for economical storage of large vectors of 0/1 values. Bit vectors are useful, for example, in prime number generation. The native PHP array is much too powerful for the job, and far too costly in memory: the overhead is 208 bytes per element (on a 64-bit system), or 1667 times the optimum size. Class bitvec stores packed bits in an SplFixedArray of integers, considerably reducing the storage required.
Reviews0
PriceFree
Views826
Siviglia templating
The Siviglia templating engine allows to create templates using smaller, reusable bits of code called widgets.Those widgets can, in turn, be based in other widgets.
In this way, templates are written using abstract widgets (like "page", or "menu"), which, recursively, resolve to concrete widgets that generate HTML (or any other language).
Templates are just plain php files, with some special tags used in the html context, so the syntax is very simple.Templates are parsed to generate a single PHP file, which is cached, and served.
Includes plugins to ease internationalization support, and to keep in a single file, the php, html, css and javascript required for a widget.
Reviews0
PriceFree
Views823
PHP Config
posted byklarkusinEnvironment Variables
This PHP class can be used to read configuration options from ini files.
Supports multidimensional arrays and chained objects
Reviews0
PriceFree
Views847
PHP IoC
posted byklarkusinLibraries & Classes
This PHP class implements IoC (Inversion of Control) principle
to resolve dependencies between classes and acheive loose coupling.
IoC is implemented using dependency constructor injection.
Dependencies should be defined in configuration file
Reviews0
PriceFree
Views907
PHP lib for PunyPNG API
PHP library for image compression, uses PunyPNG.com API
Supports PNG, JPEG and GIF images
Works on local files and urls
Can be used in single file and batch modes
More info on PunyPNG API
Reviews0
PriceFree
Views928
PHP Custom t-Shirt Design Script
posted byinettamilinMiscellaneous
2daybiz custom T-shirt design, an ultimate solution for starting your custom online T-shirt design & printing website. Our software gives your user a guaranteed and easy way to design their own t-shirts, without any risk in ordering customized t-shirts on the web. Our design script makes it simple to visualize the exact customer needs.
This software script features an effortless flash interface, thereby enabling the user to pick their custom T-shirt design. They can also customize by changing the size and color of the T-shirt and choose a font to write on it. The script enables to process payments instantly through the popular payment gateway. Refreshing content can be added to the website with more features like photo gallery, design library etc., to attract repeated visitors.
Features:
· Manage Advertisement
· Manage Logo
· Manage Site Information
· Manage Site Content
Reviews1
PriceUSD 249.00
Views4551
