Results matching for "%22of+the+day%22"
Sort Listings By
Show Only
By Customer Review
Licence Type
Advanced File Management
posted byScriptDirinFile Management
Features (v1.1):
- Link sharing (copy paste or send by internal mailer)
- Multiple file upload (swfuploader plugin)
- old single file upload for users with no js enabled.
- Admin notifications to email about file delete, upload, update
- Easy upgrade file from v1.0 to v1.1 for your convenience
Features (v1.0):
- Multi user access
- Uploads statistics
- User permissions ( for admin )
- Bandwidth / space / limits allocation per user ( for admin )
- Activity logs ( for admin )
- Includes install.php file for easy database installation.
(0 ratings)
Reviews0
PriceUSD 8.00
Views1798
Corporate Video Chat
FlashComs Corporate Video Chat application claimed its innovation among flash based solutions. It is a turnkey on the flash chat applications market. Being the ideal solution for social networking, corporate and commercial web sites, it gives you the capacity to enhance all of your members and turn guests into loyal clients. Cutting-edge functionality aligned with a clear-cut design, FREE features such as interface branding and whiteboard plugin make it an all-sufficient solution for a variety of advanced management options. Number of available plugins brings flexibility to chat configuration and meets the highest requirements of business orientated websites.
(0 ratings)
Reviews0
PriceFree
Views1473
FlashComs FREE MP3 PLAYER
posted byflashcomsinComponents
MP3 player allows You to organize playlists and perform records directly from the web page. Impress Your customers by playing their favorite tracks on the web-site. In addition to that discover more advantages with our FREE multi-functional solution. As our MP3 player has a re-brandable interface and a place for Your own advertisement. This FREE script gives a great opportunity to share your music and advertisement with only simple embedding the player on the web page. Attracting customers has never been easier. Let your company be heard!
(0 ratings)
Reviews0
PriceFree
Views1891
VisitorsOnline
posted byScriptDirinWeb Traffic Analysis
The script is very easy to implement and doesn’t require any database or configuration. Just upload it to the server and add some lines of code to your website.
-No database needed
-No configuration needed
-Number of visitors online
-Show the most visitors online ever and the date and time
-Show wich visitors viewing what page
-Track loggedin visitors
-Geotag your visitors (see from what country they are)
-Show how long the visitors are browsing your site
(0 ratings)
Reviews0
PriceUSD 3.00
Views966
Default Form Values with jQuery
Here's a useful jQuery snippet that clears the default values of form fields on focus and refills them if no text is entered. It uses the attribute called defaultValue which stores the original value of a form field.
(0 ratings)
Reviews0
PriceFree
Views902
News Reader with Autoplay and Scroll
posted byoxylusinNews Reader
This is the vertical version of our awesome Sliding News Reader Module. It is an advanced news reader file that supports unlimited item and can be resized.
As you can see in the preview, it can also be used as a scrolling menu with autoplay.
It is very smooth and the code is well optimised, this is a top quality file.
It is also easy to use and implement and would be a great addition to your project.
Among the Features:
- XML driven, resizable
- Unlimited number of news entries
- Set width and height of the component
- Set number of visible news items
- Set horizontal/vertical spacing
- Set news item width and height
- Toggle customizable image reflection
- Set scrollbar width
- Set customizable autoplay
- Set side images blur amount
- Set slide time
- Mouse wheel scrolling
All flash source files included.
Enjoy this new release from Oxylus Flash.
(0 ratings)
Reviews0
PriceUSD 12.00
Views698
Sliding News Reader Module
posted byoxylusinNews Reader
This is an advanced news reader file that supports unlimited item and can be resized.
As you can see in the preview, it can also be used as a scrolling menu with autoplay.
It is very smooth and the code is well optimised, this is a top quality file.
It is also easy to use and implement and would be a great addition to your project.
Among the Features:
- XML driven, resizable
- Unlimited number of news entries
- Set width and height of the component
- Set number of visible news items
- Set horizontal/vertical spacing
- Set news item width and height
- Toggle customizable image reflection
- Set scrollbar width
- Set customizable autoplay
- Set side images blur amount
- Set slide time
- Mouse wheel scrolling
All source files included, flash as well as photoshop design.
Enjoy this new release from Oxylus Flash.
(0 ratings)
Reviews0
PriceUSD 12.00
Views806
DooxSOFT Content Management System
posted bydooxsoftinContent Management
DooxSOFT CMS is a unique tool for creating and maintaining a web project. it Allows to provide a functional and stable development of web project and also to reduce expenses on supporting the project thanks to it's flexibility and ease of control over content. DooxSoft CMS is Light , fast , SEO optimized and Multi-language with a wide range of Plug-ins and modules such as Drag and Drop shopping cart , Asterisk Voip Billing Module , Red 5 Video Chat , and much more
(0 ratings)
Reviews0
PriceUSD 99.00
Views852
Twitter Friends & Followers Widget
posted bymike-moreinScripts & Applications
There is a Facebook fans widget, Google friends widget, what about a Twitter friends widget?!
This is a jQuery plugin that you can embed anywhere to display pictures of your Twitter followers or friends (whom you follow) and their latest tweets if you like.
(15 ratings)
Reviews0
PriceFree
Views2854
UserCake - Opensource user management system
posted bydarkdemon23inUser Management
The goal of UserCake is to provide people with a foundation to build user applications without all the hassle. UserCake is cleanly written, well commented, formatted and documented, did I forget to mention its object oriented for easy customisation? Simple codebase means developing with UserCake is simple and most importantly fast.
(30 ratings)
Reviews0
PriceFree
Views10812
SaurabhDeveloper
posted bysaurabhdeveloperinWeb Sites
SaurabhDeveloper.com is a site aimed at web developers and designers offering tutorials and articles on technologies, skills and techniques to improve how you develop and build websites. We cover HTML, CSS, Javascript, CMS, PHP, ASP.net, C#.net and VB.net.
(9 ratings)
Reviews0
PriceFree
Views2408
Phone number converter
posted byfstx46inCalculators
Have you ever wondered if your phone number has a memorable text equivalent, like 555-HELP? Just type it in and this script will generate all possible combinations, just pick your favorite one and tell the world how to reach you.
(0 ratings)
Reviews0
PriceFree
Views991
Periodic Table
posted byfstx46inCalculators
Besides a very organized Periodic Table, this script will tell you lots of information about any periodic element you click on.
(0 ratings)
Reviews0
PriceFree
Views1063
Pythagorean Theorem
posted byfstx46inCalculators
One of geometry's most useful formulas, the Pythagorean Theorem, can be applied to the numbers you enter in JavaScript! Just enter 'A' and 'B' and the script solves for 'C.'
(0 ratings)
Reviews0
PriceFree
Views1005
How to read asp radio button list selected value
posted byshawpnenduinForm Processing
Using javascript to get the asp radio button list selected value is not an easy job like other asp.net objects. To get the selected value from asp radio button list you have to iterate through all the radio buttons in that set and then read the value for checked radio button. In this post i will try to give you a complete example on how we can read selected value or selected text from Asp RadioButtonList or from HTML input type="radio". So lets start. At first create a new aspx page. In this page i will add one Asp RadioButtonList & one HTML input type="radio" object. Also add two labels to display the Selected Value & Selected Text as well. Our targeted output should be
(0 ratings)
Reviews0
PriceFree
Views1139
CookieCart
posted bydelbonoinJoomla / Mambo Modules
CookieCart is a Joomla! 1.5 native plugin that stores the user cart (anonymous user or registed user) in a cookie that will be used to re-populate the cart whenever the user gets back to the site, thus providing a great service to the customers visiting you virtuemart based e-commerce site.
Question:
"I've seen other mods/hacks doing this! So what?"
NO!
The difference is that THIS IS NOT A HACK! Instead THIS IS A PURE JOOMLA PLUGIN! Just Upload and publish and it works. That's all!
You can set:
* Cart duration in cookie (number of days or hours)
* Whether or not cart will be stored for anonymous users also or just or registered users
(0 ratings)
Reviews0
PriceEUR 10.00
Views776
How to get SelectedText from Asp Dropdownlist or HTML Select option
posted byshawpnenduinForm Processing
asp:DropDownList is the server side control of asp.net & the drop down selection list is an element of HTML forms commonly know as Combo Box. Most of the times developers need to find or get the Selected Index value, Selected Value & Selected Text. In this post i will show you how one can write a cross-browser supported client side javascript to get Selected Index, Selected Text & Selected Value form asp.net server side control asp:DropDownList & HTML drop down selection list. Hope it will help & save time for developers.
(0 ratings)
Reviews0
PriceFree
Views1337
DomainTools
posted byScriptDirinWeb Fetching
■Check if a domainname is free. Supported extensions: be, biz, cn, com, edu, eu, in, info,mobi, name, net, nl, nu, org, tv, us
■Get Google and Alexa rank for a domain
■Indexed pages on Google, Bing and Yahoo
■Count backlinks with Google and Yahoo
■Whois information
■Top keywords for a domain
(0 ratings)
Reviews0
PriceUSD 4.00
Views1038
Simple Video Player
posted byricosushiinFla Archives
Easy to use and customize video player. Configure it using the parameters panel.
FEATURES
Open source editable
Very easy to set and use
Draggable
Compact
Can have multiple instance in same project
Set colors and name for each window
Preview image and buffering settings
Drag and drop component
Load progress bar, seekbar with handler and time tooltip
Mute audio optional
More than 30 properties are configurable
(0 ratings)
Reviews0
PriceUSD 6.00
Views838
How to change CSS class name using javascript
posted byshawpnenduinDevelopment
If you are aiming to make HTML elements and change its CSS properties without reloading the entire page then this post is for you. Most often we need to change CSS dynamically to fulfill user requirement. In this post i will show you through an example how we can achieve it. So that you can easily understand & change CSS class dynamically or runtime in your page by writing a simple javascript function.
(0 ratings)
Reviews0
PriceFree
Views1082




