Kosek's Blog

September 2, 2010

Adding Music to Background

Filed under: Baby Boomers - Technical Challenges — Kathy Kosek @ 11:13 am

Recently I got a request from my website contact page, asking  the following:

hi how r u plz tell me how i autometcly have music play when open my webpage plz help me.

This was my response:

To have music play only when a link is clicked on, use the following code:

<a href=”/yourmusicfile.mid” mce_href=”/yourmusicfile.mid”>Play background music</a>

To have music start automatically when the web page loads, place the following code in the <head> section of your web document. With this code your visitor has no choice to hear it or not and there is no option to turn it off. You need both html codes below to automatically load for Internet Explorer and Netscape.

Internet Explorer

<BGSOUND src=”/yourmusic.m4a” mce_src=”/yourmusic.m4a” LOOP=INFINITE>

Netscape

<EMBED src=”/yourmusic.m4a” mce_src=”/yourmusic.m4a” AUTOSTART=”true” HIDDEN=”true” LOOP=”true”></noembed>

To have music play automatically and be Web accessible use the following code in the head section.

<script type= “text/javascript”>

 function play() {

embed = document.createElement(“embed”);

embed.setAttribute(“src”, “yourmusicfile.ma4″);

embed.setAttribute(“hidden”, true);

embed.setAttribute(“autostart”, true);

embed.setAttribute(“loop”, false);

 document.body.appendChild(embed);

 }

 //  End –>

</script>

This would be after the end section.  It calls the function up above.

 <body on load=”play ()”>

 To find out different options on using music on websites,  please visit an article I wrote about it at http://www.kjkwebdesignservices.com/article.html

August 27, 2010

“Living as the Daughter of The King”

Filed under: Everyday Encounters — Kathy Kosek @ 11:50 am

I would like to share with you, an upcoming event, “A Conference Series for Women”, that is being given by a good friend and acquaintance of mine Jeanne Ryan.  Jeanne  is not only a living example of  the meaning of “Finding Your True Identity in Him”, but she also has a beautiful singing voice.  For more information about her  upcoming Conference Series, Worship Ministry and her Music, visit her at  http://www.jeanneryan.net

August 4, 2010

Motorola Droid X

Filed under: Baby Boomers - Technical Challenges — Kathy Kosek @ 12:31 am

Motorola’s Droid X is sold out. The device is unavailable on Verizon’s Website  or in carrier stores. The smartphone is one of the most successful Android-based devices to ever launch, and could be the gold standard by which all other Android phones are judged. For Google, the Droid X’s success is exciting. It proves that Android is here to stay and can compete against Apple’s iPhone in what is becoming an increasingly crowded mobile space. It also shows that going forward, Google has the ability to potentially overtake Apple as the supreme mobile provider of smartphone software in the marketplace. It won’t be easy, but it’s now more possible than ever, thanks to the Droid X.

See http://www.eweek.com/c/s/eSlideshows/ for original article and slideshow.

 I would be interested in how owners feel about it.  Please Share.

July 26, 2010

Accessibility/Usability Issues to Consider When Using Art/Images on Websites

Filed under: Miscellaneous — Kathy Kosek @ 1:37 am

Although using Art/Images on Websites can create some Accessibility Issues, there are other Web Accessible/Usability Issues to consider besides those of not adhering to W3C guidelines

By Kathy Kosek

Is if what you are saying is, “Using Images” on websites can cause Accessibility Issues.  My answer to that is, “Not exactly.” What I am referring to is the broad definition of Accessible Websites or really Usability Issues -

“Accessibility is a general term used to describe the degree to which a product, device, service, or environment is accessible by as many people as possible. Accessibility can be viewed as the “ability to access” and possible benefit of some system or entity. “  Accessibility is often used to focus on people with disabilities and their right of access to entities, often through use of assistive technology.

Accessibility can be confused with usability which is used to describe the extent to which a product (e.g., device, service, environment) can be used by specified users to achieve specified goals with effectiveness, efficiency and satisfaction in a specified context of use.” (http://en.wikipedia.org/wiki/Accessibility).

So what am I trying to get at by giving you the definitions of Accessbility and Usability in relation to Art/Images use on the Web?

I admit, although kind of convoluted, I am trying to get at the fact that some Artists have valid concerns when posting their Art Work on Websites. Reason being, they do not want their work being used, taken and perhaps eventually given credit to someone else for something they did. Hence my question is, “Does the threat of Authentic Art Work being posted and possibility taken by others prevent Artists from using their Art/Images in unrestrained fashion and full glory on Websites?” Well if so, then we need to question the Usability of Art/Images by Artists for which it was originally intended for – to be shared and enjoyed by others.

Okay, I know it’s a stretch and has been discussed through various means in other articles, but to continue on, the goal and purpose of this article, is to share as many techniques in one place, with as much information as possible on protecting artwork. This hopefully will allow Artists to continue sharing their work and hence will be “usable” in return. So here goes.

I first became interested in this topic, as my daughter Kate Kosek is an Artist, and when I first began to display her work on various websites, I felt kind of protective of it. I tried finding through web searches various ways to protect her work, and the following is what I found through different sources.

First off, all images need to have an alt=”description of picture” to ensure they meet web accessibility standards. According to W3C Guideline 1, Checkpoint 1.1 “Guideline 1. Provide equivalent alternatives to auditory and visual content” Ex: <img src=”/house.gif” mce_src=”/house.gif” border=”0″ alt=”house” />

But, before I get started on the specific techniques, below is a listing of all the techniques I will explain in more detail:

  1. Watermark images
  2. Upload low-resolution files
  3. Keep your contact information up to date and visible
  4. Disable right-click on your website
  5. Copyright your work
  6. Edit the Exif, IPTC, or XMP of your images to reflect your ownership information
  7. Create a transparent image over the original image

~WATERMARK IMAGES
To watermark images you will need a photo editing software.

For this example I used Macromedia Fireworks

Select the image you wish to protect am using Isometric Harlequin3 created by Kate Kosek

Harlequin

Open Fireworks and click New

Set image width at 400 pixels and height to 32 pixels. For the canvas color, click custom and choose black. At this point you will see a black rectangle.

Next using the Text Tool (A) click inside the image. Choose the font you wish to use, and also the color. Remember the color you select would depend on the image you intend to watermark. If a dark image, use a light color font, and if a light image, use a dark color font.

Choose a font size that will cover the whole size of the image, and if not, make sure the text is in the center of the image.

At this point you should have created an image like so:

Now you should select Modify -> Canvas -> Canvas Color select transparent

You are now ready to save your watermark. Find the folder where Fireworks is installed. (Usually located in Program Files). Open the Configuration folder and save in the Patterns folder as Watermark.png (or whatever you wish to call it).

Note: This will later be used from the pattern list.

At this point you should exit Fireworks, as you will need to restart to save the watermark image in the config file.

Now you can open the image that you wish to apply your new watermark to. Once you have your image open – go to the properties panel and click the drop list second to the paint bucket icon and select pattern. You will need to pick the pattern you created from the pattern list. If you notice that your watermark doesn’t look semi-transparent, you will need to change the opacity of the rectangle first. You can do this by changing the opacity value by sliding the slider in the opacity input box to the value you want. After doing this, you can then use the directional handles to place the watermark where you want to. Here is my end result below.

Believe me the first time is the trickiest, but after you get the hang of it, you will be glad you took the time to learn this technique.

~UPLOAD LOW-RESOLUTION FILES

To do this you will need a photo editing software.
For this example I used Macromedia Fireworks

Open your image in fireworks Select Modify ->Canvas ->Image – then under Print size put 50 in the resolution box. This will save your image in low-resolution (meaning not as clear and less detail)

~KEEP YOUR CONTACT INFORMATION UP TO DATE AND VISABLE

Keep your contact information up to date and easily visible. One of the main reasons for this is that people feel if the owner cannot be found, then the image can be used at will. Having your name and email address on your website (or as your watermark) will make this a non-issue.

~DISABLE RIGHT-CLICK ON YOUR WEBSITE

Disable right-clicking on your website. Since most people will snag an image by right-clicking and choosing the “Save Image As” option, disabling this on your website will help prevent people from capturing your images.

See code below to disable right-clicking – This code has to go beneath the first head tag and before the ending head tag in the top of your document. function click() { if (event.button==2) { alert(‘Sorry, this function is disabled.’) } } document.onMouseDown=click

~Copyright your work

Copyright your work. While the actual copyright is inherent the moment a tangible item is created, registering the copyright gives you an added layer of protection, specifically in court. You can register a batch of items together for a single fee which makes the per-item registration cost lower than if you had to do it individually, making it a very reasonable expense. See http://www.copyright.gov/ for the U.S. Copyright office

~EDIT THE EXIF, IPTC, OR XMP OF YOUR IMAGES TO REFLECT YOUR OWNERSHIP INFORMATION

Edit the Exif, IPTC, or XMP of your images to reflect your ownership information. This metadata is usually found when you right-click on an image and choose “Properties” and can be edited from most current computers. Doing this before you upload the file may not be a proactive way to protect your images from theft, but is embedded in the photograph’s file and can help identify you as the owner if the image is separated from the original website.

Question: What is Metadata?

Answer: Metadata is a term for the descriptive information embedded inside an image or other type of file. Metadata is becoming increasingly important in this age of digital photos where users are looking for a way to store information with their pictures that is portable and stays with the file, both now and into the future. One type of metadata is the extra information which almost all digital cameras store with your pictures. The metadata captured by your camera is called EXIF data, which stands for Exchangeable Image File Format. Most digital photo software can display EXIF information to the user, but it is usually not editable.

However, there are other types of metadata that allow users to add their own descriptive information within a digital photo or image file. This metadata might include the characteristics of the photo, copyright information, a caption, credits, keywords, creation date and location, source information, or special instructions. Two of the most commonly used metadata formats for image files are IPTC and XMP.

More About EXIF, IPTC and XMP Metadata Used in Graphics Software

  • IPTC is the standard developed in the 1970’s by the International Press Telecommunications Council. It was initially developed as a standard for exchanging information between news organizations and has evolved over time. Around 1994, Adobe Photoshop’s “File Info” form enabled users to insert and edit IPTC metadata in digital image files and so it was adopted by stock photo agencies, and other publishing businesses outside of the news media.
  • ” XMP is the new XML-based “Extensible Metadata Platform” developed by Adobe in 2001. Adobe worked with the IPTC to incorporate the old “IPTC headers” into the new XMP framework and in 2005 the “IPTC Core Schema for XMP” specification was released. XMP is an open-source, public standard, making it easier for developers to adopt the specification in third-party software. XMP metadata can be added to many file types, but for graphic images it is generally stored in JPEG and TIFF files.

Much of today’s photo-editing and image management software offers capabilities for embedding and editing metadata in your image files, and there are also many specialized utilities for working with all types of metadata including EXIF, IPTC, and XMP. Some older software does not support metadata, and you risk losing this information if you edit and save your files with embedded metadata in a program that doesn’t support it.

Prior to these metadata standards, every image management system had its own proprietary methods for storing image information, which meant that the information was not available outside of the software – if you sent a photo to someone else, the descriptive information did not travel with it. Metadata allows this information to be transported with the file, in a way that can be understood by other software, hardware, and end users. It can even be transferred between file formats.

~CREATE A TRANSPARENT IMAGE OVER THE ORIGINAL IMAGE

To create a transparent image over the original image you would first put your original image in the table background and then place the empty image next with the width and height of your original image. This way when someone saves your image they end up saving the blank image.

See code below:

<table background=”images/pic.gif” cellspacing=”0″ cellpadding=”0″ border=”0″> <tr><td><img scr=”empty.gif” width=”100″ height=”120″ alt=”My Picture” /> </td></tr> </table>

In closing I would like to add, yes the web would be a very boring and ineffective way of communicating if Art/Images were not used to support our thoughts and intentions. However those of you who are not Artists should not take what does not belong to you, and those who are, please continue to share but at the very minimum do so by using at least one if not more of the techniques described above.

“Unfortunately there are many computer savvy individuals who will have the skill set to use whatever it is you put on the web however they want~~so keep that in mind always when putting your prized work online.”

To view more of Kate Kosek’s Art Work see http://www.katekosek.com/

July 11, 2010

Rejoice

Filed under: Everyday Encounters — Kathy Kosek @ 11:05 am

“Make it a point to celebrate life. Don’t let a day go by without finding something to rejoice over, whether it be in God’s creation or in the people you love. If you want to go even further, try to see the goodness in someone who doesn’t think the same way you do or even someone you don’t like.”

July 10, 2010

Filed under: Miscellaneous — Kathy Kosek @ 2:41 pm

I found your blog on google.I would like to offer my site: Acai Berry Reviews

July 8, 2010

CONTINUATION – Some Recent Web Statistics

Filed under: Baby Boomers - Technical Challenges — Kathy Kosek @ 1:15 am

Instead of deleting and rewriting a previous post I made on June 24th 2010, I decided to update it with some additional information.

Since posting that information I received permission from Dr. Eric Breimer, Computer Science Professor at Siena College to post the actual presentation he gave to parish members who were interested in learning more about expanding parish ministries via the web. You can find his website at http://www.cs.siena.edu/~ebreimer/.

See Attached Presentation given by Dr. Breimer on July 7, 2010: Web Statistics

While receiving permission to post his presentation, I also asked him the following question regarding Google Docs – where you share documents. “As a professor in the Education field, how does that work with students sharing term papers, or other homework assignments? Is cheating or plagiarism a concern?”
This was his reply, “I encourage my students to use Google Docs when they are required to collaborate with one or more partners. Before we start using Google Docs, I give them a refresher in academic integrity and focus on: “just because sharing documents is easy, doesn’t mean you’re off the hook when you get caught.”

With any Google Doc, you can control who sees it and who can edit it. I require my students to make me co-owner of the Doc, which allows me to see who else has access. If they share it with a classmate, I’ll be able to see. Better yet, I can even see exactly who wrote and edited each part, which is great for assessing individual grades for a group paper. While a student could share their Google account username/password with a classmate, they could also do this with their on-campus account giving classmates access to their non-Google documents, so it’s impossible to have a really secure system.

Certain technology surely makes it easier to cheat, but other technology makes it easy to catch cheaters. Siena subscribes to a service call Turnitin,” which maintains a database of documents (worldwide). Instructors submit student papers to Turnitin, which uses a very clever algorithm to compare the students’ work with all the work in the database. Then, it adds the students’ work to the database. Instructors can submit a group of assignments and Turnitin will inter-compare the documents and give you a full similarity report. We have used Turnitin to find nearly identical papers that were submitted three years apart. In this particular case, a graduate shared his work with a younger sibling. Another program/service is called MOSS (Measure of Software Similarity), which does the same thing but for computer code. The comparison algorithms are amazingly efficient, so that millions of documents can be compared in minutes.

So with that explanation, I can definitely see the advantages of Google Docs for academic purposes. Remember “You can fool some of the people some of the time, but you can’t fool all the people all the time”

June 26, 2010

“Dutchess of Latham”

Filed under: Everyday Encounters — Kathy Kosek @ 12:58 am

Our dog, who we lovely refer to as “Dutchie”, “Dutchess Ann”, and of course the name her Uncle Tony gave her “Dutchess of Latham” has been retrieving our morning newspaper (even the extremely heavy and bulky Sunday paper) ever since she once did it by accident while outside with my husband one winter day when he was snowblowing the driveway. Of course after the first time, which was probably an accident, she insist that it is her job only and she does it everyday with such enthusiasm. Of course she is rewarded with a “Doggie Treat”, which is something she has come to expect.

Dutchess was born April 5th, 2000, which means she is now 10 years old. For years I have been saying to my family we need to get a video of this. Of course, like everything else, we always put it off, saying plenty of time for that. Well my daughter Katelyn, who just got a Flip Camera for her birthday, gets the credit for what I consider a priceless gift for our family. As “Dutchie” is truly a member of our family.

DUTCH GOING TO WORK
by Kate Kosek
video by vimeo

Other than being cute, our dog Dutchess has one sole responsibility… of getting the paper EVERY morning.
It is her favorite thing to do!

June 24, 2010

Some Recent Web Statistics

Filed under: Baby Boomers - Technical Challenges — Kathy Kosek @ 12:41 am

Recently I attended a presentation given by a professor from a local College whose intent was to share with various staff members from Catholic Churches around the area some of the benefits the web offers by being able to reach out to parishioners and the various ministries within the church.

Along with some various impressive statistics he also pointed out that “Google It” now gets approximately 45 billion hits every month, compared to 6.7 billion in 2006 up from 0 in 1966. Talk about the power of the web. So yes, Churches and every business benefits by being on the web. Another statistic that blew me away was that Facebook receives 125 million unique weekly visitors today, while just 6 years ago it was created as a result of a student project. Talk about a lasting trend. That’s for sure.

Two other growing and useful trends in the IT web world are Google Docs and Wikis.

Google Docs and Wiki

Google Docs
Google Docs is a free, Web-based word processor, spreadsheet, presentation, form, and data storage service offered by Google. It allows users to create and edit documents online while collaborating in real-time with other users. Google Docs combines the features of Writely and Spreadsheets with a presentation program incorporating technology designed by Tonic Systems. Data storage of any files up to 1GB each in size was introduced on January 13, 2010. (http://en.wikipedia.org/wiki/Google_Docs)

Wiki
A wiki is a website that allows the easy creation and editing of any number of interlinked web pages via a web browser using a simplified markup language or a WYSIWYG text editor. Wikis are typically powered by wiki software and are often used to create collaborative wiki websites, to power community websites, for personal note taking, in corporate intranets, and in knowledge management systems.

Wikis may exist to serve a specific purpose, and in such cases, users use their editorial rights to remove material that is considered “off topic.” Such is the case of the collaborative encyclopedia Wikipedia In contrast, open purpose wikis accept content without firm rules as to how the content should be organized.
Ward Cunningham, the developer of the first wiki software, WikiWikiWeb, originally described it as “the simplest online database that could possibly work. “Wiki” is a Hawaiian word for “fast”. “Wiki” has been backronymed by some to “What I Know Is”. (http://en.wikipedia.org/wiki/Wiki)

He also made what may seem like an “unlikely” prediction. He predicted that the web will replace TV in the near future, however not in the form as we currently know it, via desktop pc’s and laptops but mobile devices. What do you think of this prediction?

Please share your thoughts and comments below.

June 8, 2010

Widget

Filed under: Miscellaneous — Kathy Kosek @ 1:36 am

Since no one seems to want to help me out – this is what I found out about Widgets – from Everybody’s A Genius

About Widgets
Widgets, badges, gadgets or mini-applications; call them what you will, but their use on social networking sites, blogs, desktops and personal Web sites has grown tremendously in the last year. Their increase in use and popularity relies on online “word of mouth” or recommendations by friends or trusted sources.

How Widgets Work:
Widgets are self-contained pieces of code. The code acts like a set of instructions telling your computer to perform a small task. This task can range from playing a game to aggregating news to showing Youtube videos. These code instructions, widgets, are free to use, so anyone can copy the code and move it into, out of and around their blog, profile or Web site. They are also available on social networking sites such as Facebook (66 million users), MySpace (110 million users) and Bebo. Users can download, customize, and forward to a single pal or an entire contact list with one click of a mouse.

For further reading see source article at
Everybody’s A Genius

EXAMPLE

Share/Bookmark

Older Posts »

Powered by WordPress