Lately HTML5 has been getting all the buzz. But Cascading Style Sheets 3 (CSS3) is also coming out. It allows you to easily do buttons with rounded corners. You specify this with the border-radius property.
You should also not count out JavaScript. The future is most likely going to be a combination of HTML5, CSS3, and JavaScript. I know I am learning JavaScript to be ready for the new web wave.
Reproducing a Race Condition
-
We have a job at work that runs every Wednesday night. All of a sudden, it
aborted the last 2 weeks. This caused some critical data to be late. The
main ...