Results matching for "%22of+the+day%22"
Sort Listings By
Show Only
By Customer Review
Licence Type
By Technology
JDataTable
posted byzfqjavainDevelopment Tools
JDataTable provides a data grid for database, support ResultSet and RowSet.
(0 ratings)
Reviews0
Price 49.00
Views1820
JavaScript Open Source Scripts
A categorized directory of open source JavaScript scripts. Opensourcescripts provides the place for compiling, storing and distributing open source resources.
(9 ratings)
Reviews0
PriceFree
Views3253
Fundamentals of Web Site Acceleration
posted bydownloadmanagerinPerformance Enhancement
This paper outlines a common sense, cost-effective approach to lowering total cost of ownership and improving Web site and Web application performance according to two simple principles:
1. Send as little data as possible
2. Send it as infrequently as possible
We will explore "best practice" strategies that can be systematically employed in Web front-end source code and at the origin server in order to achieve performance improvements. These basic strategies, which all avoid expensive hardware solutions in favor of software and business process enhancements, include:
1. Code optimization
2. Cache control
3. HTTP compression
As we examine each strategy, we will explore the potential benefits to a variety of different Web sites and applications in terms of three vital metrics:
1. Faster Web page loads and an improved user experience, translating into higher revenue and increased efficiencies
2. Reduction of bandwidth utilization and increased, ongoing savings
3. Consolidation of the number of server resources required to deliver existing sites and applications
(3 ratings)
Reviews0
PriceFree
Views1303
Web Code Optimization
posted bydownloadmanagerinDevelopment
Google and Yahoo! know that speeding pages to their users is crucial. Both companies have invested millions of dollars in the server capacity and software enhancements that it takes to quickly serve search results to millions of users everyday. However, the optimizations that these companies perform do not stop at infrastructure investments. They optimize the delivery of their data right down to the data itself.
In the case of Google and Yahoo!, these smart coding practices were most likely designed into the development of their applications. Unfortunately, many Web authors and developers are forced with the task of applying smart optimization practices to an already complete Web site. There are ways that you can easily perform the same types of optimizations on your existing Web site code. Using a good Web site optimization tool is the best way and it can lead to substantial savings on any Web site. The following article is an illustration of how much can be saved on a typical Web page using a Web site optimization tool like w3compiler to apply some of these techniques.
(3 ratings)
Reviews0
PriceFree
Views1696
Mask Your Web Server
posted bydownloadmanagerinSecurity
Masking or anonymizing a Web server involves removing identifying details that intruders could use to detect your OS and Web server vendor and version. This information, while providing little or no utility to legitimate users, is often the starting place for crackers, blackhat hackers and "script kiddies". This article explores some ways you can minimize the risk of such detection. Most of the following examples focus on Microsoft's Internet Information Services (IIS) Web server, since it has been most widely lambasted for its vulnerabilities, but some Apache detection countermeasures are also covered. While IIS users probably have the most vested interest here, server anonymization is relevant to anyone responsible for administering a Web server.
(0 ratings)
Reviews0
PriceFree
Views1099
Mortgage Application and SQL Database
posted byntolerinDatabase Tools
Fully intergratable online web mortgage application form that submits form applications into the SQL database. Every time someone fills the form out you will be notified via email, also fully customizable ASP script with standard HTML form that can easily be placed on a network of websites that dumps into the same database, also every HTML form you put out there has a forward on it so that when the user clicks submit, the database returns a thank you page on originating site.
(10 ratings)
Reviews1
PriceFree
Views5305
bkbCompare
posted bycyber_wolfinContent Management
This will let you do product/feature comparisons on your postnuke site.
Feature Set: * Unlimited comparisons/products/features * Feature Descriptions * Product/Feature Notes * Categorize features into groups * Limit the number of product columns that are shown * Comparison page can have a header image * Products can have multiple images * Comparisons, Feature Groups, Features, and Products can be manually sorted * Products and comparisons can be copied * Be multilingual * Shockwave .swf files can be used for images * Users can choose which features/products they want to see * Integrated into the PostNuke search system * Users can add new products for admin approval * English and Italian language packs * Module title can be changed for users * Block to display comparisons * Hook enabled * pnTitle hack supported
(0 ratings)
Reviews0
PriceFree
Views2168
DeoX Designs
posted byDeoX DesignsinWeb Sites
Home of DeoXMS.
Coming soon to DeoX Designs. DeoXMS is currently the system managing the site.
Tutorials will also be coming as they are conceived.
Tutorials Include Photoshop, PHP, MySQL, and Samurize.
Your stop for a friendly place to stay is here at DeoX Designs.
New forum system coming soon.
(13 ratings)
Reviews1
PriceFree
Views2499
Ace Web Search
posted bywebmasterinWeb Search
Simple Perl script, that will let you search SearchFeed.com, or Google.com. You can even earn a commission for SearchFeed results, that are clicked.
(1 ratings)
Reviews0
PriceFree
Views1977
CryptoPro Investment Platform
<p> CryptoPro is an automated and secure HYIP investment script developed using PHP. It is an investment script that can be used for various purposes and offers features such as Peer to Peer transfer, multiple payment gateways, Informative user Panel, KYC, deposits, withdrawals, investment plans, bonuses and referral commissions, automated and dynamic ROI (Return on investment), Live chat support, Telegram and Whatsapp chat support, Newsletter, language translator and many more. It is also SEO friendly built with mordern PHP architecture. </p>
<p> CryptoPro is your best solution for creating an investment platform as it makes it easy for you to run your own online investment system within minutes. It is a fully responsive. </p>
<h2>Some Features</h2>
<p>
✓ Four Themes Included<br>
✓ KYC Management <br>
✓ Admin Role Permission <br>
✓ Peer To Peer Transfer <br>
✓ Live Chat Support<br>
✓ SEO Ready<br>
✓ Google Recaptcha V3<br>
✓ Admin Login Notification<br>
✓ Automatic ROI<br>
✓ Referral Bonus<br>
</p>
<h2>Demo Links</h2>
<p><strong>User Login:</strong> https://kinsmenscript.ga/user</p>
<p><strong>Username</strong>: demouser</p>
<p><strong>Password</strong>: 12345</p>
<hr>
<p><strong>Admin Panel</strong>: https://kinsmenscript.ga/admin</p>
<p><strong>Username:</strong> admin</p>
<p><strong>Password:</strong> 12345</p>
(1 ratings)
Reviews0
PriceUSD 200.00
Views2159
How to draw a line in .NET? Line Control for .NET
posted byrustemsabitovinMiscellaneous
When a beginner who has VB6 experience first time opens .NET and just going about making a form up he/she could notice there is no Line in the .NET toolbox. What happened, where did it go?
There is a difference from VB6 forms that Windows Forms .NET does not support the Line control.
The Line class is based on System.Drawing namespace that provides access to GDI+ basic graphics functionality. A Line control is a graphical control that displays a horizontal, vertical, or diagonal one-pixel-wide line that can't be changed directly. The Line control can be changed dynamically at run time.
The control class Line that is implemented in both languages (VB.Net and C#) is derived from System.Windows.Forms.Cont rol. It overrides the OnPaint method to draw itself. The class will draw the line depending on its properties.
(6 ratings)
Reviews0
PriceFree
Views4522
FlashMyAdmin - A Flash-based MySql Administration
FlashMyAdmin is a Flash-based MySql Administration project. Its first goal was an instant access to all datas in one page. It also allows the linked datas (sound,video,images,clip) to be shown directly within the interface and tables's rows to be read in streaming.
It features multiple database management, import/ export (SQL, XML, CSV, AScript), internationalization and frendly help system.
Technique : Sources in ActionScript for GUI & Php,Xml for middleware ; Web-based ; Linux/Windows clients ; FireFox/IE tested ; Unix/Windows Server.
This young project need contribution -for example- to Finish help content (voice or text - english,french or spannish).
The author wishes that FMA will be easy-to-use for people who want to initiate themselves to the databases.
(3 ratings)
Reviews0
PriceFree
Views6163
Gchats 3d Virtual Chat
posted bym_ocxinChat Scripts
Innovated 3d web-based flash chat and messenger virtual world for your website.Our clientele will be able to add customized environments or select from our templates.
Features :
- Private and Public Messaging
- Moderator options and ability to define mods
- Unlimited/Limited room capacity allowance
- Confirmation friends list and ignore option
- Customized Avatars and Customized environments
- Timed member misconduct boot
Chat history
**Free installation**
and much more...
(9 ratings)
Reviews0
Price 1,000.00
Views7227
13amp SparkBlog Weblog Management System
posted bysahr_johnnyinContent Management
SparkBlog 1.0 is a full-featured browser-based Photo Blog management system that runs on Macromedia Coldfusion. SparkBlog lets you manage unlimited blogs, unlimited users, unlimited posts and unlimited photos.
SparkBlog 1.0 comes with the following exciting features:
Automatic blog portal
E-mail or mobile phone blogging
Import XML news feeds
RSS 2.0 blog syndication
Track blog hits
Automatic archiving system
Dynamic blog search
Intuitive calendar navigation
Multiple blog templates
Search engine-friendly URLs
Built-in WYSIWYG post editor
Unlimited blog photos
Unlimited blogs and users
(0 ratings)
Reviews0
PriceFree
Views2031
Wireless messaging with JXTA
posted bypowelljgrinCommunication
Learn how to use JXTA technology to integrate thin Java 2 Platform, Micro Edition (J2ME) clients into enterprise-scale messaging applications by developing a set of classes that let you integrate J2ME clients into JMS (Java Message Service) applications running on Java 2 Platform, Enterprise Edition (J2EE) servers.
(0 ratings)
Reviews0
PriceFree
Views1457
Ababa Quarantine Cleanup
posted byYupapainEmail Utilities
Ababa Quarantine Cleanup is a script, for use with MailScanner from mailscanner.info, that cleans up your quarantine. You can specify the days you want to keep your quarantine.
(0 ratings)
Reviews0
PriceFree
Views1104
Unix man pages and resources
posted bypamphileinDevelopment
Over 150,000 pages of unix manual pages, and open source documentation in multiple languages + documentation on php, and python in multiple languages
(0 ratings)
Reviews0
PriceFree
Views943
Wizz RSS News Reader
posted bymikekinMiscellaneous
This is actually an XUL application that installs and runs as an extension on Firefox. The extension installs under Tools on the Firefox menu bar. It includes weather information and the ability to create and maintain private lists.
(0 ratings)
Reviews0
PriceFree
Views2733
Free Website Templates
posted byrachnaasirinTemplates
Download free Dreamweaver templates from entheosweb.com! All the free Dreamweaver template downloads include the Dreamweaver template, Fireworks source file, css styles, fonts and a help guide that will give you step-by-step instructions on customizing the templates. These website templates can easily be customized with your company name, navigation links and footer information.
(6 ratings)
Reviews0
PriceFree
Views2402
Dreamweaver Behaviors
posted byrachnaasirinMiscellaneous
Use the Dreamweaver behaviors panel to create jump menus, swap images, pop-up windows, play sound, validate forms and more. Dreamweaver behaviors make it easy to add interactivity to your site. Try out all the cool stuff possible using Dreamweaver behaviors.
(3 ratings)
Reviews0
PriceFree
Views1976





