Archive

Archive for the ‘General’ Category

How to Calculate The Sum and Duration of Two Different Time Using PHP

August 23rd, 2010 Masino Sinaga No comments

There was a question that asked to me about how to sum and find out the duration of the two different time using PHP code regarding this my article. So, this following code will answer the question. You will be able to know how to calculate the sum and duration between two different time. Read more…

  • Share/Bookmark

How to Set Autofocus on Username TextBox in Login Page that Generated by PHPMaker

July 29th, 2010 Masino Sinaga No comments

This following modification is a trick how you can set the user’s cursor automatically focus on Username textbox in Login page that generated by PHPMaker. As we know, by default, each time PHPMaker generate the Login page, user have to click on the Username textbox on that login form in order to start entering the login information. In order to make it automatically focus after PHPMaker successfully generated your login script page, then we have to modify the login.php file that located inside the template belongs to PHPMaker. This modification applied to PHPMaker version 7, as you can see from this following location of the template files. Read more…

  • Share/Bookmark

How to Fix and Repair Your Credit Effectively and Efficiently

January 18th, 2010 Masino Sinaga 1 comment

Many people (including myself) do not know how to fix their credits or repairing their credit effectively and efficiently, until I found a website from Google that provided the complete information regarding it. For those of you who have bad credit or your credit score decrease become low, and need to fix credit or credit repair, then this following information is very useful for you. You won’t be sorry to use their services. I think your credit score can increase significantly by using the services they provided. Read more…

  • Share/Bookmark

You Can Find Anything and Everything for Sale at ShopWiki

January 8th, 2010 Masino Sinaga No comments

While I was browsing through Internet, I found a website that sale almost anything and everything. I said so, since I saw so many categories in there. There were: Accessories, Arts and Crafts, Automotives, Babies & Toddlers, Books, Movies, Music, Clothing, Collectibles & Memorabilia, Computers & Software, Electronics, Food & Beverages, Green Guide, Health & Beauty, Home & Garden, Jewelry & Watches, Kids, Office, Pets, Sports & Recreation, Toys & Games, Video Games, Weddings. You can also find anything based on its brand at the bottom of the front page. Read more…

  • Share/Bookmark

How to Check Whether a URL Exists or Not Without Visitting The Page

December 25th, 2009 Masino Sinaga No comments

This simple script is very useful for you if you want to check whether a URL exists or not without having to visit the page. This script using PHP, and I have tested it. It worked like a charm. Of course, you need to modify further the way you want, for example, this function will be called when a button is clicked, and so on. But we are not here to discuss these details. This example as simple as possible in the hope that you can develop further according to individual needs. Read more…

  • Share/Bookmark
Categories: General Tags: , , , ,

Gold Coins Gain: One of The Trusted Information to Buy Gold

December 24th, 2009 Masino Sinaga 3 comments

As we already know, gold prices tend to rise, is not affected by movement of the currency of any country. For that reason, many people who invest their money by buying gold bullion. The question is: “Is there a recommended site and can be trusted to buy gold bullion?” Read more…

  • Share/Bookmark
Categories: General Tags: , , , ,

iTunes on Facebook: An Easy Way to Send Online Gift via Facebook

December 18th, 2009 Masino Sinaga No comments

Facebook as the largest social networking site in the world today is an appropriate medium to promote all types of products, especially for those who need the information and the ease in obtaining a particular product. Read more…

  • Share/Bookmark

Web Hosting: A Promising Business in the Future

December 17th, 2009 Masino Sinaga No comments

Who is not familiar with web hosting services. Raise your hand! Well, web hosting service is a promising business in the future. Why not? For those who provide this web hosting services will be able to make a profit in just a moment. The most important thing is, quality web hosting services must be on the top of everything. The important things to note are: server down time minimum pressure, the availability of the ease of billing payment systems provided through several ways, online support is friendly and able to solve the problem as quickly as possible, should be available 24 hours. Automatically, the customer will come in droves to use the service like a swarm of ants sugar. Read more…

  • Share/Bookmark

How To Know the Difference or Time Duration Between Two Dates in PHP

December 14th, 2009 Masino Sinaga No comments

Have you ever got difficulty when you want to calculate the difference or the time duration between two dates by using PHP? For example, the first date is ’2009-12-01 11:12:13′, and the second date is ’2009-12-04 14:15:16′, so the difference or the time duration between this two dates will give a result as: ’3 Day(s), 3 Hour(s), 3 Minute(s), 3 Second(s).’. We will make the function in order to make you easy to implement this calculation in your PHP code. Please note that your date format must be in this order: ‘yyyy-MM-dd hh:mm:ss’ as possible, otherwise, this function will not work properly, I guess. Read more…

  • Share/Bookmark

How to Know The Number of Days from Monday until Today of This Week in PHP

December 13th, 2009 Masino Sinaga No comments

There was a question asked to myself how to know the number of days that calculated from Monday until today of this week by using PHP script. Well, actually, we can make a function by checking based on the day name of today, then return the value based on its day name to the function. So here is the solution I made. Read more…

  • Share/Bookmark