Lamia's stack and heap based memories...
A Judiciously implemented blog
Sign in
|
Join
|
Help
Home
RSS for Posts
Atom
RSS for Comments
Email Notifications
Go
Search
Go
Tags
.Net
Blackberry
C/C++
Career
CSS
Eclipse
EJB
FLEX
J2EE-JEE
J2ME
Java
Javascript
JSTL
Microsoft Windows
Netbeans
Object Relational Mapping
PHP
PSP
RDBMS
SCJP
Servlets
Struts
Technology
Tomcat
XML and Webservices
Community
Home
Blogs
Media
Forums
Groups
DevCast
Archives
November 2008 (2)
September 2008 (1)
July 2008 (4)
June 2008 (2)
May 2008 (1)
March 2008 (5)
February 2008 (2)
January 2008 (8)
December 2007 (7)
November 2007 (5)
October 2007 (5)
September 2007 (10)
August 2007 (11)
July 2007 (8)
June 2007 (5)
May 2007 (7)
April 2007 (4)
March 2007 (6)
February 2007 (7)
January 2007 (5)
December 2006 (4)
November 2006 (7)
October 2006 (3)
September 2006 (9)
August 2006 (7)
July 2006 (8)
June 2006 (7)
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:
RDBMS
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:
Others
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:
Career
,
Others
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:
Career
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:
J2EE-JEE
,
JSTL
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:
CSS
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:
Struts
,
J2EE-JEE