Drupal CDN goes 404 on CSS after cache clear
You asked to clear the cache and now the website looks completely ugly without CSS. The CDN reports 404 on the .css. Solution : I do the following and it gets resolved : $>...
Just another Yipp.ca Blogs site
You asked to clear the cache and now the website looks completely ugly without CSS. The CDN reports 404 on the .css. Solution : I do the following and it gets resolved : $>...
Thai characters display have a twist. The accents are stored as subsequent unicode characters. For example to display มี, two unicode characters are written, first ม is written then the accent character, and there could be many...
This is on CentOS or other RedHat based distirubitions $> sudo yum install perl-CPAN $> sudo yum perl-XML-Parser
Streams.Collection = Backbone.Collection.extend({ model: Streams.Model, url: "/apis/streams", comparator: function(model) { return [model.get("sapDiscovered") === "true", model.get("name").toLowerCase()]; } });
I had this problem where it seemed like setAttribute didn't work. After investigation the setAttribute() in my click handler was acting on the wrong element in IE only. In IE, the click handler has...
Uncaught Error: Module name "player" has not been loaded yet for context: _. Use require([]) Solution: Add require to the list of parameters. Example : WRONG: define(function () { var Player = require('player'); ......
QUnit for unit testing CasperJS over PhantomJS for functional testing 1. Download appropriate software (links are for Windows) * Python 3.4.2 64-bit or get the latest; * PhantomJS 1.9.8 or get the latest;...
Try these in order until it works : Solution #1 - Reboot your PC or try with another USB port - Reboot your PC, try again - Unplug the USB cable on your...
Relevant and interesting Plunker for dynamic third-party content in AngularJS http://plnkr.co/edit/F91xvGHBASvqCGBJcEYY?p=preview
You have a view who has a Collection and you want to add an additional variable to use in your template,. Let say you want to add the variable sapConfig and do some dynamic...
Recent Comments