11.16.08

My own WordPress

Posted in is-ebiz tagged at 5:29 pm by neferteri

Hi guys! this is the link of the my own wordpress site.

–>click here

Hello Dolly (Bob Ong Quotes)

Posted in is-ebiz tagged , at 5:26 pm by neferteri

Here’s the modified Hello Dolly.php code

<?php
/*
Plugin Name: Bob Ong’s Quotes
Plugin URI: http://wordpress.org/#
Description: This is not just a plugin, it symbolizes the hope and enthusiasm of an entire generation summed up in two words sung most famously by Louis Armstrong: Hello, Dolly. When activated you will randomly see a lyric from <cite>Hello, Dolly</cite> in the upper right of your admin screen on every page.
Author: Matt Mullenweg
Version: 1.5
Author URI: http://ma.tt/
*/

// Quotes from Bob Ong

$lyrics = “Hello Bob Ong
Kung hindi mo mahal ang isang tao, wag ka nang magpakita ng motibo para mahalin ka niya..

Huwag mong bitawan ang bagay na hindi mo kayang makitang hawak ng iba.

Huwag mong hawakan kung alam mong bibitawan mo lang.

Huwag na huwag ka hahawak kapag alam mong may hawak ka na.

Parang elevator lang yan eh, bakit mo pagsisiksikan ung sarili mo kung walang pwesto para sayo. Eh meron naman hagdan, ayaw mo lang pansinin

Kung maghihintay ka ng lalandi sayo, walang mangyayari sa buhay mo.. Dapat lumandi ka din

Pag may mahal ka at ayaw sayo, hayaan mo. Malay mo sa mga susunod na araw ayaw mo na din sa kanya, naunahan ka lang

Hiwalayan na kung di ka na masaya. Walang gamot sa tanga kundi pagkukusa

Pag hindi ka mahal ng mahal mo wag ka magreklamo. Kasi may mga tao rin na di mo mahal pero mahal ka.. Kaya quits lang

Kung dalawa ang mahal mo, piliin mo yung pangalawa. Kasi hindi ka naman magmamahal ng iba kung mahal mo talaga yung una.”;

// Here we split it into lines
$lyrics = explode(“\n”, $lyrics);
// And then randomly choose a line
$chosen = wptexturize( $lyrics[ mt_rand(0, count($lyrics) - 1) ] );

// This just echoes the chosen line, we’ll position it later
function hello_dolly() {
global $chosen;
echo “<p id=’dolly’>$chosen</p>”;
}

// Now we set that function up to execute when the admin_footer action is called
add_action(‘admin_footer’, ‘hello_dolly’);

// We need some CSS to position the paragraph
function dolly_css() {
echo “
<style type=’text/css’>
#dolly {
position: absolute;
top: 2.3em;
margin: 0;
padding: 0;
right: 10px;
font-size: 16px;
color: #d54e21;
}
</style>
“;
}

add_action(‘admin_head’, ‘dolly_css’);

?>

11.03.08

chapter 16

Posted in getting real tagged at 6:01 pm by neferteri

This is the last chapter.. I’m happy to know that this is the last chapter of getting real. Imagine I read the whole book.. hehe.. well.. I’m surprised.. wohoo I made it..Seriously, this chapter 16 is almost a summary of all the topics of getting real. Here, you can see that they explained the point in making or building your own web apps up to introducing it to your customers.

I admit that getting real is a good book. It tells the reader that it’s not just about making web apps. There are certain aspects in making web apps. Getting Real discusses how to build your own web apps.

For me, getting real gives me an idea on how to make a good web apps. Once you read the whole chapters of getting real, you may find the real meaning on how you can make a good apps and how you may introduce and sell your apps to your customers. In making or building your apps, you have to start from knowing the people involved, analyzing the data that you gathered, make a design, code it, and up to the last part which is making updates after you launch your apps to the customers.

Thanks for this book. I’ve learned something..

Chapter 15- Post-Launch

Posted in getting real, is-ebiz tagged at 5:59 pm by neferteri

This chapter talks about having updates after launching your apps. Give a time to update your apps. You can blog about it and get a chance to  get a feedback of your customers. I like the idea about making an update with regards to your apps. As much as possible try to have updates in order for you to upgrade it. Here, you can do blog post and show that your product is alive. Once you make blog post, try to keep in touch with it so that you can have a look on what’s new with your apps and for the customers to know that you updated your apps.

Chapter 14

Posted in getting real, is-ebiz tagged at 7:21 am by neferteri

Chapter 14 is all about support. It discusses how developers must have customer suport whenever they introduce and sell their apps to the customers. Developers should support it and maintain. Support is one of the important aspects when you sell it to your customers. This way you could update your customers at the same time the apps whenever there’s new problem that occur in the apps.

         Another thing about this chapter is their point about talking or answering the customers in a straightforward manner, and giving a zero-training. I like the idea in this chapter. Actually, it’s true that developers must know and understand that they whenever customer asks about the apps, you must definitely answer them in a straightforward manner. It’s not nice that you don’t answer them straightforwardly. Customers are not stupid. The can know if you are not answering them straightforwardly. It should be direct and customers don’t want to be stupid in a sense that they don’t know what to do on the apps that they bought. You have to answer them in a straightforward manner. Then another topic here is the giving of zero-training. Here, it means that if you sell your apps to any customers, you should have a simple apps with a good features and functionalities. It would be easier for customers to understand your apps. You have to have a demo.

Chapter 13- Promotion

Posted in getting real tagged at 7:19 am by neferteri

Chapter 13 is about promotion. It is one of the most important parts after building your apps. If you want your products or apps to be known by any costumer or client, you have to have promotion. Your apps need to be recognized by anyone. By doing this, there’s a big possibility that you may have profit or customers will buy it. Some samples of promotion are teasers and previews.

One way to introduce or promote your apps is BLOGGING. You can blog it so that everyone will know about your new apps. BLOGGING is effective when it comes to promoting your new apps. It’s an easy and convenient way for the developers to promote their apps and for the customer to view what’s new.

Another thing in this chapter is the name of the apps. The name of your apps should be easy to remember. It’s easy for you to sell your apps if the name is easy to remember.