Shingo.it one of our first customers
Shingo.it is a domain that existed since years, the customer moved his domain to our servers in order to save some money and of course have our personalized support. And we helped developing his blog, allowing him to quickly post youtube videos (auto featured image, and auto video embed features).
Get list of tables with total row number
Imagine that a customer calls you and complains that your application is becoming too slow. There might be tons of reasons for that, in some cases it may be your database has grown too big. one thing that may be useful to you is to know the size of tables, in this case we measure… Continue reading→
Configuring a mail server using docker – The Story (so far)
Configurig a mail server has never been so easy!! Hah!! You’d like it to be true… but it’s not, sorry. It took me some hours of work to get to the point where things have started to work decently. I am using docker, with this image: https://hub.docker.com/r/tvial/docker-mailserver/ Pretty good image, even, I should say, it… Continue reading→
Autoplay on youtube embed (iframe) videos
I received a request from a customer few days ago, he wanted to have the youtube video he have on his website’s homepage to start playing automatically. Of course, fisrt thing one thinks is that you just have to add the autoplay=1 at the end of the embed url, but… well you know that, it… Continue reading→
Lagrangian Points (gravity wow)
[embedyt] https://www.youtube.com/watch?v=foyJzvpeaBE[/embedyt] I recently started to interest in a space sim game called Pioneer. (I most likely will start learn C++ just to be able to help out and make that great game even GREATER, hopefully…) Anyhow, I often find myself scratching my head trying to understand terms like the one here explained, “Lagrangian Points”… Continue reading→
Add Juice to your… stuff.. YES!!
You may think that game development is all about having a great idea and trying to implement it. But it’s not only that, you need to add “juice” to your game. Check the video and see how this guys transform an old arcade game into a juicy game.
Gource – video(ize) your code changes
http://gource.io/
Gravity matters
Simple Javascript implementation http://codeflow.org/entries/2010/aug/28/integration-by-example-euler-vs-verlet-vs-runge-kutta/ Orbital This one is promising, Code in python: https://github.com/RazerM/orbital Some of the provided examples: # Create circular orbit with 90 minute period orbit1 = KeplerianElements.with_period(90 * 60, body=earth) plot(orbit1, title=’Orbit 1′) # Create molniya orbit from period and eccentricity from orbital.constants import earth_sidereal_day molniya1 = KeplerianElements.with_period( earth_sidereal_day / 2, e=0.741, i=radians(63.4),… Continue reading→
The must-have plugins for a WordPress web designer
Which are the plugins I like and use the most? Well, here I will start a list (that will be updated periodically): Simple Lightbox – adds lightbox to all images, smart configuraton options ninja forms – one of my avorites, with this you can create simple forms up to quizzes or other complex forms
basic information about CRMs
Customer Relationship Manager What is a CRM sugarCRM demo video