Elevate Software announces V2.27 release of ElevateDB

Rad Studio Delphi Development
Elevate Software announces V2.27 release of ElevateDB ElevateDB is licensed per-developer, and includes royalty-free distribution. License management isn't required at all.  The software is written for Delphi development and brings out the ability of handling multiple users for a small company.  Flexible database commands allow SQL-like searches, modifications and extractions.  Great product for a small amount upfront. The following are breaking changes in 2.27 The XML output from the EXPORT TABLE SQL statement now includes a top-level "table" element in order to properly adhere to the XML specifications and allow exported XML files to be properly validated. Comparisons between timestamp values and date values now ignore the time portion of the timestamp value and only compare the date portion of the timestamp value with the date value. 2.27 New Features New VCL TEDBDataSet Import and Export methods…
Read More

Using Delphi XML Mapper

Computer PC Tips - bits and bytes, Rad Studio Delphi Development, Software development Concepts
Using Delphi XML Mapper Embarcadero Enterprise Studio package contains a wonderful utility that can assist any Delphi developer with the ability of importing a XML document for the sole purpose of using it within a datagrid.  Displayed below is a simple SSH cheat XML document that was created using Excel and will be used. The purpose of this entire exercise to get the XML data into a clientdataset so it can be used in a datagrid.   XML Mapper is a stand-alone tool located in the bin folder or you can click on tools and you will see the item called "XML Mapper".  The tool allows any type of XML document file to be converted over to a data packet file (*.xml,*.cds), schema files (*.dtd,*.xdr,*.xsd), repository files (*.xrp) and transformation files…
Read More

TMS Component Pack v8.8 released with 3 new components

Rad Studio Delphi Development, Software Releases
TMS Component Pack v8.8 released with 3 new components TMS has released Version 8.8 Component pack for VCL development using Delphi.  The components range in vast improvements that allow a Delphi developer to easily drop a component on the form to reduce the amount of coding necessary to get the application to market. TMS Component Pack v8.8 released with 3 new components: http://www.tmssoftware.com/site/news.asp   New : TAdvDBListBox v1.0.0.0 : Listbox control with embedded filter + insert data capability that can be bound to a dataset field. New : Automatic button column type when setting Columns[x].Editor := edButton in TAdvColumnGrid New : Hover background, text & border color capability in TAdvResponsiveList New : Name property added to TInspectorItem in TMS InspectorBars New : InspectorPanel.Items.Item[Name] added to access items by name in TMS InspectorBars New : Planner.GridControl.BorderColor: TColor…
Read More

Embarcadero Academy Debuts with Online Courses

Rad Studio Delphi Development, Software Events, Software Releases
Embarcadero Academy Debuts with Online Courses  A provider of cross-platform application developer productivity tools, today announced the launch of Embarcadero Academy, an online school for developers of all levels. The Academy, operated in partnership with Embarcadero by CodePower, offers a wide variety of expert-led courses in Delphi and C++Builder skills and technologies. Finally Embarcardo / Idera have decided to get into the possible educational on line webinars to improve the software developers of Delphi or C++ Builder. Embarcadero Academy is launching with approximately 15 courses, and has an additional 15 in development. The curriculum, which spans beginner to advanced courses, will initially focus on Delphi and C++Builder capabilities such as language and framework skills, and will continue to grow in range and scope of languages. Full courses run from several days…
Read More

Do you need to know Javascript ?

Microsoft Development, Rad Studio Delphi Development, Software development Concepts
Do you need to know Javascript ? Web site maintenance or development has led to the need for software developers to know and understand how to write or read JavaScript.  The need for professional JavaScript developers is growing at a fast rate.  Now that does not mean there will be college courses dealing with JavaScript 101 but there is a vast amount of on-line knowledge areas for self taught on how to use JavaScript. The beauty of JavaScript is that you do not need a degree where it is a free technology that requires no installation and no configuration.  You can easily open up a HTML page and quickly write a function to send out the famous "Hello World!" Hello World Sample <!DOCTYPE HTML> <html> <body> <p>Simple JavaScript</p> <script> alert(…
Read More