This blog site is not meant to be any information that is distributed to the general public. It is to serve as shared documentation between the DNSTC developers; however, if you find something useful and would like to use it, go right ahead.
Thursday, February 21, 2013
Do You Know Where Your Web Site Ranks?
On February 20, 2013, Shawn Donley from DNS Technology Consultants, Inc. presented at the Main Street Chamber of Mahoning Valley, Lunch and Learn, at Don Victor’s in Austintown. At that meeting, Shawn revealed the DNSTC - YourWebReviewed.com, 3-5-3 Plan to help any web site owner capture the power of the Internet.
Thursday, January 31, 2013
Cyber attacks blamed on China–FINALLY!
At DNSTC, we are constantly being bombarded with hack attempts from foreign countries. Every day we get at least 5 failed attempts that has made us turn up security so tight on our servers that sometimes we get calls from clients who have been locked out due to something simple as forgetting a password. This has been reported to the local, state, and federal law enforcement agencies, as well as, the Federal Trade Commission, to no avail. Several hours each week is spent monitoring this, tweaking the server, and putting up road blocks. Something has to give and we are glad to see reports on the Internet as this:
The New York Times says hackers based in China "persistently" infiltrated its computer network over a period of four months in late 2012 and early 2013.
Repeated cyber attacks on foreign governments, companies and organizations have been traced to China over the past few years and the Chinese government has often been accused of backing them, either directly or by allowing them to go ahead. Analysts say the attacks often appear to be an attempt to gather information and protect China's image.
Beijing routinely denies state-backed hacking and says it is more a victim of hacking than the culprit. Many other countries are also believed to use cyber espionage.
Other attempts go on every day. The article lists some the following:
- Lockheed Martine
- Coca-Cola
- NASA
- Pentagon
In our opinion, the law community needs some good IT people. If you have read some of our posts in the past, you know how DNSTC feels about this topic. How much money is being wasted just because there is nothing that can be done to stop this.
Tuesday, January 29, 2013
DNSTC is going mobile!
Monday, January 21, 2013
30 Ways to Promote Your Web Site Off-Line
Wednesday, January 16, 2013
Should You Have A Search Option?
Having Multiple Websites for Your Business
I was in a meeting last night and an interested topic came up that I never really thought about before. That is having multiple websites for your business. Let me elaborate just a little more.
Thursday, January 10, 2013
Facebook Open Graph META Tabs
Facebook will be around for a while, and the following META tags are needed on webpages in order to have control over images, text descriptions, and URLS when people share or like web pages on Facebook.
<html xmlns="http://www.w3.org/1999/xhtml"
xmlns:og="http://ogp.me/ns#"
xmlns:fb="http://www.facebook.com/2008/fbml">
<head>
<title>The Rock (1996)</title>
<meta property="og:title" content="The Rock"/>
<meta property="og:type" content="movie"/>
<meta property="og:url" content="http://www.imdb.com/title/tt0117500/"/>
<meta property="og:image" content="http://ia.media-imdb.com/rock.jpg"/>
<meta property="og:site_name" content="IMDb"/>
<meta property="fb:admins" content="USER_ID"/>
<meta property="og:description"
content="A group of U.S. Marines, under command of
a renegade general, take over Alcatraz and
threaten San Francisco Bay with biological
weapons."/>
...
</head>
...
</html>
You can find out more details here: http://developers.facebook.com/docs/opengraphprotocol/