June 2006 - Posts

2
Comments

Migrating from MS Access 2003 to MS SQL Server 2000 by lamia

Today, I'd be teaching my most commonly used tool in MS-Access 2003 , the upsizing wizard. This assumes that you have an SQLServer 2000 installed on your local system. I'd be focusing more on the wizard than SQLServer itself. I'd also assume that you...
Filed under:
3
Comments

http://www.flickr.com/ by lamia

Ok, that was nice suggestion from keithrull to upload my pics to http://www.flickr.com/ (thanks!). From now on, when I need to have some visual-aid to help you people visualize the stuff I'm talking about, I'm gonna upload a picture and post it here....
Filed under:
2
Comments

Why was friendster so slow back then? by lamia

Once during our development period my boss and I were discussing about the drawbacks that Java technology could give us. I used friendster.com as a basis of analysis since they used JSP before and have experienced slow-down with it. Here is a topic from...
Filed under: ,
2
Comments

Working as a lone developer... by lamia

Well, this is the first time I've been working alone... Literally, alone... On my first job, I worked as a Symbian C++ developer which didn't last very long. I lasted only about three weeks since I really didn't like the workplace... I was able to get...
Filed under:
0
Comments

The power of JSTL's <c:import/> tag by lamia

Since yesterday, I was having trouble with JSP's <jsp:include/> tag. I had to include a page which has a dynamic content in it. I was strict into following the model 2 approach so I wasn't even a little tempted to include scriptlets in my page....
Filed under: ,
1
Comments

Using DIV'S instead of nested tables by lamia

I bumped into a site that suggests the use of divs instead of nested tables when looping through a dataset or list in JSP/PHP/ASP/etc. Here is the link...
Filed under:
0
Comments

Struts 1.1 Controller UML diagrams by lamia

I just happen to find this site on some forums I've been visiting. Since I can't think of anything to post right now to start my blog, and since I'm using Struts on my current project... I'll be posting this link... Struts 1.1 Controller UML diagrams...
Filed under: ,