If you downloaded the IDE from http://developer.android.com/sdk/index.html you will not get an HTML-Editor neither a CSS-Editor, because Android is only for concepted for Java. Therfore i took the Eclipse IDE for Java EE … echo
502 Bad Request (NGINX)
Ohhhhh damn my server is down!!!!! Ohhhh noooo. Why is this happen on nginx? I can say it in my way, what happend. It happend while i changed some configurations … echo
Concatenate rows in your tables
You do it with a simple method. Say we have first- and lastname in separate rows, i hope so. Then we wont let do this PHP or what ever programming … echo
How to activate Twig in FuelPHP 1.5
Ok, you want to use the sleek Twig to manage your Views. To use Twig you have to download it first from here. You have to install it in your … echo
ADB can´t start… no devices where found
Oh my god i thougt i had configure anything, but the next day i had problems to start an app from my Android Device… Why are you hateing me god … echo
CSS3 shpaes like Circle, Rectangel, Heart and even more
Oh man since i know css i searched for geometry shpaes in CSS3. Now i found it and want to share it with all of you, how searched it too! … echo
Set starting value for Autoincrement
You won’t start at value 1 in your “auto_increment” row, for whatever reason. Yout can do it by using this: ALTER TABLE yourTable AUTO_INCREMENT=15000; // and your value where you want to … echo
MySQL: Order by field, placing empty cells at end
Let´s say you have a row like this ’1′,”,”,’3′,”,”,’2′ and now you want them to order them ascanding by numbers like 1,2,3,”,…. but what will happend if you do the … echo
The SELECT would examine more than MAX_JOIN_SIZE rows
How shity is that, i tested it before and saw no issues but now where i have to go online with this site!!! Holy crap i searched whats the reason … echo
Let nodejs run his work forever in background
You need just this line off code for that: npm install -g forever than you ca. call the new bash over shell like this: forever.start server.js Also you can list … echo