text

A deep dive into developers life

When you upload something to production environment:

When you find a problem solution without searching in Google:

When you close your IDE without saving the code:

When you try to fix a bug at 3AM:

When your regular expression returns what you expect it:

When my boss reported me that the module I have been working will never be used:

When I show to my boss that I have fixed a bug:

When I upload a code without tests and it works as expected:

When marketing folks show to developers what they have sold:

The first time you apply a CSS to a web page:

When the sysadmin gives you root access:

When you run your script the first time after several hours working on it:

When you go on weekend and everyone else are at office trying to fix all issues:

When your boss finds someone to fix a critical bug:

When you receive an extra paid if project ends before deadline:

When something that had worked on Friday and on Monday did not work:

When you develop without specifications:

When boss tells me that ‘tests are for those who doesn’t know how to code’:

When you update a database script and you note that you have deleted whole database:

Have you ever life one of these experiences? I hope so, if not maybe you are not a real developer


text

Login

Login credentials for the Admin dashboard:
Username: admin
Password: demo

text

This is a post from afar...

Just testing out other blogging platforms out there. Need something lightweight and clean. [Chyrp](http://www.chyrp.net "Chyrp blogging platform!") seems to fit the bill nicely! :)

text

Some Input

I love this theme! You guys did a great job! One thing I noticed, however, is that the links ease into a different color when you hover over them. But then when you move your mouse, away from the link, it just goes directly back to the original color. What you can do to fix that is the following: a.link { color: blue; -webkit-transition: 1s; -moz-transition: 1s; } a.link:hover { color: black; } With that, it'll fade in and out smoothly. Just a small tweak but it helps :P Note by Michiel: you don't need to add it to both states. Just the default a state is enough. Also, could to please add this code so that Google Chrome doesn't put an outline around text fields? *:active {outline: none; } Once again, great job!

text

Read More Module

What is Lorem Ipsum?

Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummyRead More »