Results matching for "%22of+the+day%22"
Sort Listings By
Show Only
By Customer Review
Licence Type
Content pages plugin
posted byScriptDirinContent Management
This plugin implements the creation and management of content pages of the project. As well as managing the meta data of these pages.
(0 ratings)
Reviews0
PriceUSD 12.00
Views736
HTML5 vs Flash Drawing
posted bywillieohwillieinSVG & Canvas
The same icon is drawn in JavaScript on an HTML5 canvas element and in ActionScript 3 in Flash. The differences in code is discussed after each step. The source code for each option is included for download.
(3 ratings)
Reviews0
PriceFree
Views1110
Social Lifestream
posted byScriptDirinSocial Networking
Social Lifestream is a social feed aggregator, which simply grabs your various social feeds and displays them chronologically.
(0 ratings)
Reviews0
PriceUSD 8.00
Views1017
eInvoice
posted byScriptDirinBilling Systems
Nice template with easy to print out. You can also create your own template. just use two line, you can create your own invoice.
(0 ratings)
Reviews0
PriceUSD 8.00
Views1319
HTML5 Canvas Example
posted bywillieohwillieinSVG & Canvas
Step by step tutorial drawing an icon of a warning symbol on an html5 canvas. Current html5 browser compatibility is discussed as well as downloadable source code.
(6 ratings)
Reviews0
PriceFree
Views1134
Restart and Stop of ASP.NET Application
posted byBeansoftwareinTutorials & Tips
ASP.NET web application could restart or stop for numerous reasons. Most of the time, we would like that ASP.NET website is alive.
To save resources, web server could restart or completely stop web application many times per day. Every time when this happens, website visitors could experience slow page loads, sessions could be lost, or even see error message in browser like "408 Request Timeout", "500 Internal Server Error", "503 Service Unavailable" etc.
This tutorial explains what you can do when ASP.NET application restarts or stops execution.
(0 ratings)
Reviews0
PriceFree
Views738
Scheduled Tasks in ASP.NET
posted byBeansoftwareinTutorials & Tips
Very often, there is a need to execute some code on certain date and time, or to repeat execution in regular time intervals. In case of ASP.NET web application, that could be sending of reminder e-mails, analyze traffic data, creating reports, maintenance tasks etc. Unfortunately, ASP.NET doesn't provide some straightforward way to schedule tasks.
This tutorial explains how to simulate scheduled task using ASP.NET only, using Timer, Thread or Cache expiration.
(0 ratings)
Reviews0
PriceFree
Views752
How To Keep ASP.NET Session Alive
posted byBeansoftwareinTutorials & Tips
If visitor doesn't make any web request in time interval longer than specified as session timeout (20 minutes by default), session will expire. That means all session variables will be deleted. Sometimes, we want to keep session alive and wait while user is completing some long task.
This tutorial explains how to keep ASP.NET Session alive using JavaScript, jQuery, Meta Refresh or ASP.NET Ajax.
(0 ratings)
Reviews0
PriceFree
Views850
How To Change ASP.NET Session Timeout
posted byBeansoftwareinTutorials & Tips
To preserve web server's resources, session expires after certain time of inactivity (20 minutes by default). If there are no new requests from same visitor, all session data related to that visitor are deleted from server's memory. This could be a problem in some scenarios.
This tutorial explains different ways how you can manipulate ASP.NET session state timeout and keep sessions alive.
(0 ratings)
Reviews0
PriceFree
Views1196
PHP script for SMS sending
posted byaronsmitinCommunication Tools
Simple and easy for modification, PHP script for SMS sending ( United Kingdom, United States, India and Worldwide) through HTTP with you own Sender ID and delivery reports. You just have to type your account information ( http://www.proovl.com ) and upload file on server. Proovl texting
Video Instruction: https://www.youtube.com/watch?v=SAcQafaW7ek
(15 ratings)
Reviews0
PriceFree
Views3795
AS3 Fireworks
posted bythatsasifinFla Archives
# Supports fireworks with background.
# Custom colors in fireworks.
# Customize number of particles and explosion size within actionscript.
# Fading text effect with HTML and Embeded font support.
# Ease of changing the data in fading text with XML file support.
# Much more in the package and more to be updated.
(0 ratings)
Reviews0
PriceUSD 4.00
Views620
Total Topsite
The administrator and other users can add their sites to the directory where they can be voted on.
(6 ratings)
Reviews0
PriceUSD 17.00
Views2279
Enhanced SQL Web Console for MySQL
posted byScriptDirinMiscellaneous
Drag-drop to use, no setup needed.
(0 ratings)
Reviews0
PriceUSD 12.00
Views576
Professional Form Builder SmartFormer Gold for Magento
posted byITorisinCustomer Service
SmartFormer Gold is an advanced for builder convenient for any level of user, yet developers will find advanced tools to create complex form-based applications - in addition to set of draggable HTML elements, toolbox of snippets and configurable email templates the form builder provides embedded PHP, CSS, JS and HTML editors, Database Manager to change or customize the behavior of forms on the fly!
(0 ratings)
Reviews0
PriceFree
Views762
PHP-eSeller, Digital shopping cart with PayPal
posted bypaulvgibbsinShopping Carts
Use PayPal IPN system to automate delivery of digital goods (mp3, ebooks, pdf, graphics, videos and so on) to customers.
Sell physical goods as well as digital downloads.
Has a number of built in shopping cart front ends including an AJAX shopping cart system.
Buy buttons may also be created by hand to easily integrate into existing web pages.
File location is hidden and cannot be deduced. Downloads are limited by time and number.
Sales are recorded.
Associate many downloads files with each product.
Checks made on transaction to prevent fraud and spoofing.
Email all customers or email those who have purchased a particular product.
Simple to install PHP/mySQL system.
(0 ratings)
Reviews0
PriceUSD 55.00
Views1016
JomSocial - Social networking component for Joomla
posted byjomsocialinSocial Networking
JomSocial is a popular, feature-packed social networking component for Joomla.
JomSocial features:
* Customize profile fields as you wish.
* Create, join and manage your groups.
* Invite and connect with your friends via our buddy-system
* Communicate with friends via private messages or post messages on user wall
* Upload, share, manage and comment on photos and videos
* See what your friends are doing in the Activity Stream
* Integrate with 3rd party components with JomSocial's robust API
* Manage and promote your events with JomSocial Event Management
* and much more!
Check our latest features here: http://www.jomsocial.com/overview.html
(0 ratings)
Reviews0
PriceUSD 45.00
Views1090
Component to send SMS / Text messages
posted bystefanosessainCommunication Tools
This is a quick guide demonstrating the use of the PanaceaSms component (written for the Panacea Mobile SMS Gateway / www.panaceamobile.com / free test credits given) which allows you to easily send SMS from your application, as well as receive delivery reports.
More info can be obtained from: http://bakery.cakephp.org/articles/view/component-to-send-sms-text-messages
This component is for CakePHP
(12 ratings)
Reviews0
PriceFree
Views4092
ASP.NET Session State Alternatives
posted byBeansoftwareinTutorials & Tips
Session variables are easy to use, but they could cause problems with scalability, reliability and security. Although Session State in ASP.NET is improved a lot, especially when compared to classic ASP sessions, it is not appropriate solution in every scenario.
This tutorial explains all possible and recommended alternatives for ASP.NET Session state.
(0 ratings)
Reviews0
PriceFree
Views712
How To Write, Read and Delete Session State Variables
posted byBeansoftwareinTutorials & Tips
Session state can be used to identify same visitor between requests. Session variables act as global variables, visible from all .aspx pages on website.
This tutorial explains how to write, read and delete ASP.NET session state variables and avoid common problems.
(0 ratings)
Reviews0
PriceFree
Views792
croogo
posted byhsbotinCakePHP CMS
Croogo is a free open source cakePHP powered content management system that inspired by Wordpress. It supports themes and plugins. Content can be of type blog posts or pages with support for comments and RSS. Croogo is SEO fully and even gives you full control over meta tags.
(15 ratings)
Reviews0
PriceFree
Views1837




