If Programming Languages Were Real Persons: Montana Perl
Written by Kerasiotis Vasileios. What if programming languages were real persons like you and me? What if they were parts of families and had relations and affairs? Have you ever thought of going to a supermarket and Visual Basic was the young woman waiting in the line in front of you?
Perl is a 37 years...
Source: Tech Tips Tricks
Templates that Solve Problems for Web Developers
"We live in a web centric world right now, and if you haven't already, you'll most likely be facing website related dilemma(s). For example, maybe you need an email template to send out your company newsletter(s) but you don't have the first clue as to how to create one let alone create one that works...
Source: .
If Programming Languages Were Real Persons: Vin C++
Written by Kerasiotis Vasileios. What if programming languages were real persons like you and me? What if they were parts of families and had relations and affairs? Have you ever thought of going to a supermarket and Visual Basic was the young woman waiting in the line in front of you?
C++ is 45 years...
Source: Tech Tips Tricks
If Programming Languages Were Real Persons: Charlie C
Written by Kerasiotis Vasileios. What if programming languages were real persons like you and me? What if they were parts of families and had relations and affairs? Have you ever thought of going to a supermarket and Visual Basic was the young woman waiting in the line in front of you?
Charlie C is...
Source: Tech Tips Tricks
MySQL Best Practices
"Database operations often tend to be the main bottleneck for most web applications today. It's not only the DBA's (database administrators) that have to worry about these performance issues. We as programmers need to do our part by structuring tables properly, writing optimized queries and better code....
Source: GeekPicks
Best Way For JComboBox To Detect Which Item Is Selected
I recently posted articles on how to get the selected item chosen in a JComboBox. Using an ItemListener is painfully confusing if you do not know how it works since it fires two events. The best listener to use for a JComboBox to listen which item is selected is an ActionListener.
The same ActionListener...
Source: Tech Tips Tricks
Resources to Get Clued Up on HTML5
"HTML5 this, HTML5 that! There’s been plenty of HTML5 talk around the blogging world recently. It’s no longer a tiny spec on the horizon, it’s due to arrive soon! Some have already embraced it and are using it on their latest sites."[via line 25]
...
Source: GeekPicks
Detect Which Screen Monitor Your Coordinates Belong To Using Java
Getting a screen’s size is simple using Toolkit class’ getScreenSize(). But what if you are working using more than 1 screen monitor, say a dual monitor? The ToolKit class won’t apply in this case. There are a few set of classes in Java that can do the trick namely GraphicsEnvironment...
Source: Tech Tips Tricks
Get Value Of Ratio Using Java
This method gets the value based on the ratio that you specify. Getting the value for a 1:1 ratio or 2:1 is pretty simple. What if you want to get the value for a 3:2 ratio? Looks complicated? I did have a hard time when I first encountered this when I was making a Craps Java applet game but I managed…
Source: Tech Tips Tricks




