Try a safe browser, try Mozilla Firefox now!
sidenote → Do you love food? Check out my Food Trips. Still have more trips to blog on.
You are currently viewing posts under Blogging. (back to home)
May
12
2008

On Posting Copyrighted Material

Category [tags]: Blogging []

After reading Enrico Dee of Byahilo ’s experience (a TV station used his photos for a TV show segment without permission) and hearing a lot on fair use and copyright during the iBlog 4, I decided to read the RA 8293 or the Intellectual Property Code of the Philippines.

Enrico Dee’s follow-up post on the issue inspired me to be vigilant on these issues. It reinforced my “do not publish copyrighted materials” instinct in posting blog posts.

Just this afternoon, I read a blog post from a blog (obviously) which was written very well shall I say. I admit that I am a prejudicial person for doubting the blogger’s (behind the article) writing skills to write such an article. And so I decided to google (in lower case cause it is used as a verb) a part of the content and learned that the article posted in http://pinoyteens.net/2008/05/02/no-domestic-unrest-from-rice-problems-2/ was actually copied from an ABS-CBN news article page. (more…)

April
24
2008

Flying to Manila and Brand New Logo

Category [tags]: Blogging

Hey guys, in 10 hours I’ll be flying to Manila. I’ll be going there to attend some blogger’s events and work on my enrolment in UP.

———————-

I had this cool new logo from a guy from UIC, ragingfx.com. He sent me three variations; but the one at the top is what I like most.

Here are the two other variations.

I’m now working on my header; got to add it. :D

Also, please check out my super-cool 404 page. You can access it thru this page http://conradmiguel.com/i-want-to-see-a-404-page.

April
4
2008

Migrating A Wordpress Blog to Another Host

Category [tags]: Blogging, Geek Talk

Hey, guys. I’m making this post after having successfully migrated my blog from the crappy slow DreamHost to the uber-cute-named A Small Orange.

Here’s it.

Requirements

  • Patience. Patience is a virtue.
  • Preferably an FTP client. An online FTP client would do.
  • Access to your mySQL server; I recommend using PHPmyAdmin in managing your database although using the console would do.
  • Basic knowledge on mySQL.

Back-Up

First of all, you have to backup your blog’s files. Access your blog’s root thru your FTP client. Copy all the files in your blog’s root to a hard disk destination of your choice.

After backing-up all the files, the next move would be backing up the entire database. Thru your SQL interface (PHPmyAdmin is again recommended), access your SQL server then your blog’s database.

If you are using PHPmyAdmin, just click the Import button at the top, then check the tick box below that says something like “Download File”. Save the imported SQL file to a hard disk destination of your choice.

But if you’re not using the nifty tool, you have to do it your own provided you have knowledge on it. You may also ask your web host to do it for you.

Copying the Data to New Host

Then, we’ll be making something senseful. Access your new SQL server (your new host’s SQL) thru PHPmyAdmin or console. If you’re using PHPmyAdmin, just click the Export button above, then upload the file you just saved on the hard disk destination of your choice to your SQL server and have it copied there by itself. Again, if you’re not using PHPmyAdmin, you may ask your new web host to do it for you.

Yey, you already have a copy of your database on your new host. Then, we’ll be copying the blog root files you saved in the hard disk destination of your choice. Using your FTP client, upload it to your new host. On some modern FTP clients, drag-and-drop would do the entire job.

CHMOD Time

Ooops. we’re not that done yet. You still have to set the chmod of the following folders and its folders and files to 777:

  • /wp-content/themes/
  • /wp-content/uploads/
  • /wp-content/plug-ins/

To change a folder’s chmod, you may use your FTP client. If you’re using FileZilla, just right-click the folder and click file attributes. Type the value ‘777′ on the textbox then check Recurse in files and subdirectories then click okay.

Before I forget

I almost forgot this one. Using your favorite text editor (Notepad’s one), modify your local copy (the one on the hard disk destination of your choice) of wp-config.php.

The file looks like this:

/** WordPress's config file **/
/** http://wordpress.org/   **/// ** MySQL settings ** //
define('DB_NAME', 'yourdbname‘);     // The name of the database
define(’DB_USER’, ‘yourdbuser‘);     // Your MySQL username
define(’DB_PASSWORD’, ‘yourdbpassword‘); // …and password
define(’DB_HOST’, ‘yourdbhost‘);     // …and the server MySQL is running on
// Change the prefix if you want to have multiple blogs in a single database.
$table_prefix  = ‘wp_’;   // example: ‘wp_’ or ‘b2′ or ‘mylogin_’
// Change this to localize WordPress.  A corresponding MO file for the
// chosen language must be installed to wp-includes/languages.
// For example, install de.mo to wp-includes/languages and set WPLANG to ‘de’
// to enable German language support.
define (’WPLANG’, ”);
/* Stop editing */
$server = DB_HOST;
$loginsql = DB_USER;
$passsql = DB_PASSWORD;
$base = DB_NAME;
define(’ABSPATH’, dirname(__FILE__).’/');
// Get everything else
require_once(ABSPATH.’wp-settings.php’);
?>

Now, you have to change the values in bold to your new hosts’ configuration. :D

Last Step?

Uhm, the last step. You have to login to the place where you bought your domain aka domain registrar. Change your nameserver settings (steps differ from a nameserver to another) to your new host’s nameserver. It usually sounds and looks like ns1.yourhost.com, ns2.yourhost.com and in some cases ns3 to ns4.

After setting, wait for at most three days for the change in DNS info to propagate around the world. Your blog at your old host will be the one displayed when the viewer’s ISP’s DNS server hasn’t received the DNS update.

Enjoy.

Ooops, the lastest step.

Check your blog once it propagates around the world. If you experience problems, try rechecking your wp-config.php. You may also try disabling some plugins. My PHP Speedy plugin caused me some problems in migrating. :D

February
5
2008

Waving Goodbye

Category [tags]: Blogging

Hi.

This blog will be down for a short span of time. I will be migrating from Dreamhost to Hostgator.

Why? Trip ko lang. Hehehe. Naisip ko lang na bumili ng bagong hosting account. Tangengerts no.

Bye!

January
19
2008

Beware: Side effects of Blogging

Category [tags]: Blogging, Buhay Pisay [, , , ]

Blogging is fun, right? But beware, excessive and addictive blogging is dangerous for student bloggers like me. See how my blogging preoccupation affected my grades.

Here’s a portion of my report card, click to see the fullview:
Report Card Grades focused

Interpretation

Our grading system is a stanine system in which the grade 1.00 is the highest while the lowest attainable grade is 5.00. The passing grade is 2.50 therefore a grade lower than 2.5 (e.g. 2.75 or 3.00) is considered as a substandard grade.

From the figure above, you can see that I am a consistent UNO student for my elective. Anyway, my elective is Embedded Systems (electronics using microcontrollers). I’m also a consistent 1.25er of Computer Science, go CISCO! Most of my other subjects went down, huhuhu.

Rationalization (defense mechanism)

FYI: I always get low grades because of assignments and lab reports. Luckily, Computer Science and Embedded systems subjects seldom have those. I did not submit a single assignment for the third quarter. I have submitted less than half of all third quarter lab reports for Chem, Bio and Physics. What more do I expect, a failing grade right? (more…)

January
7
2008

Drawbacks of Bad Posts

Category [tags]: Blogging []

Waaa, I’ve been a bad blogger lately. It’s been a long time ago since I posted a good post. I promise to post a good post soon. I have tons of postables posts on Draft mode, I hope I can have time to finish them soon.

Ooops, how about making this post a good post? Nice idea. Just changed the title of this post from “This Blog Needs Good Post” to “Drawbacks of Bad Posts”, FYI.

First, I have to define bad posts on my own unhumble (haha) words. Bad posts are:

  • sponsored review posts. Why? Paid reviews are usually sugarcoated posts (in kuya Blogie’s terms). Most of the reviewers doesn’t even have a first-hand exposure to the service or the product.
  • posts made just to drive traffic (SEOing for traffic). I’ve created a lot of them: the UPCAT, DLSUCET, ACET and MSU-SASE posts. Even though they’re almost worthless except for the results page link, they generate a lot of hits anyway.

I must admit that at least 10 of my previous posts fit my own definition of a bad post (ang labo ko!). Here are the drawbacks of having crappy posts one after another (based on my own experience):

  • Sudden decrease in average visit length. Uhm, it’s obvious. No one would care to stay long to a blog with crap posts. :D
  • Drop of feed subscribers. I used to have 30+ feed subscribers on weekends. When I started posting bad posts, it decreased to 20+. Huhuhu.

Lesson learned. Never post a bad post again. I mean, do not post bad posts one after another. Alternating good and bad posts would do. :D

Ooops, another bad post! :D

December
15
2007

Gearing to Full Throttle

Category [tags]: Blogging, Personal []

Gearing to Full Throttle, just like an airplane on its way to take-off. Full throttle, with full power [current (I) x resistance voltage (V) in Physics].

My last school day of 2007 just passed and now I’m entering the airspace of my 19-day journey in blogging. Just like an airplane, my blog will be soaring high hopefully. I’m planning to go higher than what has been reached.

Here are my plans of action this Christmas break:

  • redesign (again) the blog.
  • make a blog template for Gerwin
  • get my EON card on Monday
  • make at least 15 posts
  • and have an authority of at least 70 and reach $100.00 Adsense payout by December 31, 2007

Control towers (parents?) are much stricter now, flights from 4 to 6am are now restricted. Hahaha.

UPDATE: Thank to kuya Ayel, a Physics teacher, (http://ariellalisan.org/) for correcting my P = IV. :D

December
2
2007

Google’s Blogger Minor Change

Category [tags]: Blogging [, , , , , ]

Lately, I have noticed a minor change in Google Blogger. I don’t know if it is only me who experiences or not so please tell me if it’s also happening to you.

Before, Blogger used to ask for the website of a non-Blogger commentator to provide a backlink to their blogs. Now, they have stopped asking for the website. :(

This is really a bad news to non-Blogger bloggers like me. This means lesser visitors from Blogger blogs, lesser revenue and lesser reach.

The best I can do is to use my old Blogger blog as a redirect page to this WordPress blog. Huhuhu, Google’s Blogger Minor Change makes a HUGE impact.

[update] http://buzz.blogger.com/ <– Blogger Buzz, Blogger’s official blog doesn’t even have a documentation of the change. Is it only me who experiences this?

December
1
2007

Blog Renovation

Category [tags]: (x)HTML, Blogging, Personal [, ]

For the past two days, I’ve been renovating my blog. Two hours ago, my blog had a major transformation from in terms of the theme from my crap self-made theme to a ProBlogger.net inspired self-coded theme.

Transformation of Mikko na Walang Malay to Build That Geek

It took me a lot of time making the theme. For an unartistic person like me, it’s so hard to make a design. I still had to search for online inspirations (using a turtle-speed dialup connection). It took me uhm about one and a half day just to look for a good background color. The coding was not that hard, but still it took time cause I had to research on WP template tags.

Tonight, I’ll be working on my footer. I’m planning to put an about me widget on the footer, and all the copyright information. As you can notice, I still haven’t placed my FeedBurner chicklet. I’m still deciding whether to put it or not.

To my readers, expect lesser personal posts. I’m stuck with many niches on my mind. I have a hard time deciding which is which.

That’s all for now. Happy blogging bloggers!

November
30
2007

Long Weekend Goals and Early Weekend Treat

Category [tags]: Blogging, Mindanao, Personal [, ]

It’s a long weekend, thanks to Andres Bonifacio.

So it’s a long weekend, so more time for blogging! Damn, I forgot to send the list of research materials to Tomi.

Yes, more time to blog. So my goals for this LOOONG weekend are:

  • to create a new blog theme,
  • to start blogging on a specific niche,
  • and to make at least 5 posts (not including this one), in which 2 of them will be a future (scheduled) post.

Today, I didn’t spend a lot of time blogging as I expected. Me together with my cousins went to my late uncle’s resort, Brod Louie Resort at Glan, Sarangani Province. I have posted about this resort more than a month ago, you can check it out on my post Weekend Trip: Glan, Sarangani Province.

Expect a some (konti lang) pics after the jump. (more…)