Main > Free Download Search >

Free decorator software for windows

decorator

Sponsored Links
Sponsored Links
Sort by >> Relevance
rss
Secleted [ 0 ] software to compare
Results 1 - 15 of about 9
AdSense Decorator 1

AdSense Decorator 1


AdSense Decorator is a simple to use software designed specially for Web masters who apply Google AdSense on the Web sites. more>>

AdSense Decorator 1 is a simple to use program designed specially for Web masters who apply Google AdSense on the Web sites. It is used to compose background images for Google AdSense displaying. With the AdSense background images, Web master can easily integrate Google AdSense into the Web sites, and may greatly improve the AdSense click through rate (CTR).

<<less
Download (889.2KB)
Added: 2006-12-05 License: Freeware Price: $0.00
downloads
 
Other version of AdSense Decorator
AdSense Decorator 1.0LivePIM Software Inc. - AdSense Decorator lets you compose background images for Google AdSense. AdSense Decorator. AdSense
License:Freeware
Download (889KB)
692 downloads
Added: 2006-11-17
Decorators Edinburgh 1.0

Decorators Edinburgh 1.0


Decorators Edinburgh toolbar for Internet Explorer. Decorators Edinburgh, all types of painting and decorating in the Edinburgh an Lothians. more>>

Decorators Edinburgh toolbar for Internet Explorer. Decorators Edinburgh, all types of painting and decorating in the Edinburgh and Lothians. Interior painting, exterior painting of private and commercial properties.

System Requirements: Internet Explorer

<<less
Download (1.25MB)
Added: 2008-10-31 License: Freeware Price: $0.00
363 downloads
Create A Website For Free 1.0

Create A Website For Free 1.0


Create a website for free -14 Website Design Tutorial Learning Videos - 7 Free Traffic Videos and free SEO Ebooks. If I can do it - so can you. more>>

Create a website for free -14 Website Design Tutorial Learning Videos - 7 Free Traffic Videos and free SEO Ebooks. If I can do it - so can you. I was an Interior Decorator for 22 years and had to quit my profession due to an accident. I learnt how to create a website for free by using these exact set of learning videos. Believe me, you can create you first mini site or web page in 30 minutes or less. You will be shown step-by-step exactly what and how to get your website created and uploaded to your website. You will be shown exactly how you can get all the free software tools necessary and how to get free web hosting. You will also get bundles of extra free stuff to help you. You can do it!

<<less
Download (1.10MB)
Added: 2008-09-07 License: Freeware Price: $0.00
430 downloads
Merry X'mas 1

Merry X'mas 1


Merry Xmas offers you a really smart tool which is intended for sending Christmas decorators and gifts to your gtalk buddies, and letting them colorful their Christmas trees. more>>

Merry X'mas 1 offers you a really smart tool which is intended for sending Christmas decorators and gifts to your gtalk buddies, and letting them colorful their Christmas trees.

Requirements:

  • Windows XP/Vista
  • Google Desktop 5 or above
<<less
Download (477KB)
Added: 2008-01-08 License: Freeware Price: $0.00
downloads
Windows 9x Power Pack 4.1 Patch

Windows 9x Power Pack 4.1 Patch


Windows 9x Power Pack is a compilation of most major patches for Windows 98Gold/SE/Me more>>
Windows 9x Power Pack is a compilation of most major patches for Windows 98Gold/SE/Me Windows 9x Power Pack is a compilation of most major patches for Windows 98Gold/SE/Me and also includes IE6.0SP1 and DirectX 9.0c (June 2006 w/Managed DX).
Windows 9x Power Pack includes:
- All Unofficial Service Packs for 98 Gold, SE, And Windows Me.
- MDGxs 98SE2Me
- Tihiys (re-release) RPLite v5, and instructions/zip for lameskin v6 preview.
- 7-Zip
- Windows Media Player 9.0 + Codecs
- MDGxs Windows Media Player 10.0 for Win98SE
- Xeno86s Kernel Update Project v0.2.7
- Maximus Decims NUSB, NUSB Decorator patches
- Maximus Decims MDAC update package
- Maximus Decims IE6.0 components update for Win98SE
- Microsoft XML Update
and much more
<<less
Download (71.6MB)
Added: 2006-07-28 License: Freeware Price:
1183 downloads
Porcupine 0.5

Porcupine 0.5


A web application server that provides an object oriented framework for developing web applications rapidly more>> A web application server that provides an object oriented framework for developing web applications rapidly

Porcupine is an object oriented web application server that features the Porcupine Object Query Language, an integrated transactional object database and QuiX(an AJAX powered XUL motor).
Porcupine is a web application server that provides an object oriented framework for developing web applications rapidly.
Many of the tasks required for building web applications as you know them, are either eliminated or simplified. For instance, when developing a Porcupine application you dont have to design a relational database.
You only have to design and implement your business objects as classes, using the building blocks provided by the framework (datatypes). Porcupine integrates a native object database, no mapping required.
Another tedious task for web applications is the interface design, and the constraints imposed by HTML. QuiX, the servers integrated XML User-Interface Language, simplifies the interface design process.
All you have to do is describe your applications interface in XML and write the appropriate event handlers. You dont have to waste time and money on widget implementations. QuiX comes with a variety of ready to use widgets, accelerating the development process.
Generally, every Porcupine application consists of three distinct layers. The first is the business layer consisting of the business objects which encapsulate the business logic.
The second layer binds the HTTP protocol with the first layers business objects. This layer is implemented using Python Server Pages or Servlets. If using XML-RPC, one common approach is to directly map an XML-RPC method to a business objects method.
The third layer, the presentation layer, usually consists of XML UI definitions and JavaScript event handlers.
The first two layers are executed server side and the third layer is executed on the client (browser).
Main features:
- Embedded hierarhical object database with transaction support
- Porcupine Object Query Language
- Role based security
- Supports custom datatypes and custom datatype event handlers
- Supported protocols: HTTP, XML-RPC
- Integrates QuiX, Innoscripts XUL javascript rendering engine
- Consistent and easy to learn API
- Three different types of Servlets (HTTP, XUL, XML-RPC) for enhanced productivity
- HTTP-exposed methods can be secured with policies
- Compiled Python Server Pages
- Custom post processing filters (GZIP compression filter included)
- Extensible session manager
- Support for Apache and IIS. CGI and MOD_PYTHON connectors are included.
- Easy application localization. String resources are held in UTF-8 encoded Python script files (version 0.0.6 or later).
- Single file deployment. Use the pakager utility to include all of your application files and objects in a single file. Installation is done by the same utility using a single command.
- Full UTF-8 support

Enhancements:
- Ability to define image dimensions explicitily for Icon and TreeNode widgets using the "imgwidth" and "imgheight" attributes. Accepted values are integers or percentages.
- Added "onmousedown" to the list of supported QuiX events.
- Added "focus" method to Field widgets.
- Added "maxlength" and "textalign" attributes to fields.
- Added "getFile" method to the internal file data type.
- Support for pre-processing filters.
- New pre-processing filter "porcupine.filters.authorization.RequiresLogin". Use "porcupine.filters.requires_login" decorator for web methods. As the name denotes this filter protects assets from non authenticated users. Ability to redirect such users to a predefined URL if the optional "redirect" argument is used.
- Added new "QuiX.getTargetWidget" function.
- New "QuiX.getOS" function.
- QuiX context menus now have a new "target" attribute which contains the target widget.
- Added new "getWidgetsByAttributeValue" method applying to all widgets.
- POQL now has two new functions "upper" and "lower". Useful when performing case-insensitive searches on string attributes.
- QuiX now has a universal mouse button detection method (QuiX.getMouseButton)
- Added "deletePermanent" remote method applying to all content classes.
- ListView widgets now have a "select" method that selects items by index.
- New "rowheight" parameter for ListView widgets.
- Ability to specify which splitter pane collapses by using the "_collapse" custom attribute.
- New "editundef" attribute for data grids. If set to "false" then the datasets undefined values are not editable.
- New "List" data type.
- New "onclose" custom event for ContextMenu widgets.
- Service oriented architecture. Currently, the supported services include an asynchronous network server and a scheduler used for executing Python code at fixed intervals.
- Data types are now type safe.
- The porcupine database singleton is now accessible from everywhere by using "from porcupine import db".
- The main Porcupine configuration file is now a Python dict.
- The "config.xml" configuration files can now contain smart registrations with regular expressions matching providing with a powerful rewriting engine.
- QuiX is now using a pooled set of XmlHttp objects for better resource usage on the client side.
- Enhanced detection method for droppables.
- Using the standard "mimetypes" Python module for guessing the responses content types.
- Changed the default mode of the "getFile" method of the external files datatypes to rb.
- Session objects are now using __slots__ for more efficient memory usage.
- Added the required hooks that allow the integration of other popular Python template engines easily.
- The cookie detect page is removed. The code is transferred inside the "porcupine.webmethods.quixui" decorator when this is defined as a page (by using the isPage=True directive).
- The Porcupine exceptions module has been greatly simplified. The error codes have become equivalent to those of the HTTP protocol.
- Object sets have become far more memory efficient.
- The date locales are transfered inside the "porcupine.utils.date" module.
- Ability to define custom attributes to tree nodes of FolderTree widgets if and only when the remote call returns an "attributes" parameter for each tree node.
- Allow more than one non-nested transactions per request.
- Fixed scroll bars bleed through on MacOS Firefox.
- QuiX FlowBox now supports multiple selection by using "multiple=true".
- Allow alternate row colors for ListView widgets by using the "altcolors" attribute. Ability to define highlight colors by using the "hightlightcolors" attribute.
- Added the missing email field on the users form.
- Ability to define accepted file types for each QuiX file control by using the "filetypes" attribute.
- File controls now have an "oncomplete" event which is fired when upload is finished.
- Removed limitation that required file controls to be placed inside a QuiX window.
- New "reset" method for MultiFile widgets.
- The main widget for all QuiX Window is now a vertical Box in order to support themes in a simpler way.
- Enhanced resolution of QuiX modules dependencies.
- The object cache returns deep copies of objects, so that each request is accessing its own copies.
- Optimized the "Composition" data type now accepts subclasses of the designated type.
- TabPanes "activateTab" now accepts both an integer or a tab widget as argument.
- Optimized wrapped tooltips.
- Automatically generated forms now support date data types.
- Optimized the "create" and "update" remote methods handle integer data types.
- Optimized the remote method "update" handles date data types.
- The XML-RPC module now encodes unicode keys of dict types using the appropriate encoding.
- Fixed the "Content-Disposition" header when the filename contains spaces.
- Fixed the "getCaption" method of QuiX Labels when these contain special characters such as &,.
- Fixed removing the active editing widget when refreshing a data grid.
- Fixed the "getImageURL" and "setImageURL" methods for icons that do not have initially an image set.
- Fixed error when packaging directories with unicode paths using the pakager utility.
- Fixed row dragging of list views on IE.
- Added missing "__slots__" class attribure to ExternalFile data type and PersonalFolder content class.
- Tree widgets "getSelection" now returns null if no tree node is selected.
- Fixed list views header placement when padding top is other than 0.
- Fixed the orphaned context menus.
- Fixed length distribution after removing a child of a Box.
- Fixed The boxes which now display correctly if the first child is hidden.
- Fixed filenames for duplicated external files when cloning an object.
- Fixed date formatting when using the "yy" parameter on the server side.
- Fixed the "iconpadding" parameter for QuiX buttons.
- Fixed possible transaction deadlock when moving or copying multiple items.
- Fixed selection of "Reference1" data types with POQL.
- Fixed the server side XML-RPC module serializes composites.
- Fixed content classes event handlers are called before datatype event handlers to reflect any possible data type updates.
- Fixed do not update the object cache if a transaction handle is given on read operations.
- Fixed the "onchange" event for date pickers is now fired.

<<less
Download (3.1MB)
Added: 2008-09-30 License: GPL Price: FREE
388 downloads
HTML Parser 1.6

HTML Parser 1.6


A Java library used to parse HTML in either a linear or nested fashion more>>
A Java library used to parse HTML in either a linear or nested fashion Primarily used for transformation or extraction, it features filters, custom tags, visitors, and easy to use JavaBeans. HTML Parser is a robust, fast, and well tested package.
Welcome to the homepage of HTMLParser - a super-fast real-time parser for real-world HTML. What has attracted most developers to HTMLParser has been its simplicity in design, speed and ability to handle streaming real-world html.
The two fundamental use-cases that are handled by the parser are extraction and transformation (the syntheses use-case, where HTML pages are created from scratch, is better handled by other tools closer to the source of data).
In general, to use the HTMLParser you will need to be able to write code in the Java programming language. Although some example programs are provided that may be useful as they stand, its more than likely you will need (or want) to create your own programs or modify the ones provided to match your intended application.
To use the library, you will need to add either the htmllexer.jar or htmlparser.jar to your classpath when compiling and running. The htmllexer.jar provides low level access to generic string, remark and tag nodes on the page in a linear, flat, sequential manner.
The htmlparser.jar, which includes the classes found in htmllexer.jar, provides access to a page as a sequence of nested differentiated tags containing string, remark and other tag nodes.
Extraction
Extraction encompasses all the information retrieval programs that are not meant to preserve the source page.
This covers uses like:
- text extraction, for use as input for text search engine databases for example
- link extraction, for crawling through web pages or harvesting email addresses
- screen scraping, for programmatic data input from web pages
- resource extraction, collecting images or sound
- a browser front end, the preliminary stage of page display
- link checking, ensuring links are valid
- site monitoring, checking for page differences beyond simplistic diffs
There are several facilities in the HTMLParser codebase to help with extraction, including filters, visitors and JavaBeans.
Transformation
Transformation includes all processing where the input and the output are HTML pages.
Some examples are:
- URL rewriting, modifying some or all links on a page
- site capture, moving content from the web to local disk
- censorship, removing offending words and phrases from pages
- HTML cleanup, correcting erroneous pages
- ad removal, excising URLs referencing advertising
- conversion to XML, moving existing web pages to XML
During or after reading in a page, operations on the nodes can accomplish many transformation tasks "in place", which can then be output with the toHtml() method. Depending on the purpose of your application, you will probably want to look into node decorators, visitors, or custom tags in conjunction with the PrototypicalNodeFactory.
<<less
Download (4.14MB)
Added: 2007-08-24 License: GPL Price:
511 downloads
Python 3.1 / 2.6.1

Python 3.1 / 2.6.1


A remarkably powerful dynamic programming language that is used in a wide variety of application domains more>>
Python 3.1 / 2.6.1 helps you to manage a wide variety of application domains by dynamic programming language. Python is often compared to Perl, Tcl, Scheme, Ruby or Java.

Fans of Python use the phrase "batteries included" to describe the standard library, which covers everything from asynchronous processing to zip files. The language itself is a flexible powerhouse that can handle practically any problem domain. Build your own web server in three lines of code. Build flexible data-driven code using Pythons powerful and dynamic introspection capabilities and advanced language features such as meta-classes, duck typing and decorators.

Python lets you write the code you need, quickly. And, thanks to a highly optimized byte compiler and support libraries, Python code runs more than fast enough for most applications.

Major Features:

  1. Very clear, readable syntax
  2. strong introspection capabilities
  3. Intuitive object orientation
  4. Natural expression of procedural code
  5. Full modularity, supporting hierarchical packages
  6. Exception-based error handling
  7. Very high level dynamic data types
  8. Extensive standard libraries and third party modules for virtually every task
  9. Extensions and modules easily written in C, C++ (or Java for Jython, or .NET languages for IronPython)
  10. Embeddable within applications as a scripting interface
  11. Python is powerful... and fast
    • Fans of Python use the phrase "batteries included" to describe the standard library, which covers everything from asynchronous processing to zip files. The language itself is a flexible powerhouse that can handle practically any problem domain. Build your own web server in three lines of code.
  12. Python plays well with others
    • Python can integrate with COM, .NET, and CORBA objects.
    • For Java libraries, use Jython, an implementation of Python for the Java Virtual Machine.
    • For .NET, try IronPython , Microsoft's new implementation of Python for .NET, or Python for .NET.
  13. Python runs everywhere
    • Python is available for all major operating systems: Windows, Linux/Unix, OS/2, Mac, Amiga, among others.
  14. Python is friendly... and easy to learn
    • The Python newsgroup is known as one of the friendliest around. The avid developer and user community maintains a wiki, hosts international and local conferences, runs development sprints, and contributes to online code repositories.
  15. Python is Open
    • The Python implementation is under an open source license that makes it freely usable and distributable, even for commercial use. The Python license is administered by the Python Software Foundation.

Enhancements

  • Regular Python dictionaries iterate over key/value pairs in arbitrary order. Over the years, a number of authors have written alternative implementations that remember the order that the keys were originally inserted. Based on the experiences from those implementations, a new collections.OrderedDict class has been introduced.
  • The OrderedDict API is substantially the same as regular dictionaries but will iterate over keys and values in a guaranteed order depending on when a key was first inserted. If a new entry overwrites an existing entry, the original insertion position is left unchanged. Deleting an entry and reinserting it will move it to the end.
  • The standard library now supports use of ordered dictionaries in several modules. The configparser module uses them by default. This lets configuration files be read, modified, and then written back in their original order. The _asdict() method for collections.namedtuple() now returns an ordered dictionary with the values appearing
<<less
Download (13.1MB)
Added: 2009-06-27 License: GPL Price: FREE
2274 downloads
 
Other version of Python
Python 3.0 Finallanguage features such as meta-classes, duck typing and decorators. Python lets you write the code you need, quickly. And, thanks to a highly optimized byte compiler and support libraries,
License:Freeware
Download (12.6MB)
2238 downloads
Added: 2008-12-03
License:Freeware
Download (12.00MB)
2485 downloads
Added: 2009-02-16
Smart Wallpaper Lite 3.1

Smart Wallpaper Lite 3.1


Smart Wallpaper Lite is a powerful and easy-to-use wallpaper manager with plug-ins and filters. Smart Wallpaper Lite includes only the most important options, which makes it easy, powerful and truly lite. Various plug-ins (such as Screensaver, Wallpaper Placement Control, Shell Command and others) enhance the programs abilities. Sepia, Blur, Mosaic, Decorator filters allow you to applyeffects to your wallpapers. more>>

Smart Wallpaper Lite 3.1 offers you a powerful and easy-to-use wallpaper manager for Windows 98/ME/NT/2000/XP.

This tool will automatically change wallpaper on each Windows startup or at specified time intervals. This application is very simple to use. You can configure all options in the main window. Just choose a folder that contains the pictures you'd like to see as wallpaper on your desktop. Smart Wallpaper Lite will change the wallpaper automatically.

Smart Wallpaper Lite has only the most important options, which makes it easy, powerful and truly lite.

Major Features:

  1. Very simple to use
  2. All options are available from the tray icon popup menu
  3. Work with picture lists
  4. Hide desktop icons function
  5. Intelligent "Auto" mode: allows the program to adjust for screen size, picture size, picture
  6. aspect ratio, and placement of wallpaper
  7. Automatically resizes images on the desktop
  8. Two modes - random and "one by one". (In the "Random" mode, you wont see the same picture
  9. twice until all pictures have been displayed.)
  10. Automatically closes after changing wallpaper - you can forget about the program and simply
  11. enjoy the wallpaper you have chosen
  12. Very powerful control system - you can specify any display interval for any number of folders
  13. and pictures
  14. Windows XP interface
  15. Command line parameters
  16. FREE plug-ins (Screensaver, Live Preview and shell command plug-ins are available)
  17. Various plug-ins such as Screensaver, Wallpaper Placement Control, Shell Command and others enhances the program abilities. Sepia, Blur, Mosaic, and Decorator Filters allow you to apply effects to your wallpapers.

Enhancements: Plugins

Requirements:

  • Pentium 200
  • 8 MB RAM
  • SVGA card
  • Mouse
WareSeeker Editor
<<less
Download (4Mb)
Added: 2009-03-16 License: Freeware Price: Free
285 downloads
 
Other version of Smart Wallpaper
Smart Wallpaper Lite 3.1Sepia, Blur, Mosaic, and Decorator Filters allow you to apply effects to your wallpapers
License:Freeware
Download (4110K)
1107 downloads
Added: 2007-01-21
Secleted [ 0 ] software to compare
  • Page: 1 of 1
  • 1