Please be advised that this Hostgator CYBER MONDAY promotion starts at 12:00 AM Friday November 28th CST (-6 GMT) and will run until 11:59PM CST (-6 GMT) 11/28/2011.
Mata Code
Sunday, November 27, 2011
Thursday, November 24, 2011
Get Hostgator Black Friday Coupon Code 50% Off 25 NOV Only!
Please be advised that this Hostgator Black Friday promotion starts at 12:00 AM Friday November 25th CST (-6 GMT) and will run until 11:59PM CST (-6 GMT) 11/25/2011.
BLACK FRIDAY 2011 SPECIAL OFFER
You can buy the award winning hosting for as low as:
Shared Hosting – $4.95/month AS LOW AS $0.99/month
Reseller Hosting – $24.95/month AS LOW AS $4.99/month
VPS Hosting – $19.95/month AS LOW AS $3.99 First Month
Dedicated Servers – $174/month AS LOW AS $34.80 First Month
* This promotion applies to ALL accounts such as Shared Hosting, Reseller Hosting, VPS Hosting AND even Dedicated Servers! Hostgator has never previously held a promotional package including ALL reseller, vps and dedicated servers and includes accounts held Tahunan.Umumnya if hostgator promo usually only for Shared Hosting packages. And this will apply to your first invoice (Whether it be an annual or monthly depending on when you first sign up, be it 1 month and 3 years). So do not waste this opportunity!
Tuesday, November 22, 2011
he Good habit in writing code
i want to share good habit at write code that makes your code efficient and save :
1. Always ready your finger at Alt+S for save your code
Your code you write is important,The new ideas may emerge suddenly as you find new algorithms, new functions, new ways, and the things that make the program or your website running efficiently and work properly.
you finished writing your code could have been the things that are not desirable as the lights go out, drop in power, or a sudden there is interference situation.
prepare it with your fingers around it after writing a few lines of new code and press alt + s
2. Always Backup your files code if you change your algorithm
could have been after you discover a new algorithm and then you rewrite or edit the existing code files, but you forgot to back them up, because it is not necessarily a new algorithm / new function that you create more good or do not go according to your will. then with that if you remodel the total code that you write copy your files into a backup folder or copy and paste in the same folder and give it an additional name on the back dated months and years so you remember which files are the last
1. Always ready your finger at Alt+S for save your code
Your code you write is important,The new ideas may emerge suddenly as you find new algorithms, new functions, new ways, and the things that make the program or your website running efficiently and work properly.
you finished writing your code could have been the things that are not desirable as the lights go out, drop in power, or a sudden there is interference situation.
prepare it with your fingers around it after writing a few lines of new code and press alt + s
2. Always Backup your files code if you change your algorithm
could have been after you discover a new algorithm and then you rewrite or edit the existing code files, but you forgot to back them up, because it is not necessarily a new algorithm / new function that you create more good or do not go according to your will. then with that if you remodel the total code that you write copy your files into a backup folder or copy and paste in the same folder and give it an additional name on the back dated months and years so you remember which files are the last
3. Always give hint or comment for crucial or important function
provide comment is very easy, but most programmers or web programmers do not do that, because most of us think we already understand what we make and do not need to explain anymore.
But it would be a big problem if not done, because people can forget, consumed by time. one day we will continue to write code again then we would find again and forget the function is useful for what? we will learn again, and it will take much longer.
Another advantage to give your comment the code can be developed much more by other programmers or your team. and it really adds value because it saves time
i will continue this article next time :)
Mysql Select Random Bug
I found the bug at mysql about random
the result is always same this is strange
and i googling and search some article
the mysql developer has already fix this you can download new version of mysql
"SELECT * FROM orderdetail WHERE category='sale' ORDER BY RAND() LIMIT 5;"
and i googling and search some article
the mysql developer has already fix this you can download new version of mysql
[9 Jul 2003 9:13] Paul DuBois
Thank you for your bug report. This issue has already been fixed in the latest released version of that product, which you can download at http://www.mysql.com/downloads/
Subscribe to:
Comments (Atom)
