Posted by: ronaldalversado | July 13, 2009

Walk like a Winner

The Winner’s Walk is a key strategy in the sport of life/business. When you meet somebody new, your perception of the person and what you feel about them is based 93% on body language. When you walk like a Winner, people will feel your presence and know you have something to offer. We all know people who are always filled with confidence and walk like they have just won a Gold Medal in the Olympics.

The exciting part about your walking like a Winner is that people will want to be around you — to feed off your energy! As you progress in your day, take a moment and think to yourself, “Do I present myself as a winner?” If the answer is “no”, then I will share with you a few secrets on how to walk like a winner.

Walking like a winner requires that you always walk with your shoulders back, chest out and at a slightly faster pace than usual. This is the key – even when life hits you on the blind side, you need to still walk like a winner because your physiology will empower you to move through whatever is mentally frustrating you. When you walk into a meeting to market yourself or your product, people will feel your confidence and will want to hear what you have to say because they will feel your energy and enthusiasm. As you consciously practice the “Winner’s Walk”, you will be walking like a WINNER in no time flat! ALL the time!

As you continue to master your body language, you will notice an increase in your personal production, because YOU WILL ACHIEVE WHATEVER YOU BELIEVE. You walk the walk…the Winner’s Walk! I personally challenge you to walk like a Winner this entire week and see how things around you change! Walk like a Winner and you will be flying with the eagles!

Posted by: ronaldalversado | March 26, 2008

Yahoo Joins OpenSocial. But Wait, There’s More

Two weeks ago there were reports that Yahoo was planning to join Google’s OpenSocial application platform. A day later we heard that the final decision had been made, but it wouldn’t be announced for a while, probably in April.

Well, they beat that projection by a week. Today Yahoo announced their support for the platform. But they are also, along with Google and MySpace, forming a new non-profit organization called the OpenSocial Foundation. It is modeled after the OpenID Foundation. The goal, they say, is that by placing the assets into a new non-profit, they’ll be able to say they will maintain absolute neutrality while keeping a straight face.

Developers and website owners are also being pointed to the OpenSocial Foundation website for current specifications and links to other resources.

Engineers from all three founding entities will work on the project, they say. All specifications are available under a creative commons copyright license. Also an open source reference implementation called Shindig is being created and developed as a project in the Apache Software Foundation incubator.

The press release for this is here. We will also be on a briefing call later this morning with our live notes.

Links

Posted by: ronaldalversado | March 21, 2008

Resume in Seven Easy Steps

Posted by: ronaldalversado | March 21, 2008

Portfolio thru the Web

Engr. Ronald Alversado  I’m from manila, I currently working as a Software Engineer at a multinational company who’s known on in the field on information technology. At 2006, I’ve finished my bachelor in Computer Engineering at Lyceum of the Philippines University. Private and Unique Smart Home is one of my good project back at my college days. The only thing that triggers me to love programming is when I had my first console back at my childhood. It keeps my interest motivate by aiming to build a good future on IT industry.

Posted by: ronaldalversado | March 21, 2008

Search and connect through the database (ODBC)

Searching a database is actually a easy one. It just what i done in some tutorials
It just involves a form, and a page that displays the results.

note: I creating my search to a simple form

Steps in searching through out the database
1. First we had to define variables
2. Searxh field
3. A database connection
4. The search and opening the data
5. Display the outputed search
Read More…

Posted by: ronaldalversado | March 21, 2008

Java connecting with an ODBC

Java Database Connectivity (JDBC) supports ODBC-based databases and provides a independent database.

JDBC has four primary pieces, used for each database access phase:

• DriverManager: the DriverManager class loads and configures a database driver on the database
• Connection: the Connection class performs confectioning and authentication to a database
Read More…

Posted by: ronaldalversado | January 1, 2008

CPP with ODBC (Open Database Connectivity)

This tutorial show coding how to connect with a database in C++….

This are actual guides

Before I start just to introduce some SQL commands and stuff. For starter you had some back grounds on it….

SQL (Structured Query Language) is a fourth-generation language (4GL) that is used to define, manipulate, and control an RDBMS (relational database management system).

DML sublanguage is concerned with commands that can perform operations on data in tables.It provides four commands for data manipulation:

SELECT command retrieves data for queries.

INSERT command adds new rows into a database table.

UPDATE command changes the values of data items in a database table.

DELETE command removes rows from a database table.

And let’s start….
Read More…

Categories