24 projects tagged "Windows"
HTTrack is an easy-to-use offline browser utility. It allows you to download a Web site from the Internet to a local directory, building recursively all directories, getting HTML, images, and other files from the server to your computer. HTTrack arranges the original site's relative link-structure. Simply open a page of the mirrored Web site in your browser, and you can browse the site from link to link, as if you were viewing it online. HTTrack can also update an existing mirrored site, and resume interrupted downloads. WebHTTrack is a Web-based GUI for HTTrack.
RayFeedReader is a PHP class to retrieve and display feed content from a given URL. It can read feed content into an array, and supports RSS 0.91, RSS 0.92, RDF, RSS 2.0, and Atom feeds. It can detect the feed type automatically, or it can be set manually. A pluggable HTML widget rendering class is supported. The HTML widget can be rendered through the optional RayFeedWidget class or your own extended class. It is easily configurable and can work without any configuration. It is simple and easy to use from anywhere in your application with a single line of code. It supports the Singleton pattern and is light weight.
PHP eXhibition is a CMS designed primarily for visual artists, dealers, or just about anybody who wants to display works of art online. It features a back-end administration section and a front end Web site. An administrator can post artworks organized by galleries and/or articles organized by categories. It has a shopping cart that works with PayPal and Google Payments. Artworks may also be included in a sitewide RSS feed.
preload-images is a PHP class that can be used to generate pages with preloaded images. First, it can list images from a directory and store the list in a MySQL database. The class can generate HTML with JavaScript to preload all listed images in the user's browser, so the next browsed pages that need the images can load much faster.
xn.debug is a debugger for PHP. It is built with several interacting technologies. The core element is a PHP based function, which can be integrated into the application files. This function can be used to inspect PHP elements at nearly every point of code. The function will also be executed again as shutdown function after the application is finished. At this point, HTML output is generated and placed at the end of the server response to the browser. Once the HTML snippet is executed, a virtual debugging window is displayed. Styling is based on a dedicated CSS file and a handful of JavaScript functions.
Google Checkout Module for OXID is a payment module for OXID eSales shops to use the Google Checkout payment system. Shop owners collecting online payments using Google Checkout can benefit from this module if using OXID for their e-commerce sites. To make the button immediately visible, it features a checkout button in the order summary. Customer credit-card processing is performed by Google, so merchants don't have to deal with consumer privacy issues. Customers can checkout from the shop without going through the cumbersome process of setting up a customer account on the online shop. Online buyers are returned to the shop after successful completion of payment.
WP Secure Plugin protects WordPress websites from malware, viruses, and hidden code injection from exploits and hacking attempts. It uses a "proactive approach" (Ethical Hacking Research) of programming to secure themes from malicious code and hidden traffic scams and uses the Admin Notice Area of WordPress to alert site owners of problems.
Extended Generic Pager provides pagination of data listings from arrays, CSV, or MySQL. It takes as parameters the total number of list entries, the limit of entries to display per page, and the number of the current page. It generates an HTML list with links to browse the listing pages, optionally with links to the previous, next, first, and last pages. The text labels and the CSS classes of the links are configurable.