Archive

Author Archive

HowTo: Blueberry Cheesecake

April 3rd, 2009

90__350x264_myblueberryI’m not into baking, cooking or something but I just learn this by watching my friends, Kyna Mori Flores and Cherry Oh, making this thing. Hehehe.. :) Because its yummy, so I tried to make one at home by my self. So far, I did it! Horay! :D

Recipe:

  • 1 crushed graham pack (crust)
  • 1/4 cup of butter (crust)
  • 2 tease spoon of sugar (crust)
  • 2 all purpose cream
  • 2 knox gelatin
  • 1 blueberry can (you can use smackers brand)
  • 2 cream cheese
  • 1/4 cup of sugar

Procedure:

  1. Crust: Pour the crushed graham and the 2 tease spoon of sugar into the bowl and mixed it. While mixing, melt the butter also (you can use your Microwave). Then pour the melted butter into the bowl and mixed them together until the all properly mixed. :)
  2. Using the cheesecake pan, floor the crust into the pan and level it properly or evenly.
  3. Get a new big bowl for the cheesecake procedure. Put the 2 all purpose cream, 2 cream cheese, and 1/4 cup of sugar into the big bowl. Then mix it with a mixer.
  4. While mixing the step 3, get a cup and pour some water and warm it. Enough warm to melt the gelatin. Then pour the 2 knox gelatin into the cup and mix it well. Remember, mix it well. :P
  5. As the gelatin is ready, pour it into the big bowl with the cheesecake. Mix it properly as well. Be sure everything is mixed properly.
  6. Pour slowly the cheesecake from the bowl to the cheesecake pan (where the crust is already set). Then refrigerate it within 36 hours (enough to freeze the gelatin).
  7. After 36 hours, remove the cheesecake from the pan to a cheesecake tray then place the blueberries as toppings.
  8. Refrigerate it again about 8 hours. Then that’s it… Yummy blueberry cheesecake is ready to serve.. :)

Camilo III Learn New Things, Personal , ,

[Software Integration] MS Visual C# + Nokia PC Connectivity API 3.2

April 2nd, 2009

I’m having curiosity about retrieving SMS from Phone to my PC and including sending SMS from PC via Mobile Phone as GSM modem. So I decide to research about it. And I found the Nokia PC Connectivity API. Somehow using the API needs an extensive knowledge of Programming in .Net studio. So if your beginner to Visual C#, try to study more before taking this step. :)

Download Nokia PC Connectivity API 3.2 (134)

What’s in the Nokia PC Connectivity API tool package?

The Nokia PC Connectivity API tool package contains the PC Connectivity API headers, API documentation, and sample applications. The latest version of the tool includes updates to the Device Management, File System, and Content Access APIs, as well as support for Microsoft Visual Studio 2008.

For more information, visit the Nokia PC Connectivity API features page »

All I can say about this new area since I’m a web developer, its like HELL! hahahahaa…

By the way, Nokia Connectivity API documentation is limited and no enough sample resources. There are very few samples or let me say no enough sample in the internet so far. That’s why its like hell. :P

Camilo III Info.Tech, Software Development, Visual C# , , , , , , , ,

[PHP] How to upload a file

April 2nd, 2009
Comments Off

I would like to share this script to all since most of my friends ask how to create an upload script using PHP.

Download the PHP script at;

  1. Main Download: Simple Upload Demo (8)
  2. Mirror 1: simple_upload.zip

Upload File Demo: http://www.cable21.net/camilord/simple_upload/index.html

Modification according to your preferred setup

Its default upload directory is uploads/ and to change this, just change the line 19;

// set upload destination
$uploaddir = “uploads/”;

In the script, it is capable to validate allowed file types. As default, images files are only allowed to be uploaded. To change this, just edit the upload.php at line 37.

// allowed file types
$validMIME = array(‘jpg’,‘jpeg’,‘bmp’,‘png’,‘gif’);

Just add any file extension you want to allow… Sample;

// allowed file types
$validMIME = array(‘jpg’,‘jpeg’,‘bmp’,‘png’,‘gif’,‘doc’,‘zip’,‘pdf’);

So I just allowed Document, Zip and PDF files…

That’s all.. I think everything is understandable.. hehehe.. Please read also the comments.

Camilo III Info.Tech, PHP, Web Development , , , , , ,

USB Schematic

March 13th, 2009
Comments Off

When my friend’s Card Reader goes something wrong, I tried to fix it and found that the wires are pulled out. So I found the solution (shown below) to resold the wires back into its position.

Pin
one side
Signal Description Pin
other side
1 USB Vcc (Vbus) usually RED, wire should be 20-28 AWG 1
2 USB Data - usually WHITE, wire should be 28 AWG 2
3 USB Data + usually GREEN, wire should be 28 AWG 3
4 GND usually BLACK, wire should be 20-28 AWG 4
Source: http://pinouts.ru/SerialPortsCables/usb_cable_pinout.shtml

Camilo III Computer Hardware, Info.Tech , ,

The thing I wanna see…

March 13th, 2009
Comments Off

Finally, I saw the thing that I wanna see worn by her.

…And that’s the sunglass! :D

A birthday present last November 17, 2008.

Camilo III Celebrities, People , , , , , , ,

How to resize a partition in Windows Vista

March 8th, 2009

Because programs such as Partition Magic don’t work on Windows Vista, some of you may be wondering how to resize partitions without losing any data. The good news is that you probably won’t be needing those programs because Windows Vista can manage your partition resizing.
To resize a partition with Windows Vista, follow these steps:

Be sure to back up any valuable information, because there is a slight chance that data can be lost when dealing with partitions.

1) Click on the Start menu

2) Right click on Computer and click on Manage

manage

3) You may get a User Account Control dialog here; just click Continue

4) In the left pane, open up the Storage category and click on Disk Management

storagetodisk

5) Here, you will find your partitions for your disks. Right click on the partition you’d like to modify.

partitioning

6) Click on Extend Volume or Shrink Volume to extend or shrink the selected partition.


Reference: http://www.vistarewired.com

Camilo III Info.Tech, Operating Systems , ,

PHP Fatal error: Allowed memory size of 8388608 bytes exhausted (tried to allocate 4800 bytes)

February 9th, 2009
Comments Off

When I first encountered this error, I thought something wrong with my apache-php integration. Thank God it’s not the one I thought.

This PHP Fatal error message will be encountered if your PHP script memory requirements exceed the default 8MB limit. Somehow, you can overcome this by doing two methods.

1. Set Resource Limits in /etc/php.ini

;;;;;;;;;;;;;;;;;;;
; Resource Limits ;
;;;;;;;;;;;;;;;;;;;

max_execution_time = 45 ; Maximum execution time of each script
max_input_time = 60 ; Maximum amount may spend parsing request data
memory_limit = 12M ; Maximum amount of memory a script may consume (8MB)

2. Initiate a function to set the Resources Limit

ini_set("memory_limit","12M");

Why so serious?!? that’s it… your done! :)

Camilo III Administration, Info.Tech, Web Development , , , , , , ,

Best WYD08 Photo Competition (Entries)

February 9th, 2009
Comments Off

This competition was conducted by XT3 or http://www.xt3.com. The ‘best’ photos will be collated in an album and sent as a present to Pope Benedict.

And one of my photo won.. :) The Candle Lighting during the vigil (last night of WYD08).

Camilo III Photo Gallery , , , ,

DBP RORO Race 2008 Pictures

February 8th, 2009
Comments Off

Here’s my pictures with the RORO Racers 2008…

Thanks to Rupert Tandoc and Williamson Nocom for their great pictures. :)

Camilo III Photo Gallery , , ,

Thief Globe Telecom

December 27th, 2008
Comments Off

Last December 24 and 25, 2008, I loaded twice with 100 Pesos and register twice for SULITXT 15 but they still deduct every text messages I sent. It is so unfair for every subscriber because we are paying as what they ask for but in return, they don’t even do good to their services. I think they have to rehabilitate their system. I’ve been using Globe since 2001 with my first Nokia 7110 mobile phone. So If this blog will be read by the Globe staff, hope they will take action of this case. And I think I’m not the only experiencing this problem they have. It really sucks!

Camilo III Madness, Personal , ,