snmaynard.com
Node.js error handling
http://snmaynard.com/2012/12/21/node-error-handling
Simon Maynard - snmaynard.com. December 21, 2012. We use node.js a lot at Bugsnag. Having written a few of our backend apps with it. We also fully support error tracking in your node.js. Apps, so you can use Bugsnag in your node.js apps to track errors and view them in our dashboard in real-time. This is never printed. You may think that the error would be caught by the catch block, but due to the asynchronous nature of the async function, it isnt actually in the stack at the time the exception is thrown...
learntodevelopweb.blogspot.com
Learn to Develop Web: Juni 2010
http://learntodevelopweb.blogspot.com/2010_06_01_archive.html
Learn to Develop Web. Sabtu, 26 Juni 2010. MySQL database connection in CodeIgniter. Diposkan oleh Rahman Hidayat. Sabtu, 26 Juni 2010. Atikel this time is the time to connect using the. But before you practice this article you must first understand the controller (read:. Implementation Function Controller In CodeIgniter. Function Component View In CodeIgniter. In practice this time I use mySQL Database version 5.0 for its database engine. Exercise CI is the project name for the drill. 8226; Configuring ...
snmaynard.com
Things I wish I knew about MongoDB a year ago
http://snmaynard.com/2012/10/17/things-i-wish-i-knew-about-mongodb-a-year-ago
Simon Maynard - snmaynard.com. Things I wish I knew about MongoDB a year ago. October 17, 2012. I’ve used MongoDB for over a year at scale at both Heyzap. And I’ve found it to be a very capable database. As with all databases, there are some gotchas, and here is a summary of the things I wish someone had told me earlier. Selective counts are slow even if indexed. For example, when paginating a users feed of activity, you might see something like,. When inserting a new document. And also how many secondar...
snmaynard.com
Redis Masterclass - Part 2, Monitoring
http://snmaynard.com/2013/01/22/redis-masterclass-part-two-monitoring-redis
Simon Maynard - snmaynard.com. Redis Masterclass - Part 2, Monitoring. January 22, 2013. This is the second in my three part series about using Redis. The first post was about Configuring Redis. I’ve seen monitoring Redis instances at scale at both Bugsnag. And I thought I’d share what I think should be monitored on a Redis instance. Monitoring Redis instances, especially if you shard and have many instances of Redis, can be a little intimidating. But Redis is pretty easy to monitor with the INFO. You sh...
learntodevelopweb.blogspot.com
AutoComplete plugin to develop Web Search Tips
http://learntodevelopweb.blogspot.com/2010/06/autocomplete-plugin-to-develop-web.html
Learn to Develop Web. Minggu, 20 Juni 2010. AutoComplete plugin to develop Web Search Tips. AutoComplete plugin to develop Web Search Tips. Diposkan oleh Rahman Hidayat. Minggu, 20 Juni 2010. After a few days ago I identifies some of the plugin jquery plugin jquery plugin jquery Tool Tip. And Drop-down menus for web developing. In this article I will explain one jquery plugin which allows you to perform searches secarfa real time which can be used for. Langganan: Poskan Komentar (Atom). Implementation Fu...
justanothercoder.wordpress.com
Converting a hash to a query string in Ruby | Just Another Coder
https://justanothercoder.wordpress.com/2009/04/24/converting-a-hash-to-a-query-string-in-ruby
Random bits 'o tech. Converting a hash to a query string in Ruby. April 24, 2009. This might be part of a standard library somewhere, but I couldn’t find it after some quick Googling (at which point it became quicker to write the damn thing myself). Def hash to querystring(hash) hash.keys.inject(' ) do query string, key query string '&' unless key = hash.keys.first query string "#{URI.encode(key.to s)}=#{URI.encode(hash[key])}" end end. From → Ruby. You can do this in one line:. Money in the bank. Notify...
github.com
GitHub - johannilsson/android-pulltorefresh: DEPRECATED This project aims to provide a reusable pull to refresh widget for Android.
https://github.com/johannilsson/android-pulltorefresh
DEPRECATED This project aims to provide a reusable pull to refresh widget for Android. Use Git or checkout with SVN using the web URL. Scrollfix for short list. Jul 13, 2014. Failed to load latest commit information. Mar 8, 2014. Change target android-8 to android-10. Oct 8, 2011. Jan 9, 2011. Jul 13, 2014. Mar 13, 2011. Pull To Refresh for Android. This library is deprecated, a swipe refresh layout is available in the v4 support library. The PullToRefreshListView replaces a standard ListView widget.
snmaynard.com
Redis Masterclass - Part 1, Configuration
http://snmaynard.com/2013/01/14/redis-masterclass-part-one-configuring-redis
Simon Maynard - snmaynard.com. Redis Masterclass - Part 1, Configuration. January 14, 2013. I’ve been using Redis for the past couple of years, we use it extensively at Bugsnag. App-error monitoring service) and I’ve grown to love it. It is the datastore I trust by far the most, with very good reliability and performance characteristics. Some good tips on configuring and using Redis are available on the Redis website. Here is a selection of the things I think are most important (your use case may vary).
SOCIAL ENGAGEMENT