Subscribe to our newsletter

  • This field is for validation purposes and should be left unchanged.

Starting a Remote Rails Console With Capistrano

By | Development |

For developers that deploy Rails with Capistrano, here are a few tasks to quickly open an interactive rails console or rails dbconsole on a remote server. If you’re like me, you’ll occasionally want to open a console to run a quick query, set an admin flag on a user or just verify that a migration worked correctly. This usually means…

Read More

10 Essential Third Party Services for All Website

By | Design |

It’s no longer necessary to create every feature that you want for your website. Now there are plenty of third party services to help you add some extra bells and whistles without spending much time at all. Third party companies, such as Olark, Boast, and Mailchimp, spend their time and money on offering a specific product and direct their focus…

Read More

Testing Rails 4 Apps With RSpec 3: Part I

By | Development |

In this two-part series, I’ll cover testing a Rails application—from how to get set up with the latest toolchain to writing those first tests. While it can be tricky to get everything playing nicely together, a solid test suite can be lifesaver down the road.  In Part 1, I’ll look at how to set up and configure RSpec 3 (with…

Read More

5 (Free) Beautiful Mobile-Friendly Image Sliders

By | Design |

There is nothing new about website image sliders but the way you interact with them has changed dramatically. A typical image slider usually includes a few basic controls, automatic slide transitions and the ability to cycle through slides via a pager. However, what happens when you try to interact with these sliders on a mobile phone? Or a tablet? There are…

Read More

When to Build a Web Application vs. a Mobile Application

By | Development |

Web Ascender is approached by local and international businesses to help them improve business processes and implement solutions to generate revenue.  Our team has created a lot of mobile friendly web applications and actual native mobile applications over the years. When businesses approach us with a need, they don’t necessarily know how to approach or solve their problem.  They sometimes…

Read More

How to Write and Test Time-Dependent Code

By | Development |

Lately I’ve been writing a lot of code that deals with time—from time zones and scheduling tasks to scheduling tasks from different time zones. Time can be really tricky. It’s notoriously hard to debug and its gotchas are easy to overlook. Here are a few tips for writing and testing time-dependent code that I wish I could send back in…

Read More

5 Simple Ways to Update Your Website for 2014

By | Design |

Design trends on the web are constantly changing and evolving. Websites that were created just a few years ago quickly start to look dated compared to newer ones today. Making a few changes to the aesthetic of your site can make it feel modern and updated without involving a total website overhaul. We’ve collected a few tips to simply and…

Read More

HTML5 Video Player for Seamless Cross Browser Experience

By | Development |

HTML5 is quickly becoming the go-to markup language for the web. One of the biggest improvements over it’s predecessor is in the way it manages media, specifically video. This <video> tag provides a simple way to quickly embed video on your site. <video width=”320″ height=”240″ controls> <source src=”movie.mp4″ type=”video/mp4″> <source src=”movie.ogg” type=”video/ogg”> Your browser does not support the video tag….

Read More
  • Free Ebook: 5 Common Mistakes to Avoid When Building a Website Download Now ›