Friday, August 11, 2006

Imagine...

Looooong time no entry, huh? Blame it to WoW! And partially to the kind of project I'm working on right now. I perfectly know how to blend CSS, HTML and some ASP.NET code. As a proof, go visit this site. It's just a basic scheduler. Nothing fancy.

Thursday, March 30, 2006

My resume

Daniel Dalan
610-0311 Kyotanabeshi Kusauchi Hanshowari 42-1-1-730 Kyoto, Japan
(+81) 90 8299 0483
daniel.dalan@img.com

Seeking position in...
J2SE/J2EE/.NET Developer
Information technology professional capable of managing web application projects from concept to completion with remarkable deadline sensitivity. Two years combined experience in developing web applications for Logistics and Warehouse Management Systems. Strong analytical skills combined with experience in object oriented programming techniques. Excellent communication skills. Fluent in English and Filipino, and business level Japanese. Has a good sense of humor.
TECHNICAL SKILLS
Operating Systems:
Windows 98/NT/2000/XP/2003 Server, Linux, UNIX, FreeBSD, Solaris, Mac OS X
Languages:
Java (J2EE/J2SE/JSP), .NET (ASP.NET/VB.NET), SQL, C/C++, CGI, UNIX shell scripts, DOS bat scripts, Ruby, HTML/DHTML/XHTML, JavaScript, XML, CSS
Databases:
Oracle 10g, PostgreSQL
Tools:
MS Office, MS Visual Studio, Eclipse, JBuilder, NetBeans, Dreamweaver
Frameworks etc:
Struts, cFramework, WebLogic, Tomcat, Hibernate
PROFESSIONAL EXPERIENCE
Programmer/System Engineer/Developer
2004 - present
IMG Japan, Osaka JAPAN
  • Currently developing additional web modules for a Warehouse Management System package using ASP.NET
  • Developed Logistics delivery system using the following:
    • Apache - http server
    • Tomcat - application server
    • Struts Framework - request/response management
    • Hibernate - database connectivity and object relation management
    • Java (J2SE) - business logic
    • JavaScript - client side script
    • JSP, HTML, CSS - presentation
    • Oracle 10g - database
    • DOS bat script - automate processing of files received and be sent by FTP
  • Developed prototype web modules for a Warehouse Management System package (originally written in VB 6.0) using ASP.NET
  • Porting of an Engineering Bulleting Board System (originally configured to run on Windows NT and using Netscape for client browser) to run on Windows NT/2000/XP SP1,SP2 and using Internet Explorer for client browser
  • Developed a common data extraction system using the following:
    • WebLogic - application server, J2EE library
    • Java (J2SE) - business logic
    • JavaScript - client side script
    • JSP, HTML, CSS - presentation
    • Oracle 10g - database
    • UNIX shell script - automation of deployed application
  • Developed an accounting module that automates the formatting of a file (dumped by an R/3 database) to be ready for invoice processing.
EDUCATION
Ph.D. Mathematics Kyushu University, Fukuoka JAPAN
MS Mathematics Kyushu University, Fukuoka JAPAN
Japanese Language Certificate Philippine Institute of Japanese Language and Culture, Manila PHILIPPINES
BS Mathematics Philippine Normal University, Manila PHILIPPINES

Monday, March 27, 2006

An unlikely comment from a Japanese professor...

You filed a lawsuit against Toshiba in 2004, alleging that you deserved compensation for your discovery. You're not the only Japanese inventor who has felt that way. Why did you sue Toshiba, and where does your suit stand now?

I can't say much about the case. My lawyer is handling it. I didn't ask for royalties. I asked that I be paid 1 billion yen [around $9 million], which I felt was my share of what the invention was worth. The Tokyo District Court hasn't reached a verdict.

I never received more than a pittance for my discovery. Yet, thanks to flash-memory chips, Toshiba is one of Japan's only thriving semiconductor makers. I'm glad Toshiba is profiting off [flash]. But I sued because I wanted to make a point: Unless Japanese companies treat their engineers better, this country will have no future. If they copied U.S. companies' incentives for engineers, Japanese tech companies might be better off than they are, now that Taiwanese and Korean companies have caught up. Many top execs in Japan just can't relate to the engineers.

-----
The above was copy pasted from http://www.businessweek.com/magazine/content/06_14/b3978022.htm

Friday, March 24, 2006

だいじょうばないかも・・・

This is what you get if you complete FFX-2 100%.






Awesome!

I found this one interesting.



Monday, January 16, 2006

Embracing Darwin

Finally, we now have an Apple in the house with Mac OS X 10.4 code named "Tiger". The first time it booted, I tried looking for the terminal at once. Everything's all new and I haven't even popped up the entire hood. However, I may not have the luxury of time but what interests me most is whenever I click on the terminal, it reads "Welcome to Darwin!" and gives me a bash prompt. Another UNIX at my disposal...

But how do you change the hostname if you can't log in as root? First, activate the root user by issuing the command "sudo passwd root" at the terminal. If it's your first time to issue the "sudo" command, you'll be presented with warnings but nontheless it's your own system so why care? Just type in the password you used during installation of the system. Then you will be prompted to enter the new root password. Then just issue "hostname name-of-host-you want-to-set". It's that simple.