AQ K.I.S.S

 

0 notes

Setting your Java Environment Variables on Windows 7

I was following instructions to Set my Java Environment up but the instructions were for Windows XP. So I had to find the setup for Windows 7 and felt like sharing :-). 

Assumptions: You have Windows 7 and you have recently downloaded “jdk1.7.0_05” from “http://java.sun.com/javase/downloads/index.jsp”

1) After you have downloaded right click on “My Computer”

2) When Control Panel appears click “Remote Settings”

3) Click “Advanced”

4) Click “Environment Variables”

5) When “System Properties” pop up appears go down to “System Variables” and click “New”

6) For Variable value “Path”

7) For Variable Name copy and paste “c:\Program Files\Java\jdk1.7.0_05\bin”

You should now be able to use the “javac” external command to compile your Java Programs

 

0 notes

“Programming Languages are like clothes, you don’t have to squeeze into one that doesn’t fit. Because there is always one that suits your style.
Aqueelah Grant
 

0 notes

“Through our greatest rejection comes our greatest direction
~ Unknown
 

0 notes

Continuation of: http://aq-kiss.tumblr.com/post/22233883202/html5-and-yahoo-small-business-hosting-issue

http://hisandhernews.com/aq_first_html5.html

There was a coding issue on my end where I had an additional  </video> closing tag which caused the player not to displayed. The visit.gif call that is generated from Yahoo is an unrelated issue. 

I am very excited that the aq_html5 player is working, now I have to make a few cosmetic tweaks. 

…stay tuned

 

0 notes

I spent my entire day at work today testing HTML5 players. Which included integrated third party Players. So I decided to come home and create one myself. I call it the AQ HTML5 PLAYER. 

http://hisandhernews.com/aq_first_html5.html - copy and paste in a supported HTML5 browser (Chrome, Safari, IE9, FF). Right click to view source code.

- I created a simple html page with <HTML> <HEAD> <TITLE> tags open and close

- I added some CSS for the background with <STYLE> tags open and close

- I used <BODY> tags to house the <video> tags open and close

- I used <video> tags and added <source> and scr tags 

- I added poster=”imagename.jpg” for Thumbnail image when video loads

- I added controls=”controls for the player controls

- I added tabindex=”0” to be able to allow the option to use keyboard to play/pause

- I added autoplay=”autoplay for playback preference

- I downloaded and utilized microconverter to convert my mp4 file to ogg and webm which are the 3 supported formats for html5

When I uploaded all the files to my Yahoo Small Business Account I was able to preview thumbnail image with player controls. However, it does not Autoplay. When it is clicked it launches in a smaller window and the Thumbnail image disappears. 

DEBUGGING the issue:

Loaded in Google Chrome and hit CTRL + SHIFT + I

The Developer Debugging Console throws the below call as an error and tells me to remove it. It also advises that this is being called directly from the Server. Which means it is being called from my Yahoo Server (hence the “webhosting.yahoo” call)

http://visit.webhosting.yahoo.com/visit.gif?&r=&b=Netscape%205.0%20%28Windows%20NT%206.1%3B%20WOW64%29%20AppleWebKit/535.19%20%28KHTML%2C%20like%20Gecko%29%20Chrome/18.0.1025.

MY ASSUMPTION/SOLUTION:
Is that I will have to contact Yahoo Small Business. However, I don’t believe this is a call that can be removed. I will have to do more research on the matter. In the meantime I will find another server to host my player on to confirm if this is the only issue. The resizing is a separate issue that I am investigating as well.

 

0 notes

Awesome Intro to Linux Shell Scripting. Looking to get more into Bash Shell Automation Scripting and found this link.

 

0 notes

This weekend I installed Mongodb to explore the world of NoSQL. Part of the installation required adding the below to the /etc/apt/sources.list within the FILE SYSTEM folder

deb http://downloads-distro.mongodb.org/repo/ubuntu-upstart dist 10gen

If you are not logged in as Root you will not be able to make edits to “sources.list” as this is a read-only file. So since I am still in the process of becoming a Linux expert I had to do a search. I was looking for something that was specific to what I was doing and was lucky enough to stumble upon this link which shows you how to easily access ROOT. So I figured I would share on AQ-KISS.

 

0 notes

I was interested in learning Python and used this link to run code real time. There is also a link to learn python the hard way within this site. 

 

0 notes

“What you read
when you don’t have to
determines
what you will be when
you can’t help it.
Oscar Wilde
 

0 notes