Welcome to dingobytes!

Long ago in a web far far away, Dingobytes.com was created to offer service to a special Niche of businesses. After a few years of blood, sweat and tears, the venture disappeared and the domain was lost. After squatters found this domain useless, it was purchased for sentimental reasons and is now the home to tips and tricks for developers, admins and designers.

  • Links

  • Categories

  • Meta

  • Archives

  • SHOW / HIDE NAVIGATION

    Recently I took a new job and it involves a lot of report generating. This has been a great fit for me and I have enjoyed the short time here in St Paul, MN.

    The process for the current project is to pull a *.csv file from an email account, parse it into a database query/queries, generate html code and then store the html in a directory structure while also storing the report information in the database.

    Read More

    Inspired by a similar feature at Twitter.com, this jQuery Plugin will help you display messages at the top of your page with an assortment of options.

    Download the latest version 2.1 of the plugin at http://showMessage.dingobytes.com/download/

    Please see the site, as the information below is for previous versions. This has been updated!

    This is my first attempt at a jQuery Plugin, so although it works fine for my liking, I am sure there are many things that can be done more effectively.

    • Message displayed at the top of page (no scrolling to view error)
    • Multiple messages can be displayed
    • Options to automatically close the message after set delay
    • Message closes with blur/’esc’ key/’close’ link

    There are many times we might want to retrieve some data from the server or database without taking the user away from the current page. One such example of this is when a user is registering for a website and they need to verify if a username is available for use or not. Using an AJAX XMLHttpRequest is a quick and efficient way to check the availability of the username. The javascript XMLHttpRequest retrieves information from the server without using a page refresh.

    Read More

    showMessage

    Having to mess with forms all the time, I was beginning to go crazy tweeking different messages. One for success, one for failure, one for help, etc.

    I decided to try to combine some css with some javascript to make a nice reusable piece to display my form messages. Here is the fruit of that labor.

    The function is going to take three arguments. The first argument is a message and or list of messages. The second is the id of the node you would like to stick the message before. The last argument is a classname.

    Read More

    There are so many great tutorials on the web about setting up a Linux box for web hosting, but why not add one more… right? Actually this tutorial is written specifically for a co worker that is not familiar with Linux, so this tutorial is being offered to “assist” him with the migration process. His old hosting company provided him with CPanel and he is reluctant to change, but who in their right mind would pass up hosting at the price of “free ninty-nine”.

    Read More

    So at work today, I wanted to see if I could create a lame mouse over effect to let feel like they were highlighting a listing. I wanted to pop out the moused over listing on the page by putting a thin border around the moused over div and then change the background. I was able to create the effect with javascript and coldfusion very easily. Because I don’t host this site on a coldfusion server, I will just show the javascript with some rendered HTML.

    Read More

    Page 1 of 212