improve public understanding
Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 477
Simple Public Upload 1.2
*Simple Public Upload is brought to you by weizhong @ no2b.com! Want a simple php uploading script? Want to customize it easily? Want to integrate it into other php scripts easily? Get Simple Public Upload! You can edit and redistribute this file in any more>> *Simple Public Upload is brought to you by weizhong @ no2b.com! Want a simple php uploading script? Want to customize it easily? Want to integrate it into other php scripts easily? Get Simple Public Upload! You can edit and redistribute this file in any way you want. You can remove the backlink if you find it a nuisance too.This tool is only free for non-commercial use. For any questions related to Simple Public Upload, feel free to drop me an email at ngwz92 AT gmail DOT com. have fun!<<less
Added: 2007-06-14 License: Free Non-Commercial Price: $0.00USD
15 downloads
Understanding HTTP
An introduction to the HTTP protocol used for the exchange of www documents. It covers the essential knowledge needed for the other articles in this section on web client programming. more>> An introduction to the HTTP protocol used for the exchange of www documents. It covers the essential knowledge needed for the other articles in this section on web client programming.<<less
Added: 2000-02-22 License: Freeware Price: Free
3532 downloads
BasicCMS public beta 2 1.2.0
BasicCMS: This web application will let you control the content of your web site. You can also add mods to expand the function of your web site. more>> BasicCMS: This web application will let you control the content of your web site. You can also add mods to expand the function of your web site.<<less
Added: 2006-05-08 License: GPL Price: $0.00USD
13 downloads
Other version of BasicCMS
License:GPL
Improve your ASP.NET Site performance with Caching
Caching is the process of storing frequently used data on the server to fulfill subsequent requests.You will discover that grabbing data or objects from memory is much faster than recreating the web pages or items contained in them from scratch. A more>> Caching is the process of storing frequently used data on the server to fulfill subsequent requests.You will discover that grabbing data or objects from memory is much faster than recreating the web pages or items contained in them from scratch. A Proper use and fine tune of caching approach of caching will result on better performance and scalability of your site. However improper use of caching will actually slow down and consume lots of your server performance and memory usage. Good candidate to use caching is if you have infrequent chance of data or static content of web page.<<less
Added: 2007-10-01 License: Free Non-Commercial Price: $0.00USD
13 downloads
PHP Script Tips - Understanding and Using Sessions
A collection of 19 tips on understanding and using sessions in PHP. Clear explanations and tutorial exercises are provided on starting and closing sessions, saving and retrieving values in sessions, d more>> A collection of 19 tips on understanding and using sessions in PHP. Clear explanations and tutorial exercises are provided on starting and closing sessions, saving and retrieving values in sessions, deciding how session IDs to be transferred, deciding where to store session files, deciding when to expire session values, etc. Topics included in this collections: What Is a Session? How To Turn On the Session Support? How To Save/Retrieve Values to the Current Session? What Is a Session ID? How To Retrieve the Session ID of the Current Session? What Are the Options to Transfer Session IDs? How Session IDs Are Transferred on Your Web Server? How To Force the PHP Engine to Use Cookies to Transfer Session IDs? Is It More Secure to Use Cookies to Transfer Session IDs? Where Are the Session Values Stored? What Set the Timeout Period on Session Values? How To Remove Values Saved in the Current Session? How To Tell If a Session Is New? What Is session_register()?<<less
Added: 2006-06-21 License: Free for non-commercial use Price: Free
1247 downloads
Understanding State Management 1
Tutorial explains how to maintain state-level and page-level information of an ASP.NET Web application. You need to maintain state-level and page-level information of an ASP.NET Web application because Web pages and ASP.NET Framework use stateless more>> Tutorial explains how to maintain state-level and page-level information of an ASP.NET Web application. You need to maintain state-level and page-level information of an ASP.NET Web application because Web pages and ASP.NET Framework use stateless HTTP protocol to communicate between a Web browser and a Web server.<<less
Added: 2008-06-18 License: Freeware Price: $0.00USD
14 downloads
Using and Understanding Cookies in ASP.NET 2.0
This article will explain about cookies and how to use Cookies in your ASP.NET applications. As we all know that cookies is very popular and being used by almost all websites in the world to track user information such as logon details, length of visit, more>> This article will explain about cookies and how to use Cookies in your ASP.NET applications. As we all know that cookies is very popular and being used by almost all websites in the world to track user information such as logon details, length of visit, number of visits and etc. A cookie is a small text file that the browser creates and stores on the hard drive of your machine. Cookie is just one or more pieces of information stored as text strings. A Web server sends you a cookie and the browser stores it. The browser then returns the cookie to the server the next time the page is referenced.<<less
Added: 2007-11-02 License: Other Price: $0.00USD
13 downloads
Understanding and Using JSP Sessions
This tutorial helps you to understand: What is a session? How a JSP server uses cookies to pass session ID? How to pass values in session objects? How to debug JSP session objects? more>> This tutorial helps you to understand: What is a session? How a JSP server uses cookies to pass session ID? How to pass values in session objects? How to debug JSP session objects?<<less
Added: 2006-11-12 License: Free Non-Commercial Price: $0.00USD
16 downloads
XHTML 1.0 Tutorials - Understanding Forms and Input Fields 1.0
A collection of 25 FAQs/tutorials tips on XHTML forms and input fields. Clear answers are provided with tutorial exercises on forms and input fields: form elements and submission methods; input elements and input types like text, password, radio, more>> A collection of 25 FAQs/tutorials tips on XHTML forms and input fields. Clear answers are provided with tutorial exercises on forms and input fields: form elements and submission methods; input elements and input types like text, password, radio, checkbox, hidden, submit, file, image, button; dropdown lists and text areas; multiple forms.<<less
Added: 2006-11-20 License: Freeware Price: $0.00USD
10 downloads
Other version of XHTML 1.0 Tutorials - Understanding Forms and Input Fields
License:Freeware
phpNewsManager 1.47
A PHP/MySQL-driven news manager that allows you to manage your web content online. Some Features: User accounts with different privilegies, which can be modified or deleted. Full featured admin script with WeeklyPoll, Members management, Public news, more>> A PHP/MySQL-driven news manager that allows you to manage your web content online. Some Features: User accounts with different privilegies, which can be modified or deleted. Full featured admin script with WeeklyPoll, Members management, Public news, Partner list manager, Gallery, Commenting news, Weather manager and installer for easy setup and multilanguage support. Script can automatically export your news into XML (RSS format) and optimize database. Layout is with improved GUI with option for realtime preview of news. Weather page for writting daily weather. New system for inserting pictures into news. Now you can insert unlimited pictures into each news. In latest release we fixed major problem with submitting and editing public news and some optimizations were done. in version 1.47 vulnerability with languages was fixed.<<less
Added: 2001-03-01 License: Freeware Price: $0.00USD
16 downloads
Other version of phpNewsManager
License:Freeware
Understanding Controllers in Ruby-on-Rails
This tutorial will focus on the ActionController. The first sections will cover the services provided by ActionController and the techniques to access them. The final section will provide insight into more>> This tutorial will focus on the ActionController. The first sections will cover the services provided by ActionController and the techniques to access them. The final section will provide insight into using these techniques in the real world.<<less
Added: 2006-08-31 License: Freeware Price: Free
1150 downloads
Google PageRank 1.0
Download and install the script to display pagerank on your site. Download and modify to start your own pagerank service. more>> Download and install the script to display pagerank on your site. Download and modify to start your own pagerank service.<<less
Added: 2006-06-15 License: Freeware Price: $0.00USD
19 downloads
Other version of Google PageRank
License:Freeware
Understanding Action Views in Ruby on Rails
This article covers the basic services provided by the ActionView. The ActionView helps you present data to your users. Keep reading to learn some terminology and study an example application. more>> This article covers the basic services provided by the ActionView. The ActionView helps you present data to your users. Keep reading to learn some terminology and study an example application.<<less
Added: 2006-08-31 License: Freeware Price: Free
1154 downloads
Understanding Session Object in ASP.NET 2.0
In this article, I would like to share and explain about Session objects in ASP.NET 2.0. How it is used and what new features has been introduced. I will also list out all the type of Session objects that you can use and the best practices for every more>> In this article, I would like to share and explain about Session objects in ASP.NET 2.0. How it is used and what new features has been introduced. I will also list out all the type of Session objects that you can use and the best practices for every Session objects type. In classic ASP, the Session object was held in process (as was everything) to the IIS process and therefore any crash to the IIS or apps pool being reset will cause the whole Session object being resetted. Hence this will make the Session objects not reliable at all and cannot be used to stored important data especially if your website is dealing with client login information or e-commerce type of website. In ASP.NET 2.0, new features has been introduced to make the Session objects more reliable and robust.<<less
Added: 2007-09-04 License: Free Non-Commercial Price: $0.00USD
16 downloads
Video Photos and Music Hosting 5
Mediamungo is an online media sharing portal for your video, photos and music. Create your own public or private album to share your video clips, photos, or audio. more>> Mediamungo is an online media sharing portal for your video, photos and music. Create your own public or private album to share your video clips, photos, or audio.<<less
Added: 2005-11-12 License: Freeware Price: $0.00USD
15 downloads
Secleted [ 0 ] software to compare
Copyright Notice:
Software piracy is theft, Using crack, password, serial numbers, registration codes, key generators is illegal and prevent future software development. The above improve public understanding search only lists software in full, demo and trial versions for free download. Download links are directly from our mirror sites or publisher sites, torrent files or links from rapidshare.com, yousendit.com or megaupload.com are not allowed