Last Articles:



Five tips about how to find a better job?

IT News & Other
Five tips about how to find a better job?

Job hunting can be challenging. Sometimes you might feel stuck in this process of trying the same things over and over. Below are a few tactics that might give you a kick-start regarding job search and move you from unemployed to hired, or from current job to a better one!

Also keep in mind, the key to a good job search strategy is to diversify your approach.

Read More

Developer tools - a short list

IT News & Other

In order to be efficient, any developer need to use good tools. In this article you can find a short list of tools used in programming, especially web programming.

Basiclly in a developing process at least this types of tools are used: an IDE, version controll software, relational database management system (RDBMS), a webserver (for the web application only) and of course beside the tools the programming/scripting language.

Read More

Concrete5 a CMS easy to use, suitable for small and medium websites!

Other
Concrete5 a CMS easy to use, suitable for small and medium websites!

Concrete5 is a relative new CMS on the market, written in PHP and even if first beginnings are somewhere in 2003, only from 2012 was started to be updated with regularity

From the beginning was design to be very user friendly CMS, to require small level of knowledge in order to be able to use it

Read More

PHP coding standards

Other
PHP coding standards

Coding standards are very important in any programming language. Until now was developed all kinds of coding standard conventions by major php application communities like Zend, Symfony, Drupal and so on. But PHP as language had no any type of standard regarding coding style.

 

Read More

PHP countdown timer

Other
PHP countdown timer

I had to made ​​a few days ago, a php countdown timer, which runs from the command line, for educational purposes.

Script receive as input a number of seconds that converts then in days, hours, minutes, seconds, and display time. If receive another parameter t after display time it starts to countdown.

Read More