proper noun
PropertySet 1.3
This Java module can be used to fulfill storage requirements in applications that change constantly more>>
PropertySet 1.3 is considered as a smart and useful Java module that can be used to fulfill storage requirements in applications that change constantly.
It is backed by EJB, Ofbiz, JDBC, Castor JDO, XML or any other persistence-agnostic mechanisms that can handle a typed key-value pair implementation.
Usage examples for this module can be a user preference feature, a game profile page, or any kind of application that needs storage and has a fast rhythm of updates and changes.
Enhancements
- Bug in AbstractPropertySet.getAsActualType() doe snot handle text property type.
- AggregatePropertySet is not Serializable.
- Patch for propertyset-default.xml.
- com.opensymphony.module.propertyset.hibernate.PropertySetItem should implement an interface.
- JDBCPropertySet with Sybase.
- Bug @ package com.opensymphony.module.propertyset.database.JDBCPropertySet, method setValues.
- Throw InvalidPropertyTypeException if propertyset tries to persist object with TEXT type (ie string.length > 255).
- Improve classloading of propertysets.
- Default use javac not jikes.
- Unit Tests and Fixes to HibernatePropertySet.
- Make datasource protected in JDBCPropertySet.
- Extensible JDBCPropertySet (refactored).
- Proper Management of PreparedStatement.
- Patch: more descriptive error message.
- Mutable property sets shall allow bulk removal of properties.
- OJB Implementation.
Proper Handling of Onerror Event
Onerror event is one of the many functions developers have to exhaustively use if they are building highly interactive Ajax or JavaScript based application. This form of error handling in JavaScript aids developers in properly handling unexpected errors more>> Onerror event is one of the many functions developers have to exhaustively use if they are building highly interactive Ajax or JavaScript based application. This form of error handling in JavaScript aids developers in properly handling unexpected errors on events or when an expected form of data has not been received. Aside from instructing the browser on the options available when error happens; onerror could be used by developers to know more about the application. This could be used to detect bugs in the application so that a remedy could be proposed as soon as possible. The basic coding for onerror event goes this way:<<less
ProjectStatus 1.1 Final
ProjectStatus is feature tracking software for scripts. To finally include ( by version 2.0 ) Feature Suggestions, Popularity, Comments, Custom Fields, Bug Reporting, Developers, Feature Previews and heaps more. Currently includes Feature/Version more>> ProjectStatus is feature tracking software for scripts. To finally include ( by version 2.0 ) Feature Suggestions, Popularity, Comments, Custom Fields, Bug Reporting, Developers, Feature Previews and heaps more. Currently includes Feature/Version Roadmap, Feature Suggestion capabilities. By Version 1.2 (To be released End of August) it will include a bug tracker, flag system, proper installer and more. Administrator backend to manage the installation and plenty more features planned for the future.<<less
PHP Commenter 1.06
Add a commentary to a page. Show it exploded or just like xx comments. See url page for demo. Comments are now displayed on multipages that can be selected. Solved problem with directories more than 1 level deep. Email address harvest protection more>> Add a commentary to a page. Show it exploded or just like xx comments. See url page for demo. Comments are now displayed on multipages that can be selected. Solved problem with directories more than 1 level deep. Email address harvest protection added. In this version all public displays now use POST. This to avoid very long urls in the browser. Furthermore there is a maximum number of comments that will be displayed, since noone wants to read 50++ comments, and proper administration is added. Has a spam word list included. Any comment including a spam word cannot be added to the comments. Language file for easy translation to other language included.<<less
ArWordTag 1.0
This class can identifying names, places, dates, and other noun words and phrases that establish the meaning of a body of text-is critical to software systems that process large amounts of unstructured data coming from sources such as email, document more>> This class can identifying names, places, dates, and other noun words and phrases that establish the meaning of a body of text-is critical to software systems that process large amounts of unstructured data coming from sources such as email, document files, and the Web. This class is part of Khaled Al-Shamaa project for PHP and Arabic language: http://www.al-shamaa.com/ php/arabic/<<less
JPGraph 2.3.4
JpGraph is a Object-Oriented Graph creating library. more>>
JPGraph 2.3.4 is known as a Object-Oriented Graph creating library for PHP >= 4.3.1. The library is completely written in PHP and ready to be used in any PHP scripts (both CGI/APXS/CLI versions of PHP are supported).
The library can be used to create numerous types of graphs either on-line or written to a file. JpGraph makes it easy to draw both "quick and dirty" graphs with a minimum of code as well as complex graphs which requires a very fine grained control. The library assigns context sensitive default values for most of the parameters which minimizes the learning curve.
Major Features:
- Web-friendly, average image size for a 300*200 image is around 2K and images are seldomly bigger than 4-5K
- Support for both GD1 and GD2 The library will autodetect which library is installed.
- Automatic generation of client side image maps to make it possible to generate drill-down graphs.
- Advanced interpolation with cubic splines to get smooth curves from just a few data points.
- Supports several plot types,spider-plots, pie-charts (both 2d and 3d) , scatter-plots, line-plots, filled line-plots, accumulated line-plots, bar plots, accumulated bar plots, grouped bar plots, error plots, line error plots, box plots, stock plots
- Support for alpha blending
- Has over 200 built in Country flags
- Supports advanced Gantt-charts (ex1, ex2)
- Flexible scales, supports integer, linear, logarithmic, text (counting) scales and any combinatino thereof on x/y axis
- Supports multiple Y-axes
- Support various layout with a background image behind the plot
- More than 400 named colors
- Extensive documentation with both a > 150 pages tutorial and an extensive class reference.
- Supports internal caching (with timeout) of generated graphs to lessen burden of a HTTP server.
Enhancements:
- New features:
-
- Change val positioning for bar plots
- [PRO-Version] Add Postscript backend for Datamatrix barcodes
- Add support for Dejavu fonts
- Add support for DST in DateScaleUtils. Make DateScaleUtils a proper static class
- Add handling of NULL values for Radar plots
- Add support for multiline text in tables
- Make it possible to specify position for background images by introducing new method Graph:SetBackgroundImagePos()
- Added SetUserFont() to dynamically add up to three new font families and later use them with new constants FF_USERFONT1, FF_USERFONT2 and FF_USERFONT3
- [PRO-Version] Reflected change in datamatrix error handling to use exceptions
- Defect fixes:
-
- Not possible to set shadow for PiePlot
- Cannot stroke MGraph to file
- Label positioning for Pie plots can be wrong
- [PRO-Version] Adding text to WindRose in 2.x
- Incorrect line weight for frames when using a label background color
- [PRO-Version] Datamatrix Autosizing for manual BASE_256 broken for PHP5
- [PRO-Version] Datamatrix BItplacement iError not publically accessible
- Other changes:
-
- Added windows path handling for MBTTF_DIR
- Some minor code cleanup and improved error handling
- Added new error messages for Group- and AccBar plots to avoid specified X-coordinates on individual bar plots
- Refactor of RGB handling
- New example script y2sync.php
- Added example barcsim_popup.php to show popup window usage with CSIM
- Follow strict standard for EPS in QR backend
- Changed Unix default directory for TTF fonts to "/usr/share/fonts/truetype"
Form and Spelling Validation
Most dynamic web sites rely heavily on forms. From user authentication to entry of news items, we use forms to accept user input. There are many different ways we can validate data from the user. In t more>> Most dynamic web sites rely heavily on forms. From user authentication to entry of news items, we use forms to accept user input. There are many different ways we can validate data from the user. In this tutorial, we will examine several of the more common items that need validation and provide examples for each. We will also explore how to check documents for misspelled words and suggest proper replacements.<<less
CSS Image Drop Shadows
CSS Image Drop Shadows is a script offering you the way to add a drop shadow to any container element applying CSS and the help of a large shadow image in the background. more>> CSS Image Drop Shadows is a script offering you the way to add a drop shadow to any container element applying CSS and the help of a large shadow image in the background. It is free.
Virtually identical to the technique used to create a plain CSS shadow, the desired content is wrapped in a DIV with its background image set to an over-sized shadow image. The content itself is relatively positioned and shifted slightly upwards and to the left to expose the shadow.
A "master" DIV that surrounds the entire markup is also relatively positioned, but shifted to the right and downwards to return the entire markup to its original position on the page.
IE 6 has difficultly handling nested relatively positioned elements (yada), so instead of letting IE6 ruin the fun for everyone else, well just use conditional HTML to hide the effect in that browser. IE7 is spared for finally learning proper CSS.
Dynamic PageRank
Now you can display PageRank of your page without any complicated actions. Simply paste one of codes and... ready! Our scripts dynamically checks PageRank of your page and display proper image. You can choose best icon style for your site. more>> Now you can display PageRank of your page without any complicated actions. Simply paste one of codes and... ready! Our scripts dynamically checks PageRank of your page and display proper image. You can choose best icon style for your site.<<less
Dropthings 1.6.0
Dropthings is an Ajax Web Portal built on Linq, Workflow Foundation and ASP.NET AJAX. more>>
How to run the project:
- Install Visual Studio 2008 (VS 2005 wont work)
- Install SQL Server 2005
- Download latest code
- Restore the database from dashboard.zip in SQL server
- Update web.config from the web project and set proper connection string
- Build and Run
Requirements:
- .NET Framework 3.5
.NET Serial Port Communication 1.0
Microsofts .NET Framework 1.1 does not provide proper utilities to communicate with the serial ports on a Windows machine. The RS232 library and this quick tutorial will have you talking to a COM port on your machine in no time. more>> Microsofts .NET Framework 1.1 does not provide proper utilities to communicate with the serial ports on a Windows machine. The RS232 library and this quick tutorial will have you talking to a COM port on your machine in no time.<<less
Fnewsx News Headline Scroller in color 0.11
Your new Flash News Headline Scroller. It uses FLASH+PHP. There is an admin file to create,edit and delete news headlines. In this version you can Add link target control and add color to your news headlines... Plans for the future are: 1- Form more>> Your new Flash News Headline Scroller. It uses FLASH+PHP. There is an admin file to create,edit and delete news headlines. In this version you can Add link target control and add color to your news headlines... Plans for the future are: 1- Form input detection to make the user enter proper data to fields (Such as double quotes) 2- Scroll speed control 3- Inserting images into headlines<<less
phpbp2 2.20
phpbp2 RC3 is a new polish web portal system. Its main feature is multilanguages support. It has build-in modules: - news - poll - articles - pages - banners - download - comments - forum - eXbcode support - galleries support (with more>> phpbp2 RC3 is a new polish web portal system. Its main feature is multilanguages support. It has build-in modules: - news - poll - articles - pages - banners - download - comments - forum - eXbcode support - galleries support (with thumbinalls) - private messages module - statistic module - groups - each user can be added to group which has proper permissions - ranks - you can define ranks for each, group, by posts etc. Script was tested on Apache 1.3.31 and 2.0.49 with PHP 4.3.4, PHP 5.0.4 and MySQL 4.0.20 on Unix, Fedora Linux and MS Windows XP. Minimal requirements: MySQL >= 4.x PHP >= 4.3.x with GD lib Demo is available here: http://demo.phpbp.com<<less

Power spectral estimation with error bars
It comes as a useful MATLAB script which performs a power spectral estimation using multi-taper, multiple traces and estimating error bars more>>
Power spectral estimation with error bars comes as a useful MATLAB script which effectively performs a power spectral estimation using multi-taper, multiple traces and estimating error bars
This procedure calculates the averaged single-sided power spectrum with proper normalization, so that if the signal is given in volts, the value is truely the power. It uses multiple tapers to window the data, and thereafter performs a padding. The procedure is inspired by the procedure from the chronux.org software package.
The averaging is taken over both the trials and over multiple tapers (estimates of spectrum for a single trial). These different estimates of the spectrum is also use to calculate standard error of the estimates by boot strap technique.
<<lessGameshow Maker 1.03
Gameshow Maker extends the original Jeopardy Maker (check out if you want something more basic). Create your own Q/A gameshow, such as Jeopardy or Are You Smarter Than a 5th Grader, with little to no work on your end. Categories, rows, columns, more>> Gameshow Maker extends the original Jeopardy Maker (check out if you want something more basic). Create your own Q/A gameshow, such as Jeopardy or Are You Smarter Than a 5th Grader, with little to no work on your end. Categories, rows, columns, bonuses, timers ... Everything is done by the program. For the more tech-savy user, virtually everything can be changed in the settings file including sounds, textures, fonts... Version 1.01 adds timers, scoring capability, and allows question values to change over time. Version 1.02 allows proper embedding in webpages and Powerpoint. Version 1.03 now allows customized buttons and Chinese character support.<<less