fix windows error smart 2008.12
Picture Gallery
Picture Gallery is very useful because it is designed to be a smart and effective Flash-based image gallery with unique user controls. more>>
Picture Gallery is very useful because it is designed to be a smart and effective Flash-based image gallery with unique user controls.
NASM 2.0.7
NASM is created as a useful and flexible assembler written in C, which supports many output formats. more>>
NASM 2.0.7 is created as a useful and flexible assembler written in C, which supports many output formats.
Enhancements:
- NASM is now under the 2-clause BSD license.
- Fix the section type for the .strtab section in the elf64 output format.
- Fix the handling of COMMON directives in the obj output format.
- New ith and srec output formats; these are variants of the bin output format which output Intel hex and Motorola S-records, respectively.
- rdf2ihx replaced with an enhanced rdf2bin, which can output binary, COM, Intel hex or Motorola S-records.
- The Windows installer now puts the NASM directory first in the PATH of the "NASM Shell".
- Revert the early expansion behavior of %+ to pre-2.06 behavior: %+ is only expanded late.
- Yet another Mach-O alignment fix.
- Don't delete the list file on errors. Also, include error and warning information in the list file.
- Support for 64-bit Mach-O output.
- Fix assert failure on certain operations that involve strings with high-bit bytes.
Fixed Start Open Multiple Traveling Salesmen Problem - Genetic Algorithm
Fixed Start Open Multiple Traveling Salesmen Problem - Genetic Algorithm is designed as a smart and useful MATLAB script for finding a near-optimal solution to a open variation of the Multiple Traveling Salesman with fixed start points using a genetic algorithm. more>> <<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.
<<lessTrueFormValidator Javascript Plugin 1.0
TrueFormValidator is a set of javascript functions which frees web developers from having to write form validation code again and again more>>
TrueFormValidator Javascript Plugin 1.0 is considered as a smart and helpful set of javascript functions which frees web developers from having to write form validation code again and again . Most web developers know how time consuming and tedious it is to write client validation code for forms.
Due to lack of proper debugging tools and IDE applications for Javascript, writing and fixing validation scripts can be a headache. TrueFormValidator was created with just that purpose in mind. We at TrueLogic faced the same problem over the years and finally we have come up with our plugin script which saves us hours of coding and testing.
Major Features:
- Text Field Validations:
- Empty fields
- Numeric fields
- Date fields
- Spaces in text
- Dropdowns and Combo Boxes
- Non selected fields
- Customizable error messages
- Customizable date format
- Each field can be checked for multiple validations.
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.
Using JavaScript Errors
Dealing with JavaScript or an Ajax based application is always a tricky task. Even the most experienced developers would end up with unexpected errors especially when the application is tested for the first time. Bugs and error in coding will always be more>> <<less
Smart Engine Template Engine 1
Smart Engine is new and powerfull template engine for php scripts . support IF , FOREACH ,TIME,Array,Variants Smart Engine is newest script from Hitron Soft and make your projects easier and shorter codes will be need this is fast and use Smarty style more>> Smart Engine is new and powerfull template engine for php scripts . support IF , FOREACH ,TIME,Array,Variants Smart Engine is newest script from Hitron Soft and make your projects easier and shorter codes will be need this is fast and use Smarty style tags and dont cache Files .you can join this project to make it faster and more effective and easier. Thanks<<less
FreeWebshop.org 2.2.9 R2
This is a shopping cart script, designed to simplify e-commerce for everyone. more>>
Installation:
- Easy to install using the online installation wizard
- Only preparation needed is an empty database
Major Features:
- Customers:
- Customers can create an account (in the countries you define)
- Customers get a Personal page which has quick-links to their profile, orders, etc
- Customers can add questions or notes to any order they make
- Customers can track the status of their orders online
- User friendly shopping cart (put products in basket before even logging in)
- Get a PDF document mailed to them with the order confirmation
- Administration:
- Order administration
- Customer administration
- Product manager (with WYSIWYG editor)
- Stock control
- Database optimizing
- (WYSIWYG) Editor for all editable files (like shipping page, etc)
- Shop administration settings are divided in smart categories
- Live feed from FreeWebshop.org with important news and updates (optional)
- Access log
- Error log
- IP banning
- Payment
- Standard support for the following payment portals: Paypal, Google Checkout, World-Pay, iDeal
- Add custom payment portals easily using the payment administration
- Shipping:
- Add custom shipping methods
- Make shipping methods available for your own country or for all
- Add weight classes for each shipping method
- Shop:
- Supports shops that use or don't use VAT
- Product pictures supported, including auto generation of thumbnails
- Supports multiple languages
- Use one of the standard templates, or create your own
Enhancements: small bug fixed in UK lang file
Requirements: none
Errors And Exceptions In ASP.NET 1
This tutorial explains how to handle errors with Try-Catch blocks or Page_Error procedure in ASP.NET web application. Every developer will make errors whenever tries to create anything useful. Because of that, we need methods and tools for error more>> This tutorial explains how to handle errors with Try-Catch blocks or Page_Error procedure in ASP.NET web application. Every developer will make errors whenever tries to create anything useful. Because of that, we need methods and tools for error handling.<<less
Application Level Error Handling in ASP.NET 1
This tutorial explains how to handle ASP.NET errors on application level with Global.asax or by using a custom http module. Includes writing and reading errors to Windows EventLog, logging errors to text file or database and sending notification more>> This tutorial explains how to handle ASP.NET errors on application level with Global.asax or by using a custom http module. Includes writing and reading errors to Windows EventLog, logging errors to text file or database and sending notification e-mails to administrator.<<less
Custom Error Pages In ASP.NET 1
This tutorial explains how to use custom errors pages to provide better user experience when error occurs. When error is occurred on ASP.NET web application, user will get default error page (which is not so nice looking, also known as "Yellow screen more>> This tutorial explains how to use custom errors pages to provide better user experience when error occurs. When error is occurred on ASP.NET web application, user will get default error page (which is not so nice looking, also known as "Yellow screen of death"). This error page confuses average visitor who dont know the meaning of "Runtime Error". Although developers like to know many details about an error, it is better to show more friendly error page to your users.<<less
Matthew Casperson 1
See how to use the Quadtree renderer to fix the "popping" issues that can occur in Papervision 3D. Demo and source code included. more>> See how to use the Quadtree renderer to fix the "popping" issues that can occur in Papervision 3D. Demo and source code included.<<less
Handle Error simple way in ASP.NET 1
ASP.NET is more easier than other development technologies and languages. While working on asp.net platform, you may access to system windows event log. Using System namespace you retrieve messages. more>> ASP.NET is more easier than other development technologies and languages. While working on asp.net platform, you may access to system windows event log. Using System namespace you retrieve messages.<<less
FCKeditor 2.6.4 Beta
This is an HTML text editor which brings to the web much of the power of desktop editors like MS Word. more>>
Installation:
- Download the latest version of the editor.
- Extract (decompress) the file to a directory called "fckeditor" in the root of your web site.
- Point your browser to the //_samples/default.html to run the test sample.
Major Features:
- Multi browser compatibility
- Outputs XHTML 1.0
- CSS support for better integration with your web site
- Font formatting: type, size, color, style, bold, italic, etc
- Text formatting: alignment, indentation, bullets list, etc
- Cut, Paste, and Paste as Plain Text, Undo and Redo
- Paste from Word cleanup with auto detection
- Link and anchors support
- Image insertion, with upload and server browsing support
- Table creation and editing (add, delete rows, etc) one of the best systems on the market.
- Table cells editing (size, colors, etc)
- Form fields
- Right click context menus support
- Complete toolbar customization
- Skins support
- Plugins support
- Spell checker
- Multi-language support with automatic user language detection. Including Right to Left scripting.
- Complete page editing or just contents.
- Lightweight and fast
- Automatic browser detection and customization
- Integration with ASP, ASP.NET, Java, ColdFusion, Perl, PHP, JavaScript and more.
- Image and file links upload and server repository browser
- For web developers it is easy to install and customize
Enhancements:
- New Features and Improvements:
-
- Integration with "WebSpellChecker", a zero installation and free spell checker. This is now the default spell checker in the editor (requires internet connection). All previous spell checking solutions are still available.
- In the table dialog its possible to create header cells in the first row (included in a thead element) or the first column of the table.
- The table cell dialog allows switching between normal data cells or header cells (TD vs. TH).
- New language file for Icelandic.
- Fixed Bugs:
-
- Protected the editor from duplicate iframes
- Fixed the issue with table commands plugin and undefined tagName.
- The > character inside text wasn't encoded in Opera and Safari.
- Fixed JavaScript error with the fit window command in source mode.
- Splitting a TH will create a two TH, not a TH and a TD.
- Removed unnecessary name attributes in dialogs.
- If an image was placed inside a container with dimensions or floating it wasnt possible to edit its properties from the toolbar or context menu.
- Submenus in IE7 now are shown properly.
- Using the Paste dialogs in IE might insert the content at the start of the editor.
- Fixed RTL dialog layout in Internet Explorer.
- Fixed the issue where email links in IE would take the browser to a new page in addition to calling up the email client.
- Fixed race condition at registering the FCKeditorAPI object in multiple editor scenarios.
- Fixed JavaScript error in Google Chrome when StartupShowBlocks is set to true.
- Language file updates for the following languages: Dutch, Basque, Danish and German.
- The ENTER key will properly scroll to the cursor position when breaking long paragraphs.
- The type name in configurations for the ASP connector are now case sensitive.
- DL, DT and DD where missing the formatting in the generated HTML.
- Replaced the extension AddItem of Array with the standard "push" method.
- Vertically splitting cell with colspan > 1 breaks table layout.
- Fixed the issue where dropping contents from outside of the editor doesn't work in Safari.
- Fixed the issue where FCK.InsertHtml() is no longer removing selected contents after content insertion in Firefox.
- Fixed the issue where the Div container command and the blockquote command would break lists.
- Fixed a minor issue where FCK.SetData() may cause the editor to become unresponsive to the first click after being defocused.
- Fixed an extra slash on quickupload of the asp connector.
- Fixed another situation where new elements were inserted at the beginning of the content in IE.
- Fixed two obsolete references to Array: AddItem() instances still in the code.
- Fixed infinite loop problems with FCKDomRangeIterator class which causes some commands to hang when applied to certain document structures.
- Fixed a JavaScript error in IE when user tries to search with the "Match whole word" option enabled and the matched word is at exactly the end of document.
- Changed the EMailProtection to "none" for better compatibility.
- The ForcePasteAsPlainText configuration option didn't work correctly in Safari and Chrome.
- Fixed non-working autogrow plugin.
- Fixed occasional exceptions in the drager size table plugin with IE.
- Enable undo of changes to tables and table cells.
- The context menu is now working properly over the last row in a table with thead.