jgrietveld.com
CSS3 Archives - jgrietveld.com
http://www.jgrietveld.com/category/css3
Subscribe via RSS Feed. Optimizing CSS for Retina screens. On May 13, 2013, 2:25 pm / in CSS. For my latest RWD project I’ve (finally) taken Retina screens into account. As it involved a good bit of trial and error I thought it might be useful to share this here. What does retina mean? In case you’re not familiar with the concept of retina screens: Apple has introduced so called retina screens with the latest iPhone, the ‘NEW’ […]. Read more ›. Introducing the Call Now Button. Read more ›. My biggest fru...
jgrietveld.com
Mobile Archives - jgrietveld.com
http://www.jgrietveld.com/category/mobile
Subscribe via RSS Feed. Optimizing CSS for Retina screens. On May 13, 2013, 2:25 pm / in CSS. For my latest RWD project I’ve (finally) taken Retina screens into account. As it involved a good bit of trial and error I thought it might be useful to share this here. What does retina mean? In case you’re not familiar with the concept of retina screens: Apple has introduced so called retina screens with the latest iPhone, the ‘NEW’ […]. Read more ›. JavaScript libraries and the mobile U/X. Read more ›. 200 of...
jgrietveld.com
WordPress Archives - jgrietveld.com
http://www.jgrietveld.com/category/wordpress
Subscribe via RSS Feed. Introducing the Call Now Button. On October 25, 2012, 10:48 am / in Code. A few weeks ago I was working on the company website of my mom, http:/ www.detwist.nl. I had already made the site responsive, which was a huge step forward since nearly 24% of her visitors view her site on a mobile device. But I wanted more… For most company websites the leads (prospects) come in via forms. Which is an excellent […]. Read more ›. On May 6, 2012, 11:22 pm / in Code. Read more ›.
jgrietveld.com
SEO's Ultimate List of Backlink Strategies
http://www.jgrietveld.com/2013/06/13/backlink-strategy-list
Subscribe via RSS Feed. June 13, 2013, 11:19 pm. Every Single Backlink Strategy in one HUGE list. This site is simply too good not to mention. If you didn’t know this yet, it’ about time that you do. John Copper of Point Blank SEO. Has done a bit of research into backlink creation strategies. When I say ‘a bit’ I mean ‘a lot’. He managed to produce a fantastic overview of no less than 197 strategies to get more external links to point to your website. How cool is that? So, here’s the cherry on top:.
jgrietveld.com
200 of Google's Ranking factor in one Infographic - jgrietveld.com
http://www.jgrietveld.com/2013/06/05/200-google-ranking-factors
Subscribe via RSS Feed. June 5, 2013, 10:39 am. 200 of Google’s Ranking factor in one Infographic. Just came across this amazing infographic created by SingleGrain. It’s a clear overview of just how many factors Google takes into account, but also… how many factors you didn’t know of or keep forgetting. So here’s one for the bookmarks:. April 29, 2014 5:28 am. Thanks Google – Ive now overloaded *pop! Click here to cancel reply. Never loose your things with beacons. Google Maps Geocoding API for PHP.
jgrietveld.com
Introducing the Call Now Button - jgrietveld.com
http://www.jgrietveld.com/2012/10/25/introducing-the-call-now-button
Subscribe via RSS Feed. October 25, 2012, 10:48 am. Introducing the Call Now Button. A few weeks ago I was working on the company website of my mom, http:/ www.detwist.nl. I had already made the site responsive, which was a huge step forward since nearly 24% of her visitors view her site on a mobile device. But I wanted more…. A simple tab on the screen should be enough to place a phone number directly into the phone’s dialer right? And that’s where the Call Now Button was born. A simple piece of cod...
jgrietveld.com
Optimizing CSS for Retina screens - jgrietveld.com
http://www.jgrietveld.com/2013/05/13/optimizing-css-for-retina-screens
Subscribe via RSS Feed. May 13, 2013, 2:25 pm. Optimizing CSS for Retina screens. For my latest RWD project I’ve (finally) taken Retina screens into account. As it involved a good bit of trial and error I thought it might be useful to share this here. What does retina mean? The media-query for addressing Retina screens is:. O: 2), (min-resolution: 192dpi) { /* your retina styles go here */ }. Now you need to use images that have double the size and then resize them again to their original size in css:.
jgrietveld.com
PHP Archives - jgrietveld.com
http://www.jgrietveld.com/category/code/php
Subscribe via RSS Feed. Google Maps Geocoding API for PHP. On June 18, 2013, 11:58 pm / in Code. Today I have been exploring the Geocoding function of the Google Maps API (v.3). I had never before dealt with JSON so I had some studying to do to make sense of the output. It isn’t rocket science, but it kept me busy for a while to turn it into usable data. As I’m sure more people will be running […]. Read more ›. Never loose your things with beacons. Google Maps Geocoding API for PHP.
jgrietveld.com
Google Maps API Archives - jgrietveld.com
http://www.jgrietveld.com/category/google-maps-api
Subscribe via RSS Feed. Google Maps Geocoding API for PHP. On June 18, 2013, 11:58 pm / in Code. Today I have been exploring the Geocoding function of the Google Maps API (v.3). I had never before dealt with JSON so I had some studying to do to make sense of the output. It isn’t rocket science, but it kept me busy for a while to turn it into usable data. As I’m sure more people will be running […]. Read more ›. Never loose your things with beacons. Google Maps Geocoding API for PHP.
jgrietveld.com
Using the Google Maps Geocoding API with PHP
http://www.jgrietveld.com/2013/06/18/google-maps-geocoding-api-for-php
Subscribe via RSS Feed. June 18, 2013, 11:58 pm. Google Maps Geocoding API for PHP. Today I have been exploring the Geocoding. Function of the Google Maps API. V3) I had never before dealt with JSON so I had some studying to do to make sense of the output. It isn’t rocket science, but it kept me busy for a while to turn it into usable data. Simply run the function on your address to retrieve the details:. Geocode(1600 Amphitheatre Parkway, Mountain View, CA);. Function geocode($address) { $url = http:/ m...