Xoogu
Enter a key term, phrase, name or location to get a selection of only relevant news from all RSS channels.
Enter a domain's or RSS channel's URL to read their news in a convenient way and get a complete analytics on this RSS feed.
I was having trouble with supervisord being unable to start nginx on a new dev vm I had setup. In the supervisor stderr log for nginx and nginx’s error...
I had an issue lately where a new subdomain I’d added for a site wasn’t accessible. Trying to debug it, when I ran nslookup sub.example.com my.webhost...
I had a problem recently where Nginx wasn’t gzipping responses, despite having the necessary lines in my nginx.conf. In looking for a solution, I found...
Recently I’ve been working on a widget that makes use of this hack using animation events as an alternative to DOM Mutation events. The nice thing about...
I’m not particularly knowledgable on the subject of optimising SQL queries, so the easiest way to optimise a query for me is to write a few variations...
I decided to update PHP, and had a few problems compiling its dependencies. So I thought I’d share the problems I had and the solutions here for future...
I recently watched a webinar from NGINX on ‘What’s new in HTTP/2?’. In the webinar they go over how HTTP/2 differs from version 1, and what benefits it...
I develop my websites using Linux in a VMWare Virtual Machine, on a Windows host PC. I have the VM configured to use NAT for the Network connection, which...
For the majority of sites that I manage, I use a www. subdomain as the main URL, which dynamic pages are served from. For static assets, such as images...
WP Super Cache is a plugin for WordPress that allows you to speed up your site by making use of server side caching. The plugin itself can be extended...
I recently released a version of the Geo Text WordPress plugin with support for the WP Super Cache and W3 Total Cache page caching plugins. As part of...
Unfortunately Xoogu has no news yet.
[...] .rgt AND parent.id = 16) GROUP BY images.id ORDER BY images.id ASC LIMIT 0,30 #Number of runs: 76 Avg time taken: 0.0015269329673366 SELECT images.id, images.Headline, images.filename, images.Rating, [...]
[...] images.Rating ASC, images.id DESC #Number of runs: 97 Avg time taken: 0.035095794913695 SELECT DISTINCT images.id, images.Headline, images.filename, images.Rating, images.url_name FROM images WHERE [...]
[...] different query tested, along with the number of tests of that query and the average speed: SELECT images.id, images.Headline, images.filename, images.Rating, images.url_name FROM images WHERE images. [...]
[...] BETWEEN parent.lft AND parent.rgt AND parent.id = 22) AS x ) ORDER BY images.Rating ASC, images.id DESC LIMIT 0,30 #Number of runs: 82 Avg time taken: 0.0047898786823924 SELECT images.id, images. [...]
[...] parent.rgt AND parent.id = 16 AND img_categories.img_id=images.id) GROUP BY images.id ORDER BY images.Rating ASC, images.id DESC #Number of runs: 97 Avg time taken: 0.035095794913695 SELECT DISTINCT [...]
[...] WHERE node.lft BETWEEN parent.lft AND parent.rgt AND parent.id = 22) GROUP BY images.id ORDER BY images.id ASC #Number of runs: 71 Avg time taken: 0.027030031446 SELECT images.id, images.Headline, [...]
[...] . Windows Linux / Mac The above script will take all .jpg or .jpeg files in the current directory, resize to 500px on the longest edge, and add an overlay style watermark to the bottom [...]
[...] commands: That will first do a case insensitive search for .jpg files, starting in the current directory, and drilling down to all subdirectories, and putting each file it finds through jpegtran. I [...]
[...] windows and linux shell scripts is quite different, but I also had a problem other than syntax differences. After modifying the script to use linux syntax (e.g. proper loops instead of labels and [...]
[...] post about using scripts created in Windows on Linux, here are some comparisons to show the syntax differences between Windows batch scripts and bash scripts. Comments For loop through files in [...]
[...] The post SVG Image fallback for old browsers appeared first on xoogu. In the process of updating an old site to be [...]
[...] to an image using the composite command: (Click image to view actual image output) If using an SVG image as the watermark you need to add -background none to the command to stop a white background [...]
[...] .rgt AND parent.id = 16) GROUP BY images.id ORDER BY images.id ASC LIMIT 0,30 #Number of runs: 76 Avg time taken: 0.0015269329673366 SELECT images.id, images.Headline, images.filename, images.Rating, [...]