Archive for July, 2006
While working with a certain web application, I just found my self trapped on a string concatination problem. What I’m tryin’ to do is concatenate 2 strings and assigning the output to the first string. My code goes something like this:
PSEUDO CODE
var myString=””;
for(i=1;myQuery.recordCount;i++){
myString = myString & myQuery.record[i];
}
note:
Let say myQuery is a SQL query which returns
all [...]
Filed under: Programming | Leave a Comment
Tags: memory buffer, String Concatenation
SQL Union All
I was working in this certain module last week wherein I will create a web app page that will generate monthly reports. Everything was fine and I manage to do it with an ease until the boss checks my work, On the report generated, there was a certain field column wherein NULL values are present, [...]
Filed under: SQL | Leave a Comment
Tags: SQL, Union
Coldfusion
I work at a company where coldfusion is the main tool in web applications development. Though I am using ASP before I was hired, I still have to be focus on coldfusion so I have no choice but to learn it starting from the basics. First I decided to study the idea of how does [...]
Filed under: Programming | Leave a Comment
Tags: coldfusion
Lichtenstein inspired pop art!
Roy Lichtenstein inspired pop art!!! a cool digital art inspired by Roy Lichtenstein style using photoshop… some kind of like turning your picture into cartoons.. it’s easy to do but requires a lot of patience… I’ve created my own lichtenstein inspired digital art (See image below). If you want to learn how to do this, [...]
Filed under: Arts | 9 Comments
Tags: Cartoons, Lichtenstein, Pop art
onStart()
Finally, I got my own technical blog. Well I’m a novice in programming, I just recently got my first job as a software developer. I really want to be focus on .Net programming but unfortunately the company that hired me are using the old VB6 and coldfusion. But it’s ok, For now I’ll just let [...]
Filed under: Programming | Leave a Comment