Archive by Author

King of 9 Mountains – Genting

My second time to participate king of 9 mountains event, stage 2 of ” king of 9 mountains – Genting”.
I was started from Jalan Sungai Tua to Goh Tong Jaya (estimated about 80km for 2 ways).

Check out the map below for the route.


Lihat Peta yang Lebih Besar

As for this, i found it more challenging compare to Fraser especially the last 10KM, my average speed about 5km/h.
I will not recommend if you are the beginner because you might lose control and bang into drain in rainy day.

Genting

KnockoutJS – Dropdownlist with disable item

Knockout JS

<select id="ddlNamedControl" data-bind="foreach: namedControls">
    <option data-bind="text: namedControl, value: namedControl, enable: isEnable">
<select/>

JS

function namedControlItems (namedControl, isEnable) {

    this.namedControl  = namedControl;
    this.isEnable       = isEnable;
};

function ReservationsViewModel() {
    var self = this;

    // Editable data
    self.namedControls= ko.observableArray([
        new namedControlItems ("Steve", true),
        new namedControlItems ("Bert", false)
    ]);
}

ko.applyBindings(new ReservationsViewModel());

Brompton P6R

I just bought a folding bicycle recently, that’s not a performance bicycle but for touring purposes. I always join the gang for Kuala Lumpur Night Ride activity, that’s really hard to ride a road bike in KL road condition (have to avoid the holes and unfriendly drain cover for tiny road bike’s tire).

Brompton-01
Thanks to my family member, I have a chance to purchase the Brompton bicycle from United Kingdom. The wrapping cost me about RM80, anyhow it served the purpose to protect the bicycle.

Brompton-02
My brother told me each of the customer need to wait at least 3 months but I managed to cut the queue due to previous customer gave up the order.

Brompton-03
Yes! With Brooks B17 leather seat too.

Brompton-04
This is the bicycle with very compact fold! The model is P6R (P bar, 6 speeds, with Rack), this bike also comes with dynamo headlight and rear light too! I always wanted to have a folding bicycle before purchase a road bike, that’s really convenience to carry around especially for a city leisure ride.

Incoming search terms:

Super GT 2012 Race Queen – 水谷望愛 & 千葉悠凪

Eva-00

Cars Tokai Dream28

My favorite GT 300 machine as well as the Race Queens. 水谷望愛 & 千葉悠凪 came on year 2010, 2012 they came to visit us again. Unfortunately, the race queen team dismissed on year 2012, so we will not able to see them in Evangelion costume anymore.

Eva-01

水谷望愛

Eva-02

水谷望愛

Eva-03

水谷望愛

Eva-04

水谷望愛

Eva-05

千葉悠凪

Eva-06

千葉悠凪

Eva-07

千葉悠凪

Eva-08

千葉悠凪

Eva-09

千葉悠凪

Eva-10

千葉悠凪

Incoming search terms:

King of 9 Mountains – Frasers Hill

My very first time to participate cycling event, stage 1 of ” king of 9 mountains – Fraser Hill”.
I was started from Mini Stadium Kuala Kubu Bharu to Peak of Fraser Hill (estimated about 80km for 2 ways).

You may ride to the shop lots nearby for some light breakfast before heading to the journey.

Check out the map below for the route.


View Larger Map

It was fun ride, but too time consuming. The most challenging part would be the last 8km toward the peak of Fraser Hill, also on your way back to Mini Stadium due to the slope.

I will revisit this place again definitely.

Fraser-Hill-01
The classic pose for every cyclist when reached the peak of Fraser Hill.

Incoming search terms:

Mazda RX7 FD3S Project #44 – HKS T04z + HKS Intercooler

ignored the project car for more than 6 months, is time to update the progress again. I have to admit, I was too lazy to update the status.
as per blog title, since that’s a buyer willing to buy over the T51 Kai BB turbo kit with Trust Inter-cooler kit, so the team decided to upgrade the car to HKS turbo kit with HKS inter-cooler.

RX7-01
Picture 1: the complete kit.

RX7-02
Picture 2: we switched to another mechanic which able to do things much faster compare to the previous one. Just a week, he already bolt the HKS T04z turbine into the engine bay.

RX7-03
Picture 3: the radiator already adjusted to lay down instead of stand, this helped to reduce the water temperature of the car when trashing on the track.

RX7-04
Picture 4: HKS inter-cooler installed too.

RX7-05
Picture 5: HKS inter-cooler with piping.

RX7-06
Picture 5: another view of HKS inter-cooler with piping.

RX7-07
Picture 6: front view of complete kit.

Incoming search terms:

SharePoint 2013 – Workflow Manager Not Connected

When you having a problem to create/run workflow in SharePoint 2013, you may need to check out the status in CA -> Application Management -> Manage service applications -> Workflow Service Application

if you see “workflow is not connected” or “sharepoint 2013 workflow requires a compatible workflow service configured with sharepoint such as workflow manager.” (refer photo below)

workflow-01

you might need to run following command,
Before you run the command, please refer to the trouble shoot section in http://technet.microsoft.com/en-us/library/jj658588.aspx to create another binding for the website for port 12291 (for http)
Lastly, run the Register-SPWorkflowService –SPSite “https://machine-name” –WorkflowHostUri “https://machine-name:12291″,

 

You should able to see the screen below after the command.

workflow-02

Incoming search terms:

RX7 FD3S Track Machine #4 – Roll Cage

Not much progress for this post, just replaced the previous 9-points roll-cage to 13 points for safety reason.

RX7-Roll-Cage-13-Points

Extra one bar beside the door. I believe I will be more confident to trash the car in the track in future.

RX7-Roll-Cage-13-Points

The rear view of the roll-cage, I feel like an animal inside the cage. 4 extra bars behind.

RX7-Koyo-Radiator

Also, previous stock radiator was replaced with Koyo radiator, always wanted to install the RE-Amemiya radiator but sold it to one of my friend. Hope the Koyo able to performs as usual in Sepang circuit especially in Malaysia hot weather.

What’s next? Pending for ECU tuning, Exterior Body-kit, Wheel etc? Hopefully the car able to roll out next year for Time Attack Event.

Incoming search terms:

Access HTML control’s value from code-behind

if you wish to access the HTML Control’s value from code behind, that’s possible.

let’s assume you have

<input type=\"text\" name=\"allowFillInChoices\" runat=\"server\"/>

and you wish to access the value of allowFillInChoices, you can just use code below to achieve that.

Page.Request.Form["allowFillInChoices"]

Incoming search terms:

PowerShell – Delete Orphaned Database

When you trying to create the database with error,removed previously and you want to use back the database name.
script below might able to help you.

$orphanedDB = Get-SPDatabase | where{$_.Name -eq "MyContentDatabase"}
$orphanedDB.Delete()
Related Posts with Thumbnails

Incoming search terms:

Get Adobe Flash player
%d bloggers like this: