Installing IIS in Windows 7

IIS is a web server for Windows. In this post are the steps that we can follow when installing IIS in Windows 7.

1. Navigate to Control Panel > Programs.
2. Click Turn Windows Feature On or Off.
3. Notice the Internet Information Services entry and under it are the Web Management Tools and World Wide Web Services.
4. In the Web Management Tools, check the IIS Management Console.

Web Management Tools.

5. In the World Wide Web Services, check the CGI.

Activate CGI.

6. Click OK.

That’s it! We just completed the step by step instruction in installing IIS [...] Continue Reading…

Leave a comment

SQL Script To Get The Peoplesoft Online Navigation

As we know Peoplesoft application has many limitations in terms of user-friendliness or developers-friendliness. We also know that there is no easy way to get the online navigation of a page, record or component. So in line with this I created an SQL script to get the Peoplesoft online navigation when the page, component, record or all of the three are given. And I would like to share it to you as you may need it.

SELECT DISTINCT
Page = PNL.PNLNAME,
Component = P1.PORTAL_URI_SEG2,
Record = FLD.RECNAME,
Navigation = ISNULL(P6.PORTAL_LABEL, ”) + ‘ > ‘
+ ISNULL(P5.PORTAL_LABEL, ”) + ‘ > ‘
[...] Continue Reading…

Leave a comment

I Will Never Say Goodbye

I will never say goodbye image

I wrote this poem around 2004 to 2005 (I forgot the exact date). I dedicated this to my colleague in Bais city as I set to depart to other part of the country as part of my reassignment. I work with them for many months but it is time to leave, so as departing gift, I handed this “I Will Never Say Goodbye” poem to them.

Why did I titled it “I Will Never Say Goodbye”? Because I really don’t want to say goodbye to them. My assignment is fluid, so sooner or later, I am sure to come back again.

I Will Never Say [...] Continue Reading…

Leave a comment

Fix the Empty Country Dropdown List – Prestashop

Prestashop screen grab.

In Prestashop, before anyone can complete the purchase the buyer need to register first. This is to give the system an initial idea for the shipping and billing address of the customer. But what if the registration form is not showing the list of the country in the Country dropdown list? It could be a lost sale, right. I am also experiencing this issue and I found the reason behind this problem. In other word, I was able to fix the empty country dropdown list of the customer registration form. I will share here one solution that could fix [...] Continue Reading…

Leave a comment

Weird Characters in Windows 7 – How to Fix?

Windows 7 Start Menu

A weird thing was happened to my computer few weeks ago. This was after I rebooted when a part of Peoplesoft installation require me to restart the computer. It restarted just fine but it inexplicably replaces the readable text with weird characters. It made everything displayed completely unreadable. I couldn’t pin point the culprit because I installed a number of applications before the issue appeared, but there is one application that I have my eye on, the MS SQL 2008 R2.

My first thought is that somehow the language of the computer changed. Probably from one of the applications that [...] Continue Reading…

Leave a comment