Saturday, July 3, 2021

Paps Jay's Team Pasay Modified 3-Pin MTD, MCL with Ferodo Clutch Lining and Sierra Speed Grooved Bell for Motorstar EasyRide 150N

Testing with Paps Jay's 3-Pin MTD, MCL with Ferodo Clutch Lining and Sierra Speed Grooved Bell plus... Yellow Clutch Spring with 1500 rpm! 

2k-2.5k rpm only, aandar ka na! 

So far, still with normal dragging since the clutch lining is new and the grooved bell has yet to make full mark. 👍

Watch video at YouTube


Friday, July 2, 2021

Voltmeter with USB Charger QC3.0 + PD USB Type C Socket with On/Off Switch

Voltmeter is a very useful tool to monitor your battery life. This voltmeter device also has a Quick Charger 3.0 USB + PD USB Type C port with On/Off Switch which is compatible for Samsung Note or S Series, Huawei and Xiaomi. 

I already tested this device on my EasyRide 150N and worked perfectly great! I am using Samsung Galaxy Note 10 Plus and the charging time lessen by 30 minutes vs the built-in USB Charger port. I highly recommend this device! See below for the photo and link of the device where I putchased it. 


Buy at Shopee

Motorstar Easyride 150N Gas Tank Cover Replacement

Why change the stock Gas Tank Cover of EasyRide 150N? The stock gas tank cover breather hole is located at the top area and if rains or gets wet, the water above the cover might go inside the gas tank through that breather hole. 

With my personal experience, this new gas tank cover, the breather hole is now located at the bottom of the cover. And it will be safe that water cannot get in the gas tank anymore during heavy rain or by using pressure washer. 
Link below is where I bought my gas tank cover:
https://shopee.ph/product/140389419/5606818928?smtt=0.66215879-1621643271.9

Sunday, May 9, 2010

Visual Basic 2010: Simple ADO.Net Database Program with Printing

I have made a simple program from Visual Basic 2010 Express Edition using ADO.Net / OLEDB to connect MS Access databases and it has a Printing / Print Preview Module.

In this program, the user can add, edit, delete, search and view records using a listview and print preview using PrintDocument and PrintPreviewDialog controls. The password of the file is the name of the site.

Friday, April 23, 2010

How to Find My Computer Serial Number?

Most computers purchased from manufacturers like IBM, Dell, Acer, HP, etc. comes with a serial number (or service tag) and a model name at the back of it. But if you ever loose this information, then you can use MS-DOS commands to retrieve the information.


To retrieve serial number of the computer run the following command
wmic bios get serialnumber
To retrieve model name of the computer run the following command
wmic csproduct get name

Sunday, April 18, 2010

How to fix PayPal Error: "We were unable to decrypt the certificate id."?

The error "We were unable to decrypt the certificate id." is a very common problem when posting a code generate by PayPal buttons.

Cause:
When you copy a generated button code from the PayPal then directly paste is onto your post, some of the HTML Code will be scrambled.

Solution:

1. Copy and paste the given code to your notepad.
2. Edit the code. (Make sure that the code is written in one line but since the notepad has a length limit, just make sure that there are no spaces between other HTML codes.)
3. Copy and paste the code from the notepad to your post (in HTML View)
4. Save your post.

This solution will work on PayPal Add to Cart, Buy Now, Subscribe, Donate and Buy Gift Certificate buttons.