?php the_time('F, Y');?>

Trim Function In Javascript

Thursday, March 20th, 2008

There is no trim() function in javascript, but it's very easy to implement: var regExpBeginning = /^\s+/; var regExpEnd = /\s+$/; // Remove whitespaces from the beginning and the end of the string. function trim(aString) { return aString.replace(regExpBeginning, "").replace(regExpEnd, ""); } // Remove whitespaces from the beginning of the string. function ltrim(aString) ...

Oracle sows the seeds for SOA

Thursday, March 20th, 2008

An SOA (service oriented architecture) has the appealing allure for reducing costs and improving your company's agility. But, before digging up your existing IT roots, you'll need assurances there's a fortified and fertile ecosystem waiting to support you in those supposedly greener pastures. What's exciting about the new Oracle SOA ...

Customize Apache Web Server

Monday, March 17th, 2008

Apache Web Server originated from a series of "patches" to the NCSA Web server. As benchmark comparisons provided by Netcraft surveys show, its use has grown steadily over the last five years and it is the most popular Web server in use today. One of the key features of Apache ...

Keep Secure Your Apple Computer

Sunday, March 16th, 2008

Researchers and engineers who are working in the security field must have strong constitutions, especially when it comes to weathering negative backlash and tired conspiracy theories whenever apple security and Mac OS X are mentioned in the same breath. The term 'virus' is used so often as a generic reference to ...

Process XML Documents in Java using XPath and XSLT

Thursday, March 13th, 2008

The Extensible Markup Language (XML) is certainly one of the hottest technologies at the moment. While the concept of markup languages is not new, XML seems especially attractive to Java and Internet programmers. The Java API for XML Parsing (JAXP), having recently been defined through the Java Community Process, promises ...

Search Engine Optimization (SEO)

Wednesday, March 12th, 2008

Search Engine Optimization (SEO), considered by many to be a subset of Search Engine marketing, is a term used to describe a process of improving the volume of traffic to a web site from Search Engines, usually in "natural" ("organic" or "algorithmic") search results. Those efforts may also be seen ...

Computer Forensics

Tuesday, March 11th, 2008

Computer Forensics is the process of investigating electronic devices or computer media for the purpose of discovering and analyzing available, deleted, or "hidden" information that may serve as useful evidence in supporting both claims and defenses of a legal matter as well as it can helpful when data have been ...

Distance Learning in an Open Environment

Friday, March 7th, 2008

Words like "Google (Nasdaq: GOOG)" "wiki" and "blog" were no more part of our vocabulary 10 years ago than they were part of our daily lives. Spare a thought for academics in this new world. They have not only to keep up with their ever-expanding disciplines but they also have to ...

The iPhone SDK

Friday, March 7th, 2008

Twenty four hours after Apple revealed its procedure for getting third-party applications on the iPhone, developers have a few questions about the software development kit, but seem mostly satisfied. In the immediate aftermath of Thursday's presentation at Apple's headquarters in Cupertino, Calif., reaction was almost universally positive to Apple's SDK plans. ...

Online Backup Services

Saturday, March 1st, 2008

All third party online backup service providers will pretty much guarantee secure data protection for your business. You can expect 100% reliable backup and recovery for your business - computers and servers while eliminating the risks and burden of tape. The rationale behind using an online backup service is simple. By ...