evolution creations
when you put your mind to it, anything is possible
when you put your mind to it, anything is possible
Mar 22nd
Lets say you want to create a subdomain, and then route it to a completely different webpage after a predefined length of time, but you want it to execute the Google Analytic code to be able to then track the transaction. How do you do that?
Mar 22nd
For awhile now I’ve been adding technical docs to this blog in attempt to both retain knowledge that I find over the ages, but also to share with the wider community and partipate in the conversation.
Mar 17th
How do you take a string in an MSSQL table and append another string to the end of it? To do this, you can run a bit of SQL such as:
update tablename set Columnname = Columnname + ‘newstring’ where id = X
update url_table set urlfield = urlfield + ‘&additionalfield=true’
Mar 14th
This has to be one of my favorite songs from my all time favorite movie, Meet the Robinsons.
Feb 14th
Once in a while, a TV station like MTV who has previously been known to do nothing but reality shows that are geared to the lowest common denominator and of the poorest taste considering the day and age that we live in, will break through and provide something to the viewing audience that really shows that it’s a station that not only has star power through it’s ability to command any Hollywood star, but also to leverage those contacts to produce something really worthwhile.
Feb 4th
When you first install SQLTools, you receive an error message:
SQLTools.exe – Unable to Locate ComponentThis application has failed to start because OCI.dll was not found. Re-installing the application may fix this problem.

Feb 2nd
When you try to use an insert statement in MSSQL and the string contains an apostrophe, such as:
insert into test_table set destinationfield = ‘Sometime’s’ where id = 1
Obviously test_table equals the table that holds the data, destinationfield equals the field in the table that is going to get updated, and id would equals the unique identifier of the row that is going to be changed. When you try and run this you will always get a SQL error. To get around this, you want to use double quotes:
insert into test_table set destinationfield = ‘Sometime”s’ where id = 1
You’ll notice that in the first example there is only one single quote at the end of the string. Just adding another single quote will allow the insert to go through.
Jan 25th
We just got EagleEye on BluRay from Netflix, and I have to admit, I was skeptical because of Shia LaBeouf and whether or not he could handle this type of role. We’ve seen this type of movie before, remember Enemy of the State. As we get into the new digital age, we look at setting presidences where none exist before. Our society is one of a letigious foundation, but how do we deal with these new frontiers and protecting that which we hold to be true. Freedom of information and personal freedoms can be shut down at what cost to national security and the protection of the whole?
Jan 25th
So last week the final episode of Stargate Atlantis aired. To much shagrin it was actually fairly bland but a bit fantastic–the wrath getting a ZPM and building a super ship? I would have liked to see some of the personal relationships getting wrapped up, such as between Shepard and Tala, or Ronin and his new flame (they elude to this by her appearing at his bedside at the end of the episode). Also putting Atlantis back on Earth puts the future of Atlantis not in the Pegasus galaxy but in the Milky Way? Ah, well, it’s over, I’ve yet to see a good Scifi series come to an end (heck look at Sliders and what a mess that was–they couldn’t even bring back Jerry O’Connell in the last season!).
Jan 25th
It’s been a few weeks after I got a G1, and one area of the phone that really has me going is the screen. Not only is it brilliant and clear, but since you use it for practically everything on the phone, the tendency for it to get scratched up is fairly good. When you first get the G1, there is a plastic film that is over the screen, and for those who are gettin G1′s, I’d recommend that you leave this on for the time being.