PHP Bad Practice: Variable Reuse
Anyone who has worked with PHP knows that it is extremely permissive with variables and their types. There's no need to declare variables, not even at... more »
0 commentsSave Tags: how-to, php, web design
Making the A.I. Fortify Bottlenecks
Notice that purple has moved his line of towers forward. The A.I. dynamically adjusts its defensive frontier as conditions change in the game, and has... more »
0 commentsSave Tags: games, how-to
Java Reflection: Annotations
This is text no. 7 in a series on Java Reflection. This text covers how to access annotations of classes, methods, parameters and fields at runtime... more »
0 commentsSave Tags: frameworks, how-to, java
IE8 & backward compatibility. What can I do?
In this blog entry Samiq writes about some of the new features of the just released IE8 Beta 2 and also explains how to deal with compatibility issues... more »
0 commentsSave Tags: css-html, how-to, standards, tools
Meta-Programming with Scala Part III: Partial function application
In my previous post about Meta-Programming with Scala I suspected that there was no way to express partial function application in Scala’s type... more »
0 commentsSave Tags: how-to, other languages, research
The Use of Java in Real Time and Mission Critical Application to Support the Warfighter and the IC
Hello, my name is Sam Ceccola, I have been involved with use of Java technologies in the industry and the government communities since 1998. For me... more »
0 commentsSave Tags: hardware, how-to, java, server
Distributing Air Applications in a clean, easy way
Tutorial on how to distribute AIR Applications to people that never heard of it. How to avoid to force user to install two things (AIR Runtime and the... more »
0 commentsSave Tags: flash-flex, how-to, methodology, ria
User Stories: Three Steps to Better Presentations
As a Scrum Coach, I often take on the role of Evangelist. Monday afternoon, I explained Scrum to the Swiss Java User Group[1]. Although not my first... more »
0 commentsSave Tags: agile, how-to, methodology, trends
EJB 3.0 and Spring 2.5
Why is it that developers from these two communities don't like to see eye to eye? I have been using both Spring from its inception, and EJB's from... more »
2 commentsSave Tags: frameworks, how-to, java, opinion
Running an ANT script in a .bat/.cmd file under Windows
This article explains how to run an ANT script in a .bat or a .cmd file under Windows.
0 commentsSave Tags: how-to, java, tools, windows
Getting and Setting Environment variables in C#
Environment variables are strings that save information about the entire environment in your system. These string values are dynamic and they can... more »
0 commentsSave Tags: .net, how-to
Wrapping (evil)checked exceptions in Java
There are various reasons when we have to wrap java exceptions. Often those reasons are called: Checked Exceptions. According to the definition there... more »
2 commentsSave Tags: how-to, java, opinion
Scraping, or Programatically Accessing, a Secure Webpage
There are many secure websites out there that provide useful information but do not have a public API to access it's data. A prime example of this is... more »
0 commentsSave Tags: .net, how-to, trends
Data filtering using PHP's filter functions
Using PHP's filter_* functions, we can validate and sanitize data types, URLs, e-mail addresses, IP addresses, strip bad characters, and more, all... more »
0 commentsSave Tags: how-to, php, security
Getting Starting with StructureMap -- Simple Setup Scenarios (v2.5)
A short screencast on getting starting with StructureMap -- Simple Setup Scenarios (v2.5)
0 commentsSave Tags: .net, agile, how-to, methodology
Java run-time monitoring, Part 2: Postcompilation instrumentation and performance monitoring
"Here in Part 2, I focus on methods of instrumenting Java classes and resources without modifying the original source code."
0 commentsSave Tags: how-to, java
Getting Started with JCODER
Today Java is used widely across the internet but it is also an invisible force behind many of the applications and devises that power our day-to-day... more »
0 commentsSave Tags: how-to, java, tools
Creativity as the Root of Software Development
The basic idea of writing software is to produce code that has not been produced before. Techniques like object-orientation, component-based design,... more »
0 commentsSave Tags: ajax, how-to, methodology, opinion
Using Amazon S3 to backup Media Temple’s Grid (gs)
Proper backups are like eating your vegetables -- we all say we'll do it and that it is a good idea, but it is so much easier NOT to do it and eat... more »
0 commentsSave Tags: how-to, ruby, web design, web services
Java & Netbeans: Overriding paint to customize GUI components
I found that it’s somewhat tricky to override GUI components methods with Netbeans, because the IDE automatically generates the code needed for the... more »
0 commentsSave Tags: how-to, java
Java run-time monitoring, Part 3: Monitoring performance and availability of an application's ecosystem
"In this final installment, I widen the focus to present techniques for gathering performance and availability data from the application's... more »
0 commentsSave Tags: how-to, java
How to install and configure a Glassfish cluster
In the last days I tried to install and configure a Glassfish and a Liferay cluster for a client. From what I see in Internet is a lot of "old"... more »
0 commentsSave Tags: how-to, java, server, unix-linux
Database Algorithm: Sequencing Dependencies
Some database applications require you to perform a series of actions where you know only that some actions must be performed before others. Before... more »
0 commentsSave Tags: database, how-to
Converting Ext Javascript to jQuery
Provides examples of how to convert code that uses the Ext-JS library to jQuery.
0 commentsSave Tags: how-to, javascript
via