jQuery ScrollAppear Demo About the demo

|

About the demo

This is the initial code to start jQuery ScrollAppear:

        jQuery('.footer').ScrollAppear({
            ElementAffect : ".boxdiv",
            ElementsToShow : 5,
            AddClass : 'showthis',
            Timeout : 0
        });
        

In this demo, the page is preloaded with 6 divs already shown (using the 'showthis' class). These elements are not captured by the plugin.

When using the AddElements button (not part of the plugin), elements will be added after the prefabricated ones, you'll need to scroll to the bottom to see them. Elements you generate will have a green background.

Not part of the demo, just here to pay the bills :)

Binance, the best place to buy and hold NEO

A guide and background to buying and holding NEO (AntShares) and the distribution of GAS (NeoGAS) on the Binance exchange.

Buying and trading Ethereum in Australia

The basics of how to get into cryptocurrency. In this post I look at how to convert Australian dollars into Ethereum and/or Bitcoin using the marketplaces of Coinbase and CoinSpot.

Migrating from Bitly to YOURLS

A tutorial on how to migrate Bitly shortlinks into a YOURLS installation with a simple PHP script.

It’s time to move (back) to standards compliant CSS

My thoughts on cssnext and the use of CSS preprocessors in general.

Experimenting with 3D web graphics to build a logo using three.js

Learn how to make a 3D logo in your web browser using three.js and Javascript.

PHP server-side YouTube V3 OAuth API video upload guide

A guide on how to setup a server-side YouTube upload script using the V3 OAuth API in PHP, including how to generate and store a refresh token using PHP.

How gaining an email subscriber can be more valuable than a Facebook like

When it comes down to business and converting Facebook followers into actual sales, are they more inclined to purchase a product than people who are subscribed to emails?

Disable WordPress Jetpack Stats when someone saves your webpage

A quick solution to disable Wordpress Jetpack stats when someone saves your webpage and accesses it locally.

Nesting events inside hitCallback functions using Google Universal Analytics

An example of how to fire Google Universal Analytics events sequentially by nesting them inside each fired events hitCallback function.

Some solutions to font-face rendering poorly in Windows Google Chrome

Font-face fonts not rendering correctly in Google Chrome on Windows? Here are a couple of methods to solve this by forcing Chrome to use your SVG font which renders better on Windows.

Disable autoplay videos on Facebook in Google Chrome

A quick simple guide on how to disable autoplay videos in Google Chrome without the use of extensions / plugins. This method also allows you to play videos on demand.

Solution for Google authorship image not appearing

A solution for Google Authorship images not appearing in Google search results.

Restrict all traffic except your IP address and more with .htaccess

Using .htaccess you can restrict all traffic to a domain while allowing an alias subdomain to accept traffic via a few simply lines in a .htaccess file.

Add a custom admin colour scheme in WordPress 3.8

Learn how to add your own custom WordPress administration colour scheme and corresponding CSS file.

Guide on how to install PHP XSLT extension on CentOS

A guide on how to get the PHP XSLT extension installed and working in 5 minutes on CentOS with little more than a few yum commands and copying / updating files.

404 pages inside Squiz Matrix for XML data sources

In Squiz Matrix, if you’re reading an XML data source and passing a parameter to this data source that you’re not sure if any data exists, you might want to send a 404 if no data is found as opposed to an empty asset returning a 200 Success.

Workaround for when the hitCallback function does not receive a response (analytics.js)

A solution for when Google Universal Analytics (analytics.js) is unable to load and you have code sitting inside a hitCallback function.

8 things I’ve learnt as a Web Developer

I’ve only been a web developer for a couple of years, but I’ve learnt a lot during this time. Here are 8 things I’ve learnt, in no particular order or importance.

Get statuses from a Facebook page without OAuth via RSS or JSON

Pull Facebook statuses without using the Graph API. This can be done using the public RSS feed provided by Facebook that is returned in RSS/JSON/Atom.

Hide a directory or asset from the front-end using Web Paths in Squiz Matrix

In Squiz Matrix, you might wish to hide or prevent an asset from being viewable to the public. Using Web Paths, it takes just a couple of steps to hide the asset and its children.

Setting up hitCallBack using Google Universal Analytics

How to send an event with a hitCallback function using Google Universal Analytics (Analytics.js).

Promoting a search term over a vanity URL

Vanity URLs are not all they’re cracked up to be. If users can’t remember what it was, they’ll just search for it. So why not cut the middle step and tell them what to search?

Google Analytics Premium. Is it worth it?

Google Analytics Premium launched on the 29th of September 2011 for $150,000 per year. But are the extra benefits worth the hefty price tag?

Compare the current and next node names using XPATH

In your XSL, if you need to test to see if the next element is named the same as the current one you can use the following piece of code to get the result using a combination of XPATH axes and the name() function.

Click Frenzy: We couldn’t anticipate users of that magnitude

Australian consumers are ready to buy locally online given the right price and a solid online eCommerce system, however, Click Frenzy failed to recognise the warning signs, most obviously, that they were expecting up to 1 million shoppers.

Why it’s to easy to phish enterprise login credentials

Simply not knowing the sender is not a deterrent to clicking and engaging in an email when you are part of an enterprise organisation. Here’s a why it’s all to easy to phish login credentials from enterprise organisations.