Workshop RPM packaging at Fudcon Córdoba 2015

This year the Fudcon ( Fedora Users and Developer Conference ) was in the city of Córdoba Argentina, I have prepared a workshop about RPM packaging with echevemaster, the content is about building a simple rpm with some tips to packaging on Fedora but all was simple, the idea was keep all simple to anybody … Read more

Get Youtube video list using XML RSS with PHP

Before to get a video list from a youtube channel or an playlist Youtube had a simple resource through your API V2, but now the version 2 was dropped and we have new V3 now, if you use the V2 yet you must to have an error like this: {“apiVersion”:”2.1″,”error”:{“code”:410,”message”:”No longer available”,”errors”:[{“domain”:”GData”,”code”:”NoLongerAvailableException”,”internalReason”:”No longer available”}]}} And … Read more

Fedora on Guatemala CGSOL 2014

Taking advantage of a visit to Guatemala for personal reasons, agreed with the congreso de Software libre de Guatemala 2014 at Xela city, I’ve to some friends from the local community and asked for a room to talk about the Fedora project.   Here I have used Presentation (based on one of tatica), if anyone … Read more

PHP Script to check and be emailed about SoYouStart availability

I recently was to acquire a dedicated server provider SoYouStart (to the end I decided on another provider), however they do not work with stock available, otherwise progressively being pulled lots of servers (some used) and placed at the disposal and as much demand them go fast, starting with the most cheaper so it is … Read more

Adding a CSS class to children menu item on WordPress

Yesterday i needed a new CSS class on a children menu item, a chidlren item is a secondary menu  item, to remove a background image inherited from parent item, that it’s how i can do it, the code must be placed on functions.php file on the active template.