Setting the username and email for your GIT Repo

Use the following code to set the default username for your git repo

git config --global user.name "jfernandez"

and the following to check:

git config --global user.name

Use the following code to set the default email for your git repo

git config --global user.email "hello@toffy.com.au"

and the following to check:

git config --global user.email

Flash is Magic

Since the onset of Flash, website designers now have a medium that allows them to be very creative and still keep online file sizes to a minimum. It is still widely used in online advertising for the creation of interactive website banners of all sizes that can be displayed on websites or billboard displays.

Flash Incompatibility

Flash is however not supported by any iOS or OSX (Apple devices such as iPad, iPhone etc) and will require a separate installation of the Adobe Flash Player to be installed on the user’s browser to view any Flash content.

Users are prompted to install the flash player if their browser or device is incompatible.