“To determine whether a CSS rule applies to a particular element, browsers starts from the right of the rule and […]
Dizzy Coding
Easy Password Timeout Test
Using the Timecop gem, you can easily test your password timeouts for your users. I use the following snippet in […]
Paymill library for Codeigniter
Paymill enables you to offer credit card payments on your website within a short time. Stripe only works in EEUU […]
Building an unattended Ubuntu install disc
An unattended Ubuntu install disc won’t ask any questions when it boots up. It gets its inputs from a seed […]
Is it good practice to remove the password from a ssl cert?
Is it good practice to remove the password from a ssl cert? – Problems with loading a website are often […]
Create data importation process in a background job
To perform this process we must add the following gems: ”’Ruby jquery-fileupload-rails jQuery File Upload for Rails 3.1 Asset Pipeline […]
CSS3 performance on mobile devices
If like me you have to deal with performance on mobile device on a website using CSS3 transitions / transformation, […]
10 things I learned from working on personal projects (WebDev)
Hello there! I know, it is a promising title, but I swear it’s not clickbait!. Let’s start with a bit […]
Scope and Closures: Concepts That Every JavaScript Developer Should Understand
JavaScript is easily one of the most well known, used, and discussed languages that a developer has in his/her arsenal, […]
“internal link css” Code Answer
In this article we will learn about some of the frequently asked HTML programming questions in technical like “internal link […]
EFS Recovery Agent not working
A server stack is the collection of software that forms the operational infrastructure on a given machine. In a computing […]
Start Sublime text 2 from OS X terminal
Running stuff from terminal is always faster compare to GUI, and it’s my favorite way of working since I stepped […]
Middleman Bootstrap-LESS
A workaround to generate a Middleman template with Bootstrap-LESS components. https://github.com/adelonzeta/middleman-bootstrap-less
Build a Link Shortener with Cloudflare Workers: The front-end
In this part of the tutorial, we’ll build a front-end atop our back-end to let users input a long link […]
Went on a quest to make the most realistic, satisfying virtual fidget spinner!
Hey all, I taught myself to code around a year a half ago, and a few weekends back I wanted […]
Get Odd and Even indexed values from List in Python
Since I start to code in Python, I like the way the list are managed. When you code in Java […]
��#1 JavaScript Project Series That Makes You Pro.
Hello Coders! JavaScript is one of the leading names when it comes to front-end web development. Moreover, it is one […]
A package to control the flow of time
In this article we will learn about some of the frequently asked Php programming questions in technical like A package […]
PHP application does not log in to the facebook app by localhost
Coding Problem : I’m developing a PHP application that returns the facebook user list of friends. Although I specified the […]
Tips for installing Postgres on OS X
Tips for installing Postgres on OS X Here’s a gist I wrote to help with installing postgres on OS X. […]