The i-Technology Media!
Register | Log in
   
 
.NET  ·  AJAX  ·  CLOUD  ·  ECLIPSE  ·  FLEX  ·  OPEN WEB  ·  iPHONE  ·  JAVA  ·  LINUX  ·  OPEN SOURCE  ·  ORACLE  ·  PBDJ  ·  SEARCH  ·  SILVERLIGHT  ·  SOA  ·  VIRTUALIZATION  ·  WEB 2.0  ·  WIRELESS  ·  XML
Comments
Plone and Drupal: Different Approaches, Different Results
paul.nowak wrote: Matt, thanks for the comments. I made an error on the version of Plone. It's 2.5 Plone running on Zope 2.9x. In regards to the additional products, we have a skin installed and we have a product that we had custom developed for us that connects to a PostgreSQL database. We've looked at slow PostgreSQL queries causing problems and have not been able to find an issue. We've also tested for the case where the PostgreSQL server is down and have not been able to create an issue. We therefor...
Nov. 4, 2009 04:19 PM EST
Cloud Expo on Google News
Did you read today's front page stories & breaking news?
Live Google News by SYS-CON!

Tips & Tricks

Resolving “Data Error Reading Drive C” in Microsoft Windows
By Data Recovery Software & Tools
Sometimes when you start your Windows computer or while working on it, the operating system can not read the drive and shows some error messages. If the problem occurs with C drive, then system does not boot up and all of the data stored on your Windows hard drive become inaccessible.
Oct. 9, 2009 12:36 PM EDT  Reads: 398
Disk Controller Failure Is Evident and Cause Data Loss
By Data Recovery Software & Tools
When the disk controller gets damaged or it fails, hard drive become inaccessible, undetectable in BIOS and renders the system unbootable. Same problem may also occur if your hard drive is malfunction due to either logical or physical problems. It might result into serious data loss an...
Oct. 9, 2009 12:36 PM EDT  Reads: 336
Using the Microsoft Chart Controls in PowerBuilder
By Bruce Armstrong
You may not be aware of this, but Microsoft now provides a rather powerful charting control free of charge as an add-in for .NET 3.5. It’s available for download at http://xrl.us/ben3pm. Because it supports 35 different chart types (see Figure 1), it can add significant new charting ca...
Aug. 27, 2009 08:45 AM EDT  Reads: 1,337  Replies: 1
Converting a PowerBuilder 10.5 Client/Server Application to PB 11 Web Forms
By Mark Luckasavage
As a long-time PB developer, I have successfully created or maintained many PB applications for clients and for myself. Since day one, I was impressed with the ease with which applications can be created using PowerBuilder. Although I had been exposed to Visual Studio and other client/...
Aug. 27, 2008 03:36 PM EDT  Reads: 3,549
Timing the Market with Distributed Genetics
By Derek Ferguson
I've always been puzzled by the ability of some traders to consistently make money. A cynic would say that anyone who is able to profit in all adverse economic environments (recessions, depressions, etc.) is most likely able to do so because they are getting information that is not gen...
May. 30, 2008 12:30 PM EDT  Reads: 3,908
CLINQ v1.1.0.0 Released
By Kevin Hoffman
CLINQ v1.1 has been released. Some of you may have already downloaded some of the new builds, but here's a rundown of what the new release includes: Support for Continuous Aggregation. Now, in addition to being able to have your result sets automatically update themselves in response t...
May. 2, 2008 05:15 PM EDT  Reads: 4,107
Using Visual .NET Components
By Bruce Armstrong
Microsoft recently released the Interop Forms Toolkit 2.0 in order to allow 'developers to incorporate VB.NET Forms and Controls into their VB6 applications' (www.microsoft.com/downloads/details.aspx?FamilyID=934de3c5-dc85-4065-9327-96801e57b81d&DisplayLang=en).
Oct. 8, 2007 01:45 PM EDT  Reads: 6,985
Flex Builder Shortcuts
By Yakov Fain
Adobe Flex Builder has many convenient keyboard commands and hints that make your programming faster. But this is a list of Flex Builder shortcuts that I use on a regular basis
Jul. 21, 2006 10:00 PM EDT  Reads: 21,561  Replies: 2
Implementing Patterns with Generics
By Bill Wagner
It's been a few months since Visual Studio 2005 was released. In that time you've probably seen and read quite a bit about generics. Unfortunately all those articles and presentations can leave you with the impression that generics are useful only in the context of collections (List, D...
Apr. 17, 2006 02:00 PM EDT  Reads: 16,301
Cover Story: Understanding Base64 Encoding
By James McCaffrey
If you work in a .NET environment you have probably come across Base64 encoded data. For example, Base64 encoding is used in ASP.NET for a Web application's ViewState value, as shown in Figure 1. Base64 encoding is also used to transmit binary data over e-mail. However, if you are like...
Mar. 19, 2006 09:00 AM EST  Reads: 41,295  Replies: 2
DataWindow.NET How To: DataWindow Formatting
By Bruce Armstrong
In this article, we're going to look at how DataWindow.NET technology is a simpler but more powerful way of formatting data in the presentation layer. We'll be taking a sample application provided by Microsoft for .NET and implementing it using DataWindow.NET technology.
Feb. 3, 2006 02:00 PM EST  Reads: 27,557  Replies: 11
The OO Database Advantage
By Rick Grehan; Eric Falsken
Here's a question: If you write your application's code in an OO language - such as C#, VB.NET, or managed C++ - why not write database query and update code in the same language? It would certainly make life simpler, wouldn't it? At the very least, you'd only have to hold one language...
Jan. 22, 2006 02:00 PM EST  Reads: 14,573  Replies: 2
Customizing the Compilation Process and Tweak the Run Time For Superior Results
By Jason Bock
I've tried to make it a point to learn different programming languages throughout my career. It's not that I'm fluent in multiple languages (for example, I wouldn't call myself an Eiffel expert by any stretch of the imagination), but by learning about a language's features and ideas I'...
Dec. 3, 2005 11:15 PM EST  Reads: 7,557  Replies: 1
How to Write High-Performance C# Code
By Jeff Varszegi
Writing code that runs quickly is sometimes at odds with writing code quickly. C.A.R. Hoare, computer science luminary and discoverer of the QuickSort algorithm, famously proclaimed, 'Premature optimization is the root of all evil.' The extreme programming design principle of 'You Aren...
Sep. 13, 2004 12:00 AM EDT  Reads: 102,899  Replies: 8
.NET Makes Window Subclassing Easy - Tap into Windows OS messages
By Bryant Hankins
Imagine you are coding a .NET application that must perform some logic when a CD is inserted into the drive. Unfortunately, there is no standard event visible to your application that gets fired when a CD is inserted. Windows knows when a user puts a CD in the drive, but how can it not...
Dec. 10, 2003 12:00 AM EST  Reads: 29,692  Replies: 7
Get the Most Out of .NET
By James Horan
Here are some tips on how to improve the performance of your .NET applications. In the old Visual Basic 6 world, string manipulation was a performance issue that many developers spent time dealing with.
Jul. 21, 2003 12:00 AM EDT  Reads: 13,242


SYS-CON Featured Whitepapers

ADS BY GOOGLE

Breaking Java News
United Announces Economy Plus Holiday Sale
Comstock Homebuilding Returns to Profitability in 3rd Quarter, Reports Net Income of $2.3 Million for Three Months Ended September 30, 2009
Bonal International Reports Second Quarter and Six Month Results
Media Advisory-UPDATE: Their Excellencies to Welcome Their Royal Highnesses the Prince of Wales and The Duchess of Cornwall at Rideau Hall
Report Cites Progress in El Salvador in First 100 Days of Funes Administration; CDA Offers Sympathy to Flood Victims
GPI to Showcase Its Most Extensive Range of New Products Ever at G2E
Bloomberg AIM Wins Buy-Side Technology Top Implementation Award
Avatar Reports Third Quarter Results of Operations
Eighth Person Pleads Guilty to Illegally Accessing Confidential Passport Files
Air Transport Association Expects 4 Percent Decline in Air Travel Over 12-Day Thanksgiving Holiday Period

ADVERTISE   |   MAGAZINE SUBSCRIPTIONS   |   FREE BREAKING-NEWSLETTERS!   |   SYS-CON.TV   |   BLOG-N-PLAY!   |   WEBCAST   |   EDUCATION   |   RESEARCH

.NET Developer's Journal - .NETDJ   |   ColdFusion Developer's Journal - CFDJ   |   Eclipse Developer's Journal - EDJ   |   Enterprise Open Source Magazine - EOS
Open Web Developer's Journal - OPENWEB   |   iPhone Developer's Journal - iPHONE   |   Virtualization - Virtualization   |   Java Developer's Journal - JDJ   |   Linux.SYS-CON.com
PowerBuilder Developer's Journal - PBDJ   |   SEO / SEM Journal - SJ   |   SOAWorld Magazine - SOAWM   |   IT Solutions Guide - ITSG   |   Symbian Developer's Journal - SDJ
WebLogic Developer's Journal - WLDJ   |   WebSphere Journal - WJ   |   Wireless Business & Technology - WBT   |   XML-Journal - XMLJ   |   Internet Video - iTV
Flex Developer's Journal - Flex   |   AJAXWorld Magazine - AWM   |   Silverlight Developer's Journal - SLDJ   |   PHP.SYS-CON.com   |   Web 2.0 Journal - WEB2
Apache   |   CMS   |   CRM   |   HP   |   Oracle Journal   |   Perl   |   Python   |   Red Hat   |   Ruby on Rails   |   SAP   |   SaaS

SYS-CON MEDIA:   ABOUT US   |   CONTACT US   |   COMPANY NEWS   |   CAREERS   |   SITE MAP
SYS-CON EVENTS:   |  AJAXWorld Conference & Expo  |  iPhone Developer Summit  |  Cloud Computing Conference & Expo  |  SOA World Conference & Expo  |  Virtualization Conference & Expo
INTERNATIONAL SITES:   India  |  U.K.  |  Canada  |  Germany  |  France  |  Australia  |  Italy  |  Spain  |  Netherlands  |  Brazil  |  Belgium
 Terms of Use & Our Privacy Statement     About Newsfeeds / Video Feeds
Copyright ©1994-2008 SYS-CON Publications, Inc. All Rights Reserved. All marks are trademarks of SYS-CON Media.
Reproduction in whole or in part in any form or medium without express written permission of SYS-CON Publications, Inc. is prohibited.