Skip to content

Madly Deeply in Love with PHP

2011 May 8

Everything is being made easier by PHP!

Yesterday, I only spent like 3-4 hours to make my BLOB works (inserting, and displaying it). The $_POST[...] works totally fine although the encrypt type is MULTIPART/FORM-DATA. I am now wondering though if the request.getParameter(“…”) actually works with MULTIPART/FORM-DATA (too lazy to work on it again).

Since working with PHP about a month ago, I love it more and more. I am so madly deeply in love with it. F**k off JSP. I though previously learning JSP will be a lot easier since I understand Java before. But, it turns out PHP is a lot more easier. PHP is really a programming language for web. JSP is just Java that is modified to create a web (but not specially tailored).

Comparing to EJB? Of course, PHP rules! No need to wait compiling the code. No need to restart Glassfish when I change a line or two (I just need to refresh my browser). All kind of OS is supported (no problem in Windows, Mac fine, I bet Ubuntu is fine as well). No need to recreate all the persistence unit every time I modify my database. Read more…

LOL

2011 April 19
by Fiona

Nice cartoon by Omar Momani, cartoonist and animator from Saudi Arabia Goal.com. :lol: *can’t wait for the 2nd El Classico in Copa del Rey*


Left-Right: Albiol, Mourinho, Messi, Ronaldo

Project Progress as of April 19, 2011

2011 April 19

From today onwards, I’ll probably post more and more junks about my project development. These days, I found myself unable to sleep (though I have been sleep-deprived the day before). Why? The reason is the projects I’ve got. I can’t let my minds of the projects especially OpenGL stuff which makes me really worry. Probably, by posting stuff about my projects here will help me sleeping faster. Read more…

Enterprise JavaBean, Naughty Kid

2011 April 16

My projects went pretty well so far. I love PHP more. Like JSP a little less. So-so with CSS. Hate EJB so much. Kinda miss the black screen in OpenGL. And wanna go to Aussie soon!


Screenshot of my Enterprise Application project

Read more…

Some Unnecessary Stuff

2011 April 12
by Fiona

I’ve spent most of my time with PHP last week, and now I’m moving on to EJB. But… I’m stuck. Seems I’m running out of my luck. Previously, my NetBeans was so friendly in compiling EJB. But today, it wasn’t. So, I spent my time sleeping and browsing unnecessary stuff to refresh my minds of the college sh*t. At least I’m not as stressed as before.

All the comic strips are taken from: http://www.phdcomics.com

Read more…

Currently In Depressed State

2011 March 23
by Fiona

I hate milestones that are being created by other people! I know milestones are meant to be good which forces us to finish the project on time since each milestones will be graded. But, the way I work doesn’t compliant with this milestones stuff. Read more…

5 Web Projects in a Year

2011 March 11
by Fiona

Ok, so I have 5 web projects this year, 3 of them are for my college projects, the rest are for club’s event. And my position now is an undergraduate student who only understand how to install WordPress, hijacking other people’s CSS design, newbie on JSP (have only learnt it for 3 weeks in college), always saying WTF when looking at PHP. Let me just tell you more about these projects… Read more…

Yellow Low-Quality Movies!

2011 February 19
by Fiona

Read more…

My New Babies

2011 February 12
by Fiona

Recently I just bought two new babies: Canon EF-S 10-22mm f/3.5-4.5 USM and Tamron 17-50mm f/2.8 non-VC (the actual name is sooo long, I’ll just make it short :lol: ).

Read more…

Setting Your EditPlus to Compile and Run Java Code

2011 February 8
by Fiona

Java is widely-used, powerful, and easy to use language. I personally love Java compare to C++ because it has very well documented API, making learning is a lot easier.

Below is the tutorial for compiling and running Java code using EditPlus:

1. Install JDK (Java Development Kit)

To start coding in Java, you have to prepare your desktop or notebook so it can compile and run Java code. In order to do this, you have to install JDK in your PC. JRE (Java Runtime Environment) is already included in JDK. So you only need to install JDK. Read more…