People love them. Why do they love them? It's a psychological issue. People love to find out what others think (hey, don't you?) and polls are the fastest way for them to satisfy this curiosity.
Can add new poll via admin page. Use start and end date to show each poll. Have poll archive page to view past polls. Include poll.php on any page to view poll.
monitors websites, web servers, servers etcfrom your site as they might be hosted on a different server. Internal server uptime monitoring can also irrelevant as they're inside the same firewall. Servping provides website and web server monitoring and send you email or SMS when downtime happens. You can rapidly response and save your business. Actively monitors from geographically differs on 9 point across the globe. Sign Up now to get free 1 minute interval monitoring up to 5 services.
Templating is important to nearly every website now. It allows you to use the same
design on all your pages, while having different content. There are many ways of
doing it; this article will focus on the most common.
To download these files, you provide a downloader script. The script can be used for protection from direct download, check user's authentification, write logs, and such.
Lite Web-based file management system. Used primarily as an FTP replacement. Supports directory confinement which blocks users from traversing out of a folder.
Clean up your site with CSE Lite! CSE HTML Validator Lite is an award winning FREE (for personal and educational use) HTML editor and basic HTML syntax checker for Microsoft Windows 2000, XP, Vista and above. It's also adware and spyware free!
This calendar maker allows you to create customized photo calendars using your own photographs or sample built in photographs with the EasyCalendarMaker!
I was recently working on a project which needed to match a user with a county based on their (UK) postcode. In the end searched over Wikipedia and made extensive use of Google to come up with a small table which matches the postcode prefix with the postal town, county, and region. You can find a tab-separated file with this data here:
Script Features: Recipe rating. Top rated Recipes list. Recipe categories. Recipe rating. New Recipes list. Members menu features: Post recipe comment. Post recipe. Admin Panel features: Edit,Add, Delete recipe categories. Edit,Add, Delete recipes. Edit,Add, Delete recipe comments. Search members by user name, account status and name. Signup form config (set field as required, enable or disable field). Optional search engine friendly links (require mod_rewrite). Optional signup form protection with CAPTCHA image.
Do you want an ASP.NET control for OLAP-Analysis? Do you want a powerful OLAP library without having to install any software or any ActiveX components on the client side? Do you want to provide your clients or customers with a perfect, flawless thin OLAP client?
If you have the relatively small database and don't want to set up the dedicated OLAP server... If you want to connect directly to your relational database... If you want your thin client to be scalable enough... If you want your customers to use such OLAP functionality as Pivoting, Sorting, Grouping, Filtering, and time series analysis... And if you want all these functions to be tunable...
Micro Meta Spider is a small script to extract META data informations from the given URL. Just enter the requested website URL and the script will provide you all of the Meta informations of the html page.
Local IP checker / filter is a PHP program that helps to block 3rd party stat tracking when using a local network to access webpages. If you host your own website and use a 3rd party tracking company to track your visitors usage/system specs they most likely give you a piece of code to place within your HTML code. If you dont want that code to track your visits it is pretty easy to do. This program was written with the idea that you are accessing the webpage via a local network or via the server itself (like when viewing recent updates on local production servers). If you access the page from the LAN your usage is not tracked. If you access it via the internet the tracker code works as usual. It is fairly basic and may need a modification or two depending on your networks IP configuration.
I thought i would write this tutorial because most of the auto completer applications i have seen just dump the code into a zip and tell you how to use it rather than how and why it works, knowing about this enables you to customise it a lot more.
We wanted to give our customers the ability to create Flash content without any boundaries. Now you have a Flash scrolling component that can scroll anything, can be placed anywhere in your Flash project, can be customized to suit the design and can be reused at any time you want and all this can be done from an intuitive and easy to use user interface.
PHP/MySQL/Ajax user management system/file management system. With this script you can allow users to register accounts to access member only pages. As the admin you can create new files on-the-fly via the admin control panel, as well as modify, delete and password protect files. Installer file makes installation a breeze, all you have to do is upload all the files and navigate to install.php and insert only your mysql database information and hit install. You can sort users in the database, see whos online (in realtime), administrator can edit the default template files right from the control panel. This script can be integrated extremely easy with just about any other script (news scripts, poll scripts, blogs, etc.) Simply create a new file from the admin control panel, and copy and paste the script code into the file and save it. This is an extremely versatile script and can be used many ways, it's up to you to decide how to use it. Best of all is this script is free.
This is a simple Google Keyword Ranker written in PHP to parse google query pages looking for your keyword rank. This is something that I use personally to tell if I’m doing a certain campgain justice. This is great for simple SEO checks. If you don’t have a google API key you more then likely hand walk through google’s pages. THis does it for you a whole lot faster.
Features:
When it comes to Web development these days, you have a lot of options. Many of these methods involve preprocessing?that is, embedding code into HTML pages with special tags that signal to a preprocessor that they contain code, and that it should do something with it. Much like a CGI, this code is then run on the server, and it returns some content, which then assumes part of the shape of the resulting HTML page sent back to the browser. Both the open source scripting language PHP and languages within Microsoft's ASP.NET framework fall into this category; JavaServer Pages (JSP) and Perl/Mason operate this way as well.
When it comes to online dating software, you have a world of options to choose from. From a basic dating script to full-featured, professionally-developed dating software. The choices can make your head spin. How do you know which one is right for your dating site needs? When will you find dating software you can be confident in? Doesn't anybody make professional, customizable, social networking software that's affordable
The MVC approach that separates business logic from presentation logic. In Freeform, it is impossible to write business logic code that will generate resulting HTML directly. The bundled html package that implements the best templating engine in PHP5 world, while allowing you to stick small PHP code fragments, discourages this and is truly XML-based. With its tools you can create your own tags that will present complex content and separate the business logic from the presentation logic. The template designers will never have to type endless URLs and select lists or take care of not destroying some parts of embedded PHP code, while the programmers can concentrate on code manageability because their code is free from any markup.
The framework also offers an elegant form processing automation solution. All you have to do now is to create a form class and add fields to it, specifying validators. Upon submission the form will validate itself, and, if it fails, you can redisplay the page where wrong input will be re-prompted saving the correct input. File uploads are also fully automated; you can validate upload correctedness with no coding at all.
Packages is a solution to application modularity. With Freeform, it is easy to create separate packages, or modules, that solve some common sub-application problems (a forum, for instance). Using its own configuration the package can easy plug into your existing application in seconds with no additional programming. You will just have to modify several configuration setting and you are done!
Session API is a new approach to handling sessions and users. It unifies interface to sessions while giving you the ability to choose from many underlying implementations. Thus, the packages are unaware from all session and user handling tricks. Unified user handling guarantees that whatever user model your application has, other packages will be sure that there is a current user and what role he has.
Security API is a standard way to protect critical areas of your application from unauthorized access. Each user action is checked against a security policy that makes decisions on whether the request can be completed in the current environment. You can then configure other packages to use your security policies to protect access to them. Besides, the user system is role-based, where you define the roles and instruct other packages which roles to allow or to deny. Being that simple, you can easily define your custom and reusable security policies for the entire application.
Joining mailing list will entitle you
to receive occasional emails informing you of news and
updates to the site and any special offers that may be
of interest to you.