Blog

  • CSS Change Text

    CSS Change Text On Hover

    CSS is known for styling, but it can be used to emulate a complex programming language. For example, the pseudo-selector hover can be manipulated to replace text. This works with CSS 2.1 and up and all browsers that support the hover function.

    The entire text is present on the screen. The text is broken up into parts to be hidden until required and parts that are shown by default. When a user hovers over the text, the hidden part is shown and the default text is hidden.

    (more…)

  • Grep To Find Code

    Find code by using grep

    The command line utility grep can be used to find specific code in files. I needed a way to find code snippets recently while designing a magento shopping cart. The documentation for magento is sparse.

    Grep enabled me to find specific code and output the exact file name and its location. With grep, I was also able to find the exact line number for the code.

    (more…)

  • JavaScript Replace Text

    Find and replace Text using JavaScript

    JavaScript can be used to replace text dynamically. JavaScript can eliminate the reloading of a page to replace text on the server side. JavaScript DOM objects can be utilized to find and replace text.

    Specific identifiers will be used to speedup the process of finding and replacing text. Tips from the Ojambo.com regular expressions article will be used to find specific text.

    (more…)

  • Gonzo’s Wedding

    Gonzo’s Wedding at Blessed Trinty Church

    Review of Gonzo’s Wedding.

    Image Missing
    Blessed Trinty Church parking view

    Blessed Trinty Church is located north in the city of Toronto. The wedding rehearsal took place three days before the wedding. The weather was perfect for the rehearsal and but humid for the wedding.

    (more…)

  • Install Elgg Social Networking

    Download and place on a server

    Elgg is a free open source social networking engine. The engine will enable anyone to set up an online social environment. The basic engine includes everything required to begin a social network immediately.

    Elgg offers blogging, micro-blogging, file sharing, networking, groups. Features can also be extended with plugins available for download such as chat. Modifications are possible for people with a decent command of PHP and HTML.
    (more…)