www.netsi.dk

"The internet is just a layer on the real world" (don't forget that!)

YouSee Cinema app til Samsung internet@tv

I sidste uge (uge 12/2011) opdagede jeg at jeg på mit TV havde fået en ny under internet@tv delen på af fjernsynet. Her er en række screenshoots af det man ser når man aktiverer denne . Jeg har endnu ikke prøvet at leje en film, da jeg kan det samme gennem min plus box. Iøvrigt mener jeg at priserne burde være måske 20 kr billigere, så vi kom ned på ca. 20 kr/film som man f.eks. kan leje dem for gennem www.voddler.com. Voddler har iøvrigt også gratis film og kan ses på flere medier så som Browser og smartphone + “pads” (så som ).

Her er nogle billeder som jeg har taget direkte fra min skærm – beklager moire effekten

Yousee Cinema går ind som anbefalet app

Yousee Cinema går ind som anbefalet app

Startsiden viser forskellige indgange og måder at finde film på.

Startsiden viser forskellige indgange og måder at finde film på.

Et eksempel på den information man får om en film, inden man lejer den. Prisen er her 39,- kr.

Et eksempel på den information man får om en film, inden man lejer den. Prisen er her 39,- kr.

Inden man kan leje skal man igennem lidt opsætning – læs mere på www.yousee.tv/samsung

Inden man kan leje skal man igennem lidt opsætning – læs mere på www.yousee.tv/samsung

Her ses kategorien Nyheder – der er 39 sider med nyheder, 18 film pr/side.

Her ses kategorien nyheder – der er 39 sider med nyheder, 18 film pr/side.

Kategorien Komedie indeholder 290 (!) sider med 18 film/side = 5220 film.

Kategorien Komedie indeholder 290 (!) sider med 18 film/side = 5220 film.

Ialt der den her den 30. marts 2011 et antal film på 22572 stk.

Ialt der den her den 30. marts 2011 et antal film på 22572 stk.

Konklussion

Som ejer af et Samsung TV synes jeg det er godt med flere apps. Helst ville jeg have en browser og andre mere alsidige apps. Jeg dog mener også at dette tiltag fra YouSee er en indikation på at de ikke ligger og sover – men er opmærksomme på at de nok ikke vil sidde på de danske medie-brugere (Læs: det der idag kaldes TV-seere) om 2-4 år. De skal ud på netbaseret distribuation til medie-brugerne. Faktisk er det lidt af en revolution med denne app, for man kan anvende den hvis man bare er ejer af et Samsung tv der har internet@tv i sig. Man skal ikke være koblet på YouSee’s kabler for at kunne anvende denne tjenste!

Iøvrigt er der for nyligt også kommet en lignende amerikansk tjenste – app – leveret af : Yahoo Connected TV. Dette er dog heller ikke gratis (har dog prøve periode) og jeg er i tvivl om det virker udenfor USA.

(Næsten) gratis film hver torsdag på YouSee net

Iøvrigt har YouSee lige annonceret at der hver torsdag kan ses 3 udvalgte film til 1 kr pr stk – hvorfor kommer det ikke til denne Samsung app.

Kort om Samsung apps

Samsung apps er en slags widget. Faktisk kører de mange af dem som rene HTML/Javascript widgets. De avancerede af dem anvender så saas tjenster – f.eks. Google maps. Så henter de deres data online og renderer det på dit TV. En udemærket service og der er faktisk relativt mange apps – tror der er lige under 100 stk. Nogle af dem er sågar købs-apps. Samsung tv anvender mange af de nyere modeller ARM processorer og kører linux – noget som mange smartphones jo også gør. Google og Apple iOS er jo begge i familie med linus + de anvender ofte ARM processor. F.eks. er Apple iPad 2’s custom chip. Hos Yahoo kan man iøvrigt downloade software til at udvikle widgets, men hvordan man får dem ind i sit tv ved jeg ikke…

Share

Finally! I can take screenshoots from my Android!

I am happy now – at least for the fact that I now can take screenshoots from my Phone. A weak spot in the OS has so far made it nessesary to “root” your phone to gain the rights to take screenshoots of the content of your smartphone. Now I followed this guide: ihely.dk – “Screenshoots på Android enhed uden root”  and voila here are a few screenshoots just to show you that it is actually working.

The homescreen of my HTC Legend

To unlock my Android 2.2 based HTC Legend, you need to draw a pattern.

An example app: 'eTilbudsavisen' - showing here that I can get 3 coca cola for 35 DKK at the distance of 5 km from where I live.Another app: 'speedtest' showing that I have 6.2 Mbit down and 1.7 Mbit upload speed on my wifi

That is nice – I have had the need in some of my blog posts, where I now can better show what I am talking about.

Since the guide at ihely.dk is in danish I will give you a quick guide here:

Prepear your phone by allowing debugging

In settings choose 'Programs' (programmer on the screenshoot)Choose 'Development' (on screenshoot: 'udvikling')Check the USB and 'stay awake'

Get development tool: http://developer.android.com/sdk/index.html

You may then have to install Java SDK (the development tool will tell you if you need to install that first, and where to find it).

Install the platform pakages

(image from ihely.dk)

When you see something like that above, you can choose which packages to download, I just took them all. It takes a while.

Ready? Plug in your phone to your computer through an USB

Locate the DDMS.bat file and run it

I have installed on “j:” – you probertly will have to locate the DDMS.BAT in your C:\Program Files\Android\android-sdk\tools

Run the bat file and you will get something like this:

The 'Dalvig Debug Monitor' - highlight the phone icon

The ‘Dalvig Debug Monitor’ – highlight the phone icon, and choose “Device > Screen capture…”

image

You will then get your ready to save or copy to clipboard like this:

The screenshoot have been taken, ready to use

Share

“plugInReflector” a new jQuery plug-in targeted at using and implementing jQuery plug-ins

Many times I have tried to implement cool plug-ins and many times I have read the descriptions about all the options and settings for each and every . Sometimes many examples and good documentation exists, but in every case for a long time now I have had this idea to build a tool which can do a standardalized auto discovering of plug-ins. “jquery. is the outcome of these thoughts.

“If you take something from the net, you must give something back”

My philosophy perhaps is simply just a definition of the word “share”, but I feel that I need to write it – this plug-in is also put to the internet with the sharing in mind, so feel free to use the plug-in! I have even put it so github.com, a place with structured filesharing (find the link below). I am new to github.com and feel 100% novice, but the plug-in with examples will be available out there.

Why should you use plugInReflector?

If you are a person working with the internet implementing websites and use jQuery plug-ins you find on the net, you will probertly find plugInReflector usefull. Lets say that you apply a jQuery based image gallery (like jQuery Cycle) to an UL list called “gallery”. You can do it like this for instance:

jQuery('.gallery').cycle();

This will activate the gallery, but what about the settings? On the website for jQuery Cycle you will get the authors documentation, telling you that you need to change “easing” if you need to choose another way to do the animated sliding. But what if you could simply add “.plugInReflector()” and then get a “disassembled” look at the actual settings, properties, objects and functions used by the plug-in to accive the current effect? Would that not be handy? Simply add the plugInReflector plug-in and change your gallery inserting code to:

jQuery('.gallery').cycle().plugInReflector();


You will now get a full list of any settings bound to the gallery. Something like this (in plugInReflector 0.01):

An example of the output from plugInReflector when doing reflection on jQuery Cycle image gallery

The above output is auto generated HTML which is appended to the body, if you do not specify an element using the “output” option. The output option should be a jQuery selector (for instance #output).

What to expect in next versions

The current version – at the time of writing this post – is 0.01, which indicates the beta-alike state of the plug-in. I allready have several ideas for improvements here are some:

  • Generate settings object.

    This will make it possibel to save and use the new settings on the plug-in reflected on.

  • Dynamically update plug-in with the changed settings.

    This will make it possibel for you to play-around and instantly see changes to the plug-in relected upon.

  • Reposetory with known settings for plug-ins.

    Imagine that you not just get a row saying that “easing” is a string. Imagine that when we talk about “easing” we could put a selectbox in the output from the reflection process. Such a service could be accived if people start to share the relected output on a reposetory – leaving “fingerprints” would make it possibel to get more friendly help for the outputed reflection result. Perhaps even ask plug-in developers to help with more information about which settings is relevant and a friendly description about it. What a wonderful world it would be…

..what will you share with me?

So please do leave your comments here, on plugInReflector at github, on : netsi1964 or simply drop me an e-mail. If you have any comments or ideas they are welcome.

Links
Share

www.netsi.dk/wordpress was down during update to WordPress 3.1

Hi,

I am sorry if you had problems accessing the pages on my blog. On the 9th of march 2011 for a short period, this blog was not online because of a bug in the update.

I found a blog post here: http://www.foulwritersworld.net/blog/?p=237 which describes how to get a which fixed the problem with “Error 310 (net::): There were too many redirects.”.

If you experience the same problem on your blog with the 3.1 update you can find the soloution here: http://wordpress.org/extend/plugins/permalink-fix-disable-canonical-redirects-pack/installation/

Have a nice day! And happy reading and commenting :-)

/Sten

Share