Author Archives: admin

Reading Good To Great right now

I was at the book store and got myself a new book Good to Great. It was really cheap and I couldn’t resist temtation to buy it and as soon as I got home I have started reading it.

So far so good. Interesting read.

collinsUpdate 2015: I did read this book and tried to implement what I have learned but you are probably stupid if you think that only work will bring you to the top. In short, I was working like an ass and others took credits and went to a better positions because you are someone’s bitch. I’m sure I won’t do it again. Respect is fine but thank you leads you nowhere.

Phpmyadmin and creating views

I’ve just lost 10 seconds of my life to find out how to create views in phpmyadmin and it was pretty simple.

Just do some query or search something from your database. You should now have some sql query. Now take a look down there bellow. You should see create view. Go for it. Enter the view name and enter the columns. Go. Now you have your create view table. Refresh localhost databases. Your table should be there added bellow other tables.

That’s it.