September 27th, 2009 |
by admin |
published in
Web Development, Web Hosting
Well, my website was hacked with iframe injections pointing to ageegle dot ru -ageegle.ru- last week (not this site). The hacker added malicious code to my index or default web files that included iframe tags pointing to a site called ageegle dot ru (do not visit that site) on port 80. This page, when visited, [...]
May 3rd, 2009 |
by admin |
published in
Web Development, technology
If you are looking for a Cross Browser Compatible CSS Opacity code, you need look no further. The following provides 100% opacity (which is the same as 0% transparency.)
Body {
…your body css…
-moz-opacity: 1.0 !important;
-webkit-opacity: 1.0!important;
-ms-filter:”progid:DXImageTransform.Microsoft.Alpha(Opacity=100)” !important;
filter: alpha(opacity=100) !important;
opacity: 1.0 !important;
}
The key is ensuring that the order of the opacity entries are kept in this format.
The -webkit- opacity [...]
April 10th, 2009 |
by admin |
published in
Programming, Web Development, technology
I needed a quick vbscript to terminate a specific windows process that seemed to hang. This is the script that will do it. It uses SQL to lookup the process name from the win32_process list, then uses the terminate function to close it.
NOTE: this vbs to terminate a windows process was only tested on [...]
April 10th, 2009 |
by admin |
published in
Web Development, technology
Here is a simple credit card expiration date regular expression. I wrote my own regexp for the expiration date since one was not easily found on the net. This one validates for allowing the year 2009 to 2029, but could be easily changed…I built this for an ASP.NET programming project for a course I’m taking.
^((0[1-9])|(1[0-2]))\/((2009)|(20[1-2][0-9]))$
This [...]
December 23rd, 2008 |
by admin |
published in
Web Development
Here is a snippet of vbscript I use in ASP and/or VBS applications where I need a select case statement for a range of values for each case. There isn’t too much documentation online about this, and it’s a bit of a hack, but this will do the trick.
select case TRUE
[...]
September 30th, 2000 |
by admin |
published in
Halifax, Internet, Internet Marketing, Programming, SEO, Skateboarding, Uncategorized, Web Development, Web Hosting, technology, travel, wedding
Robar's Pages
Halifax
Where is the Fairview Overpass?
Saint Mary's University (SMU) Switches from WebCT to BlackBoard for Online Course Tools
Halifax Nova Scotia Campground With Wireless Internet Access Wi-Fi
hp skate vid 7
hp skate vid 6
Halifax Wedding Reception
Halifax Everything About Sex Show – A Gong Show
hp skate vid 5
hp skate vid 4
hp skate vid 3
hp skate vid 2
hp skate [...]