
CHRISTOPHERCATO.SE
Christopher Cato - Software engineer, web specialistChristopher Cato, Software Engineer and Web Specialist
http://www.christophercato.se/
Christopher Cato, Software Engineer and Web Specialist
http://www.christophercato.se/
TODAY'S RATING
>1,000,000
Date Range
HIGHEST TRAFFIC ON
Monday
LOAD TIME
0.6 seconds
PAGES IN
THIS WEBSITE
0
SSL
EXTERNAL LINKS
18
SITE IP
46.253.205.58
LOAD TIME
0.578 sec
SCORE
6.2
Christopher Cato - Software engineer, web specialist | christophercato.se Reviews
https://christophercato.se
Christopher Cato, Software Engineer and Web Specialist
Insert Raw Code Here: March 2012
http://christophercato.blogspot.com/2012_03_01_archive.html
Insert Raw Code Here. Wednesday, March 28, 2012. Rendering fields correctly in Drupal 7. While searching for some field api stuff I stumbled on this rather good introduction to the Field API in Drupal 7 and specifically on how to read field contents in a safe manner. If you (as I did) read the below excerpt and feel a little guilty then you should most definitely read the full article. From http:/ www.computerminds.co.uk/articles/rendering-drupal-7-fields-right-way. By S tephen Tweeddale:. Some fields (s...
Insert Raw Code Here: Script ads and their inherent security flaws
http://christophercato.blogspot.com/2014/06/script-ads-and-their-inherent-security.html
Insert Raw Code Here. Friday, June 6, 2014. Script ads and their inherent security flaws. Ad networks have built a reputation as spammers and spyware-peddlers constantly busy shuffling the latest hot banners onto your screens. But lurking amongst those banners is a big security hole that can fill your site with bad content, steal data or even use your visitors as bots. So, what's the danger in this? Your site is secure, you think. Not true! Your site is as secure as the remote scripts you load. Once a vi...
Insert Raw Code Here: Translating the Site Name in Drupal 7
http://christophercato.blogspot.com/2014/06/translating-site-name-in-drupal-7.html
Insert Raw Code Here. Wednesday, June 11, 2014. Translating the Site Name in Drupal 7. Allmost all parts of Drupal are easily translatable but a select few are hidden. The Site name and Slogan are a couple of those. To translate a Drupal 7 Site name you have to activate 'Variable translation' module (which is in the same package as i18n) and the required ones (like 'Variable store'). After you install these modules, go to Configuration - Multilingual settings - Variables tab and choose 'Site name' (?
Insert Raw Code Here: March 2011
http://christophercato.blogspot.com/2011_03_01_archive.html
Insert Raw Code Here. Tuesday, March 22, 2011. Top 5 Varnish commands. Here's a brief list of my top. This is what I use to get a birds-eye view of what we have cooking. Provides all the info you need to spot cache misses and errors. For continuous display or varnishstat -i 1. For a quick one-off. More on this command: http:/ www.varnish-cache.org/docs/2.1/reference/varnishstat.html. Provides a histogram view of cache hits/misses. Usage: varnishlog -c -o ReqStart 192.168.0.1. Usage: varnishtop -b -i TxURL.
Insert Raw Code Here: November 2011
http://christophercato.blogspot.com/2011_11_01_archive.html
Insert Raw Code Here. Wednesday, November 2, 2011. Swedish browser statistics Q4 2011. It's been a while since I did this last but it's time for another rundown of who uses what in the Swedish (and nordic) marketspace. IE with Chrome Frame. IE steadily declining. Firefox and Chrome dominate desktop market. Android dominates mobile market allthough browser brand and versions seems obscured. Links to this post. Subscribe to: Posts (Atom). I live with my family in beautiful Sundsvall, Sweden. I enjoy co...
Insert Raw Code Here: Why Display Suite is a bad idea
http://christophercato.blogspot.com/2014/06/why-display-suite-is-bad-idea.html
Insert Raw Code Here. Thursday, June 5, 2014. Why Display Suite is a bad idea. And why Code Fields are an even worse idea. You start out with three content types and a couple of view modes and everything is hunky-dory. Then the customer has some specific requirements and you say to your self – "Hey, that's kind of a weird thing to do but what the heck, I'll just do a code field and get it done! So, Display Suite? August 14, 2014 at 9:56 AM. October 15, 2014 at 7:20 AM. Entity API module ftw. I live with ...
Insert Raw Code Here: Fabric fabfile for Varnish deploy and ban
http://christophercato.blogspot.com/2014/06/fabric-fabfile-for-varnish-purge-ban.html
Insert Raw Code Here. Friday, June 6, 2014. Fabric fabfile for Varnish deploy and ban. This is the file I use for deploying new vcls and purging stuff from my caches. I've got load balancing with haproxy set up in front of three caches so deploy or purge needs to be done on all three caches pretty much at the same time. I've set up ssh keys on the hosts so I won't have to stuff the fabfile with passwords and such. For more on my load balancing proxy set up, see this post. From future import with statement.
Insert Raw Code Here: September 2012
http://christophercato.blogspot.com/2012_09_01_archive.html
Insert Raw Code Here. Friday, September 28, 2012. HAProxy and Keepalived on Debian Squeeze for failover and loadbalancing. Building a failover load balancing cluster on four machines with HAProxy and Keepalived in Debian Squeeze. So you've got a big-ass VMWare machine with some servers to spare? What I'll build is a solution that will project one server to the outside but on the inside it will consist of four servers, in essence a small high-availability cluster. The cluster can be extended infinitel...
Insert Raw Code Here: Getting the path of a translated node
http://christophercato.blogspot.com/2014/06/getting-path-of-translated-node.html
Insert Raw Code Here. Tuesday, June 3, 2014. Getting the path of a translated node. For those pesky hardcoded links in tpls. Translations = translation path get translations("node/42");. Returns the paths of all translations of a node, based on its Drupal path:. Print l(t('Link Title'), $translations[$language- language]);. L() will return the alias to node/42. Subscribe to: Post Comments (Atom). This is my blog, if you came here looking for my website, it's at www.christophercato.se. Drupal and Ajax, no...
TOTAL LINKS TO THIS WEBSITE
18
Home
Catering by Christopher
The Christopher Conference Center. Central Ohio s Premiere Banquet Facilities. You are cordially invited to experience the sumptuous culinary fare, exquisite banquet facilities and spacious accommodations of the Christopher Conference Center. Celebrate your wedding day or business event with up to 250 guests in any of our six state-of-the-art facilities. Convenient accommodations for your guests are also available at either the Christopher Inn Suites, Quality Inn or Hampton Inn, located nearby.
Insert Raw Code Here
Insert Raw Code Here. Wednesday, June 11, 2014. Translating the Site Name in Drupal 7. Allmost all parts of Drupal are easily translatable but a select few are hidden. The Site name and Slogan are a couple of those. To translate a Drupal 7 Site name you have to activate 'Variable translation' module (which is in the same package as i18n) and the required ones (like 'Variable store'). After you install these modules, go to Configuration - Multilingual settings - Variables tab and choose 'Site name' (?
Index of /
Christopher Cato - Software engineer, web specialist
Software engineer, web specialist. Software engineering for the web. Specialized in Content Management. Drupal. Management in web development, content management and network services. Perl, php, java, bash, ksh, csh, xml, html, javascript, css. Red hat, debian, gentoo, ubuntu, aix, solaris, windows, mac os. Apache2, nginx, lighttpd, memcache, apc, varnish, xdebug. Intellij, eclipse, netbeans, phped, zend studio, netbeans, aptana, titanium. Drupal, wordpress, sitevision, vignette, episerver.
Christopher Catrambone | Homepage
Search and rescue charity Migrant Offshore Aid Station (MOAS). What does the daily life of #Rohingya. How do they survive? Do they feel safe? Do their children g https:/ t.co/K2dvfWVvvd. As detailed in our #Rohsur2017. Men were killed during the ‘clearance operations’ that followed Augu https:/ t.co/cBefG9J7zd. Welcome to my blog, where I invite you to share my experiences of providing humanitarian assistance in remote regions and supporting people working and living in the world’s most dangerous places.
christophercaudill.deviantart.com
ChristopherCaudill (C-Independent) - DeviantArt
Window.devicePixelRatio*screen.width 'x' window.devicePixelRatio*screen.height) :(screen.width 'x' screen.height) ; this.removeAttribute('onclick')" class="mi". Window.devicePixelRatio*screen.width 'x' window.devicePixelRatio*screen.height) :(screen.width 'x' screen.height) ; this.removeAttribute('onclick')". Join DeviantArt for FREE. Forgot Password or Username? Go go Godzilla yeah! Deviant for 3 Years. Go go Godzilla yeah! Last Visit: 2 weeks ago. This deviant's activity is hidden. Why," you ask? Walte...
Private Chef & Catering Company London
E: enquiries@christophercaudle.co.uk. Events & Canapés. Pop-ups & ONE Table. Established by qualified chef Christopher Caudle, we are a London catering company, here to plan and create brilliant events. Whether it’s a special occasion and you’d like to host a dinner at home (big or small) with chef services, a corporate event or drinks and canapés party, we will ensure that all the hard work is taken care of. You and your guests will be able to relax and enjoy a wonderful experience. Pop-ups and ONE Table.
www.christophercaulderwood.com [7]
christophercausey.com - christophercausey Resources and Information.