Mailing List


May 18th 2012
Mootools DatePicker Update

Here at Skynet, we use a lovely little date picker script written by monkeyphysics (no real name on his site that I could find). You can find the original script including a donate link for the author and licensing here: MONKEYPHYSICS MOOTOOLS DATEPICKER

All of the sudden, the modern browsers decided to create an issue that caused picking dates in the past to be very glitchy. DJ described it by saying “It really is like one of those whack-a-mole games.”

Honestly, I think the so-called “glitch” should have been a problem from day one. The script renders two different divs at the same time, and it simply just hides the inactive one. I added a z-index so that the visible one would be on top. Without this, it was hit or miss how the click event would bubble.

It was a very easy fix. I added the following lines of code on line 299, pushing what was on line 299 below the added code.



this.oldContents.setStyle('z-index',59);

this.newContents.setStyle('z-index',60);

You can just add them yourself or download an updated copy here:

MODIFIED DATEPICKER

Source: Skynet Solutions

By: Jed Parmenter

(Source: blog.skynet-solutions.net )


May 3rd 2012
Adobe introduces Creative Suite 6 and Creative Cloud

Adobe has released its newest versions of its industry standard software, CS6. To everyone’s disappointment, or at least mine, Adobe Edge is still not a finalized product included in their Creative Suite. Although they have released a great solution called Creative Cloud, a subscription service offering access to all CS6 applications as well as other cloud services. This facilitates the integration of desktop Adobe software with the company’s growing staple of tablet and smartphone applications.Creative Cloud is priced at $49.99 per month for an annual membership, or $74.99 per month on a month-to-month basis. The service is also being offered at a special introductory rate of $29.99 per month for current users of Adobe’s CS3, CS4, CS5, and CS5.5 software. This service can save you a lot of money and time if you use these programs on a daily basis. An annual membership over the span of three years will have paid for an entire Adobe Creative Suite, and we all know it stinks to buy a $3500 program that is upgraded within a year. Having access to all Adobe programs across multiple platforms, and getting automatic updates for all of your Adobe programs as they come out is a win-win situation for me.
http://www.adobe.com/products/creativesuite.html
http://www.adobe.com/aboutadobe/pressroom/pressreleases/201204/042312AdobeCreativeCloud.html

By:Clint Smith

Source: Skynet Solutions

(Source: blog.skynet-solutions.net )


Apr 26th 2012
Perfomance Issues; Inactive Terminal Server

Being an IT Technician, I run into all sorts of technical issues. One of my client’s Terminal Servers needed to be rebooted about once a month, and I wanted to find out why. After doing some research, I found an article on the Microsoft site that gives a description of the problem and a resolution.

There is a known issue with Terminal Server that causes it to keep RDP connections open even after the user disconnects. This creates extra load on the server over time and dramatically slows it down. Here is a link to the article:

http://blogs.technet.com/b/askperf/archive/2012/03/06/performance-issues-due-to-inactive-terminal-server-ports.aspx

By: Tony Purkey

(Source: Skynet Solutions)

(Source: blog.skynet-solutions.net )


Mar 20th 2012
Unwanted Emails and Notifications From Facebook
Posted: 2 months ago
Actions: View - Comments - Reblog

A friend recently complained to me about all the annoying emails she kept receiving from Facebook (mainly FarmVille). I’m sure we have all heard similar complaints. So here is a quick blog about how to stop the spam from harvesting insanity.

First, let’s stop the emails which is pretty simple to do. First, obviously, log into Facebook. All the way to the right, there is a down arrow you will need to click on, then click Account Settings. On the left menu, click the Notifications button. On this page, you will be able to personalize what notifications that Facebook will email to you. This won’t stop you from being notified on Facebook. You will still get all the normal notifications that you would previously have gotten, however you will not get the emails. Check the boxes you want to receive emails for, and uncheck any boxes you don’t want to receive emails for. Personally, I unchecked every box, and I just visit frequently. While still on this page, you can easily click the Apps button, and then delete any apps you have installed that you don’t use. You can also click on the Mobile button to set up or turn off Mobile Alerts.

Next, let’s block some apps. If you don’t want to know about it every time Polly Peaches harvests her garden, or if you are tired of getting asked to help some mafia clan, this is for you. Start by clicking the Facebook icon at the top left hand corner to get to your newsfeed. Now scroll down just a bit. On the left menu bar, there will be options like Favorites, Groups, and Apps (you may need to click the “more” icon to open the full menu.) Under Apps, there is an Apps and Games option. Simply click this option, and there will be invites from friends. Now hover your mouse over an invite, and an X will appear at the top right of the invite. When you click the X, it will change to show that you have hidden the request, but it will also offer you an option to “Block the Application” or “Block all Requests” from the person that sent you the invite. I usually just block the app not the person, but if you have that one friend that tries every app and always sends you requests, you might think of “Blocking all Requests from Polly Peaches.” Then a “Block App” pop-up will appear. Click okay, and you’re set! You won’t be invited, contacted, or notified about that pesky app anymore. Your friend will not know that you blocked them or their apps.

If you decide later that you want to try out a blocked game, you can find it in this same place. There are options for apps your friends are using, new apps, and “recommended to you” apps. You can also manage blocked applications by going to the same right drop-down and clicking Privacy Settings, and then clicking on “Manage Blocking” next to “Blocked People and Apps.” You can now unblock any apps or people you have blocked requests from.

This whole process can take a little while, but it is definitely worth it.

(Source: Skynet Solutions)

By Ryan Williams

(Source: blog.skynet-solutions.net )