We have been doing HTML emails for clients for years now and over the time we have seen many changes in what you can and can’t do when building them. The problem is they are moving to what you can’t do, so are we soon going to loose the way we can code e-shots?
Author Archives: Chris Pateman - PR Coder
Social media, what are they for?
So when I do quotes for SEO I always tell people to get a social media as it is a great way to get your name out and around. When you do a post with your name or link on and it goes viral, you have struck gold, but depending on your companies business type, depends on what social media you want to be on.
President Google
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.
Code Search Engine Optimisation is dying
I have been doing Search Engine Optimisation (SEO) for a few years now and have seen a big change that could be for the best, or for the worst.
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.