I wonder if a company can get so powerful that it can take over a country, then the world? On the darker hand, can a company get so powerful it turns into Skynet? Both I hope are not true, but it does seem there are companies trying to reach these goals and one that is getting there in my eyes is Google.
Tag Archives: JavaScript
Should we use libraries?
Backbone.js, Node.js, SASS and even JQuery. We add these libraries in every day to create better websites and faster, but we are just loosing our coding abilities? I wonder with all these libraries that we are creating and importing are basically making our websites for us and, our coding abilities more like setting up Wordpress. So should we give in and use them or should we be creative and make our own paths?
How to draw SVG
This is how the logo was created, but also to show how you can use a graphic you have made and turn it into a SVG build. Then with the SVG you can draw the image with JavaScript.
How to send an post using Facebook API
The biggest thing people want to do when they do a call to Facebook API is do a post to theirs or someone else’s Facebook profile. To do this you need to be logged in, have permissions and then do the API call to post. Here Pure Random will describe how to call to Facebook API for not just a standard Facebook post, but also how to send a picture and how to send a link to Facebook.
How to use Facebook API to login
Users don’t like signing up to things except when it is easy. This is where Facebook and other social media companies come in. You can use their API’s to login to your website, which I will demo here how you login to your website using Facebook credentials.
Responsive decided
The battle field was laid out and the fight between the quick, safe, easy fixed viewport and the reliable, standard responsive viewport was a foot. Then walked in the boss… Google. Recently Google has decided which method you must follow to get good rankings on its search engines. Is it the best choose? And should Google get to decide?
Firebug for your tablet
Follow these simple steps to get Firebug on your tablet.
eBay API template
I am using this API for my company and have discovered something so silly and stupid. This is that eBay doesn’t let you use JavaScript or JQuery, when you build a product template, but… They do.