This is default featured slide 1 title

Go to Blogger edit html and find these sentences.Now replace these sentences with your own descriptions.

This is default featured slide 2 title

Go to Blogger edit html and find these sentences.Now replace these sentences with your own descriptions.

This is default featured slide 3 title

Go to Blogger edit html and find these sentences.Now replace these sentences with your own descriptions.

This is default featured slide 4 title

Go to Blogger edit html and find these sentences.Now replace these sentences with your own descriptions.

This is default featured slide 5 title

Go to Blogger edit html and find these sentences.Now replace these sentences with your own descriptions.

Monday, November 12, 2012

VB6 Tutorial - Creating Login Form with MS Access 2007 as Database



In this Visual Basic 6 Tutorial series, you will learn how to create a log in form with using Data Environment as your database. There are many ways to create  database, but for me using Data Environment is the easy one. Try to continue reading and see it for yourself.

Tutorial:

Firstly, we will create our database using MS Access 2007, so open up your MS Access 2007 then select the Blank Database. Enter your desired database name then click the folder like icon to select the location where your database save, choose the 2002-2003 format then save. then click create to build your database. Click the image below to view the original size..




Now, close your database and open it again.

To save the login info we should make a table for it, so click Create and select Table Design



type username and password the select text for their data types




Save your table by hitting ctrl + s on your keyboard and name it as "tbl_login", click no for the primary key.

Close your table design view and open up your tbl_login to put some entry



So our table has been made, it's time to put some info to it, type your desired login info (username, password) as many as you want. Always remember to save your table every time you made a changes. Your table should look like this..



After you done with your table login close it first. To create our login form with VB6:

Open up your Visual Basic 6 Studio and choose Standard EXE.

Add Data Environment to your project by navigating Project>>Add Data Environment and Data Environment Window should show up.




Right click the connection1 and select properties then put the following settings:
Click the image below to view the original size..




Provider: Microsoft Jet 4.0 OLE BD Provider

Connection: Locate your Database from your computer

Advanced: Unchecked all the boxes under access permission except ReadWrite 

Then click Ok to build your database connection

After that we need to add our tbl_login as command, so right click to the connection1 and select add command, Command1 should show up under connection1. Right click to it then type cmd_login on Command Name, choose Table in Database Object then select tbl_login in Object Name and on the Advance Tab, set the lock type to Optimistic so you can read and write to it.




Design your login form by adding two textboxes, 2 command buttons, 3 captions for the title, username and password captions. It should look like similar to this..




Double click the Login button and add this code




With DataEnvironment1.rscmd_login 'opening the tbl_login
.Open
.MoveFirst
While Not .EOF 'scan all entry under tbl_login

If Text1 = !username And Text2 = !password Then
a = MsgBox("Username and Password Accepted, Welcome!", vbInformation) 'login accepted
Exit Sub
Else
.MoveNext 'move to another row
End If

Wend
.Close 'close tbl_login
a = MsgBox("You have entered an invalid username/password", vbCritical) 'login detaits not matched
End With


And there you are, you have created a simple login form using MS Access 2007 as your database.

Drop some comments if you have some question and I give it a shot as soon as possible. Enjoy!






Sunday, November 11, 2012

Blogger Tutorial - Change the number of post shown on your main page


In this blogger tutorial, you will learn how to change the number of posts showing to your main page of your blog, normally your main page display the latest contents you have published. Having too much post displayed in your main page can affect the behavior and become laggy to load. If you feel that your home page isn't displaying enough number of post or have number of lengthy posts which make your blog slow, just follow these easy step:



Steps:

1. Log in to Blogger and click on your blog title.

2. Navigate the layout tab.

3. Now find the Blog Post and click the Edit link.


4. Edit the text box saying "Number of post on main page" and click the save button to save the changes.



And there you are, you have been change the number post shown on your main page.

Just drop some comment of your have some question and i'll give it a shot as soon possible. Enjoy!


Change Hair Color in Photoshop

In this photo retouching tutorial, you will learn how to easily change hair color in an image with Adobe Photoshop. This technique is very easy especially for the beginner who want to learn photo retouching in Adobe Photoshop. You can use this method on photos of other people (friend, family photos) or you can just use it for yourself to see what would you look in other hair colors.

Here's The Final Result:


At the end of this tutorial you will find how it easy to change color of your hair in an image, so let's get started


Step 1

Open up your image using Adobe Photoshop and create a new layer.


Step 2

In your toolbox select the brush tool and choose your desired color and select the soft light mode.


Step 2

After you set the brush to soft light mode, you can now apply it to the hair, use the zoom tool or just press ctrl + + to enlarge and ctrl + - to zoom out the image to be sure to fill all hair areas. 


Step 3

After you fully retouch the hair you can use the opacity tool on your layers tab, to adjust the fade effect to make it more realistic




Step 3

If you're not contented with the color and you want to change it, you can use the Hue/Saturation tool without going back to step one. Just select the layer that contains the color and go to Image>>Adjustments>>Hue/Saturation or just press CTRL + U.

The best thing with a hue/saturation tool is that you can easily adjust the color of the selected layer color 



And there we have it! That’s how easy it is to change someone’s hair color in Photoshop!

Drop some comments if you have some question and I give it a shot as soon as possible. Enjoy!






Monday, November 5, 2012

Apple Sells Three Million iPads Over First Weekend


Sales of the 7.9-inch iPad mini and fourth-generation 9.7-inch version, both Wi-Fi only models, were double the first-weekend sales of the Wi-Fi iPad sold in March, Apple said on Monday.

Apple did not break out numbers for the crucial iPad mini, a smaller version of the original tablet designed to spearhead its foray into a segment now dominated by Amazon.com Inc's Kindle Fire and Google Inc's Nexus 7.

Analysts estimate that about 2.3 million of the new iPads sold over the weekend were the mini-tablets, surpassing expectations of 1 million to 1.5 million.

Wall Street, which was disappointed with Apple's latest quarterly earnings, had been looking to the iPad mini to boost demand during the crucial year-end holiday shopping season as competition reaches a fever pitch. Microsoft Corp became the latest major entrant to the market last month with the Windows-driven Surface.

While lines for the new iPads appeared lighter than usual for a new Apple product when they began selling at stores on Friday, the company said demand was so strong that it "practically sold out of iPad minis."

Apple had never before introduced two different iPad models in one quarter. Raymond James analyst Tavis McCourt said that while the sales numbers looked good, the company would need to sell another 20 million iPads this quarter to meet his estimate.

"There's still a lot of wood to chop in the quarter," McCourt said.

The company said it had already shipped many of the new iPads ordered before the release date, but some would not be sent out until later this month.

"We set a new launch weekend record and practically sold out of iPad minis," Apple Chief Executive Tim Cook said in a statement. "We're working hard to build more quickly to meet the incredible demand."

HOLIDAY SALES CRUCIAL

Apple shares closed up 1.35 percent at $584.62 on Nasdaq on Monday, but that was still 17 percent below the record high set in September.

The strong sales numbers for the iPads came despite both the iPad mini and fourth generation iPad being priced much above competing tablets. The iPad mini's $329 price had prompted some analysts to conclude that the higher price tag may hurt demand.

But Apple is still maintaining its industry leading margins with the smaller tablet, according to a teardown analysis of the tablet by research firm IHS iSuppli.

The Wi-Fi only iPad mini carries a bill of materials of $188.00, IHS iSuppli said, adding that the cost goes up to $198 when manufacturing expenses are added in.

"This differs markedly from Amazon's 7-inch Kindle Fire HD and Google's Nexus 7 tablets, both of which are essentially low-margin or no-margin giveaways at a $199.00 retail price," Andrew Rassweiler, senior principal analyst, teardown services, for IHS, said.

But the California company's dominance of the tablet market eroded in the third quarter as both consumer and commercial shipments declined, partly as people waited for the new iPad mini, while rival Samsung Electronics more than doubled its share, according to tablet shipment numbers from research firm IDC.

Apple's share of the tablet market fell to 50.4 percent from 59.7 percent in the third quarter while Samsung was No.2 with 18.4 percent followed by Amazon with 9 percent. Samsung's market share a year ago was 6.5 percent.

The 7.9-inch iPad mini marks Apple's first foray into the smaller-tablet segment and is the company's first major new device since the death of co-founder Steve Jobs last year.

Versions of iPads with both Wi-Fi and cellular connections will not ship in the United States for another few weeks. And both will be available in more countries later this year.

Apple heads into the current quarter after refreshing almost all of its product lines, from Macintosh computers to tablets.

"We believe the iPad mini has the opportunity to surpass the sales of the regular-sized iPads over the next several years," said Topeka Capital analyst Brian White.

Sources: reuters, apple

Microsft's Plan to Retire Windows Live Messenger in Favor by Skype




Microsoft’s Windows Live Messenger may soon be scrapped and integrated into Skype in the coming months. According to The Verge, plans to integrate the instant messaging service that was formerly known as MSN Messenger were reported to be underway. Over the past few months, Microsoft has gradually been moving users over to the Messenger backend for Skype, and approximately 80 percent of all instant messages sent via Skype were being handled by Windows Live Messenger.
Microsoft has not yet confirmed or denied the change, but an official announcement is expected to be released anytime, possibly as early as the first few weeks of November 2012. It is believed that the change made a lot of sense because, for months, Microsoft is noticed to have been making moves that indicate retiring the Windows Live brand.
Windows Live Messenger is dependent on Microsoft’s Messenger service, the same platform that is used to support Skype. This shared architecture can be viewed as an early sign of a looming merger. Consolidating messaging services like this is a way to reduce the potential confusion among users when they are confronted by duplicate options and functionalities.
Windows Live Messenger 2012 was released by Microsoft only in August 2012, so it is understandable that the company is taking time to move things over to Skype, which was first acquired by Microsoft in May 2011 for $8.5 billion.
In 2009, Windows Live Messenger amassed over 330 million monthly active users. Once the change is in effect, Skype, at the very least, is expected to see a drastic jump in its numbers which, as reported in October 2012, had already passed 45 million concurrent users.
Ahead of the global retirement plan for Windows Live Messenger, Skype has been making efforts to link Skype login names to Microsoft accounts. The users of Skype 6.0 for Mac and Windows are prompted with options to log in using either a Microsoft or a Facebook account. Similarly, axing Windows Live Messenger in favor of Skype is seen as a strategic decision by Microsoft to keep its users on the same page.
WebProNews sees that the popularity of SMS and other mobile messaging solutions has slowly eroded the use of IM services like Windows Live Messenger. And since Skype, in a single app, can provide the services that a mobile user needs, then this integration is an intuitive move.

Source: UCStrategies.com

Friday, November 2, 2012

Start Your Very First Online Money Making Adventure with Neobux (minimum of $5 per day)


So you are finding a way on how you start making money online right?, well you are the right place, with this post you will find out how to make minimum of $5 per day with Neobux and let say with some little investment.

So first let me introduce Neobux, NeoBux is a website which pays its users to view their sponsor ads. The key to success with NeoBux is referrals, which means referred members (from now on called ”refs”). If you don’t own any refs, you won’t make any money.

The easiest way to obtain refs is to rent them directly from NeoBux. In other words you rent another member from NeoBux (no programmed bots) without this persons knowledge. This way you earn money each time any of your refs clicks an ad. If you rent an inactive ref, who doesn’t click ads, this person won’t generate any money for you. Therefore you can choose to recycle a ref and replace it with a new one, but more about that later.

Okay the first thing you should have:
- Computer
- Internet Connection
- Verified Paypal / Payza or Netteller Account
-  $20  for buying your first 100 rented referrals, don't worry after your 100 referrals expire you will earn $30 which is after 30 days :) not bad

So first, create an free account in https://www.neobux.com/m/r/, make sure you put your correct info needed to avoid problems when withdrawing your earnings, after you  created your account, it is time to fund
 your balance with $20 so that you can buy your first 100 rented referrals or upgrade your account to increase your click rate and gain some features that can make your profit multiply, after you fund your account, it is time to buy your first 100 rented referrals package that is good for 30 days by the way you should click your available ads everyday especially the 4 colored orange ads or else you will not earn your  referral clicks that may result loosing your investment.


So here's the simple calculation:

your per click rate for Normal Ads(Colored Orange) is $0.0010 and $0.0010 for Mini Ads
your rented referrals click rate is $0.005 for Normal and Mini Ads

let say you have 100 referrals and 50 of them are inactive or not clicking everyday

so 

50 referrals x 4 normal ads ($0.005) x 30 days = your total earnings from your referrals after 1 month is $30
you clicked 4 normal ads ($0.001) + 7 Mini ads ($0.001) = your average earning per day is $0.011 x 30 days= $0.33 after 30 days
so your referrals ($30) + your clicked earnings ($0.33) = $30.33 not bad for the beginner and just like what i said before that the biggest factor of your account is your referrals so the more you have a rented referrals the more your will earn so don't hesitate to reinvest your $30.33 to buy more rented referrals package and double your earnings for the next month and if your earned $150+ a month it is time to upgrade your account to golden or probably to ultimate and continue renting referrals until you reach the limit and earned thousand bucks per month enough for a lazy man like me  :).

Always remember that there is no quick rich scheme guide to the online money making venture without spending or investing a little dime.

Here's my latest cash out from Neobux, hopes it's help you to inspire, by the i start investing with $20 and earning $150+ per month:

October 26, 2012 Earnings













September 16, 2012 earnings



If you have a question, don't hesitate to leave some comment and i wills answer it as soon as possible.