Author Archives: J.D. H.

We’re sorry, but you are attempting this transaction during a restricted time period set by your wireless account

If you get an error message like this: We’re sorry, but you are attempting this transaction during a restricted time period set by your wireless account owner. http://redirect.ac.sl.attcompute.com/cgi-bin/redirect.cgi Then my suggestion is to restart your phone or reboot your wifi hotspot. That will likely resolve the issue for you 🙂 Top Search Terms:http://redirect.ac.sl.attcompute.com/cgi-bin/redirect.cgi (6)redirect.ac.sl.attcompute.com (3)http://redirect.ac.sl.attcompute.com/cgi-bin/redirect.cgi?msg=2 (2)we're sorry, but your message could not be delivered because you are in a restricted time period set by your wireless account owner. (2)redirect.ac.sl.attcompute.com/ (2)data

Disable Skype voicemail [SOLVED]

I use a Google Voice number in conjunction with Skype. It allows me to receive calls at home via satellite internet. However, when I miss a call I want Google to take the voicemail not Skype. Thankfully, the steps for disabling Skype voicemail are fairly easy. First, go to the following URL: https://secure.skype.com/account?page=voicemail Second, click to uncheck the voicemail setting: That is it, Skype voicemail is now disabled! 🙂 *PS you may have to disable this annual, as I believe certain

SQL Server: list all user defined functions in a database

Recently I inherited a database project where many of the functions were not listed nor documented. Thankfully, with the help of the always useful stackoverflow, I was able to find the following snippet for displaying all user functions: select name, definition, type_desc FROM sys.sql_modules m INNER JOIN sys.objects o ON m.object_id=o.object_id where type_desc like ‘%function%’ via sql server – SQL list of all the user defined functions in a database – Stack Overflow. Very cool! 🙂 Top Search Terms:list all

Create PayPal subscription buttons [SOLVED]

Since PayPal came up with their new ‘streamlined’ interface, it seems to have made some core features very difficult to find 🙁 A prime instance is the subscription buttons and links. These tools are very useful for webmasters and anyone offering recurring services online. Here is how to find the subscription tools: #1 Login to PayPal: https://www.paypal.com/ #2 Go to the ‘Buttons for subscriptions and recurring billing‘ page #3 Click ‘Create your button now‘ (you must be logged in for

Turn off Facebook auto play videos [SOLVED]

It is super annoying to me when Facebook autoplays videos, plus it eats through my limited bandwidth. Thankfully, the auto-play ‘feature’ can be turned off! Here’s how to easily turn it off: #1 Go to https://www.facebook.com/settings?tab=videos #2 Turn it OFF Enjoy! :-0 Top Search Terms:facebook video won't play (1)how do you turn videos off in facebook (1)how to turn videos off on facebook (1)

How to set the time zone & time on Synology NAS DSM

Recently I needed to setup a scheduled shutdown task for my Synology DS 1813+ NAS. After I created the task, I wanted to check the time to make sure it would be triggered at the correct time. Turns out that my timezone had never been set correctly, so here is how I fixed it: Login to NAS via web brower -> Control Panel -> Regional Options -> Time Zome Just FYI here is the awesome NAS in question (though DSM

Klepzig Mill and Rocky Creek photos – Missouri Ozarks

A special thank you to my friend Adam for taking me to visit Klepzig Mill this Sunday after church. It is a very beautiful and unique spot, though it does remind me of the the Silverton CO area and Cinnamon Pass. Here are the photos: Top Search Terms:klepzig mill missouri (9)klepzig mill (2)h j klepzig (1)how far is elllington mo from klepzig mill in mo (1)klepzigmill (1)klepzip photos in missouri (1)

Format SQL code

I have been writing copious quantities of SQL lately. Some of the queries are getting really long. When I am working with Navicat it has a nice ‘SQL beautify’ feature that takes messy SQL and makes it nice and tidy. 🙂 While that features is great when using Navicat for SQL editing, sometimes I need to workdirectly with SQL Server 2008 there is no comparable feature built into Microsoft’s SQL pane. 🙁 Thankfully, with a quick copy/paste there is an online tool

« Older Entries Recent Entries »