Search

Items tagged with: HTML5

Klaus Weidenbach
11 years ago
download attribute
#HTML5

"€œRight click and save as"€ needs to go away

For a long time it has been standard practice to ask visitors to "œright click and save as"€ when downloading a file that the browser itself is capable of rendering, but where doing so is not desirable. One reason for doing this is to spare people from the annoying expe...
Categories: Webdesign [remove]
Klaus Weidenbach
11 years ago
obsolete hgroup
Just eliminated hgroup. Not sure yet about the right alternatives. At least my page validates as valid #HTML5 again.

http://html5doctor.com/howto-subheadings/
If you don’t already know, the hgroup element is obsolete in HTML5. Advice is now provided in the HTML spec on how to mark up subheadings, subtitles, alternative titles and taglines using existing and implemented HTML features. The important question for developers is: How do I mark up these buggers??? To answer this advice has been added to the ...
Categories: Webdesign [remove]
Klaus Weidenbach
11 years ago
HTML5 offline
Have read often about these new #HTML5 offline features, but saw them really seldom in production.

Linux Magazine: HTML5 Offline - Linux Magazine

An offline cache in your browser and a bit of HTML5 acrobatics combine for interactive web applications that keep working even when the Internet connection breaks down.
Klaus Weidenbach
11 years ago
Good article about Guacamole, a #HTML5 based remote desktop.

Click to the Future – Remote Desktop Based on HTML5 » ADMIN | The resource for all system administrators

HTML5 offers a range of new features, such as audio and video support, without needing plugins like Flash or Java. This opens up completely new options in terms of content delivery via the web – and for mobile access to applications on the LAN.
Klaus Weidenbach
11 years ago
cal and semantic events
Played around with #cal and some #html5 and #microformats today. By default cal seems to have basic support for #hCalendar. I tried to extend it a bit and also add http://schema.org/Event declarations.
I don't know what this will be actually good for or if it is useful at all. Right now just playing bit around. Still quite buggy, not finished yet and also much space for optimisations still.

How do you add semantic to your events?

Heres some #TypoScript:
# configure single event view
plugin.tx_cal_controller.view.event.event {
  # Event title is displayed as page title and outside of the event declaration, so add it as meta-tag
  title.dataWrap = <meta itemprop="name" content="|">
  # declare image itemprop
  image.stdWrap.dataWrap = |
  image.1.params = itemprop="image"
  # this declaration is done in template because always visible
  startdate.dataWrap = |
  # wrap in HTML5 time-tag
  enddate {
    dataWrap = |</time>
    prepend = TEXT
    prepend.dataWrap = <time datetime="|" itemprop="endDate" class="dtend">
    prepend.field = end
    prepend.strftime = %Y%m%dT%H%M00
  }
  # TODO this should be visible if enddate is not visible
  microformat_enddate = TEXT
  microformat_enddate {
    field = end
    strftime = %Y%m%dT%H%M00
    dataWrap = <meta itemprop="endDate" content="|">
  }
  starttime.dataWrap =  |
  endtime.dataWrap = -| Uhr
  # The location of the event, could be much more extended by tt_address data like geo coordinates, etc.
  location.dataWrap = <div class="cal_loc" itemprop="location" itemscope itemtype="http://schema.org/Place">%%%LOCATION%%%:&nbsp;<span itemprop="name" class="location">|</span></div>
  # only hCalendar
  category_link.dataWrap = <div class="cal_cat">%%%CATEGORY%%%:&nbsp;<span class="category">|</span></div>
  # should be class 'description', but need to assign 'summary' to the title because summary is required by hCalendar
  description.dataWrap = <div class="summary">|</div>
  # MICROFORMAT_START does exist, also add MICROFORMAT_END
  microformat_end = TEXT
  microformat_end {
    field = end
    strftime = %Y%m%dT%H%M00
  }
}

In the event_model.tmpl I add a little bit:
<!--###TEMPLATE PHPICALENDAR EVENT### begin -->
<!--phpicalendar_event.tmpl-->
<div class="vevent" itemscope itemtype="http://schema.org/Event">
###TITLE###
###IMAGE###
###CATEGORY LINK###
###MICROFORMAT ENDDATE###
<time datetime="###MICROFORMAT START###" itemprop="startDate" class="dtstart">###STARTDATE###&lt;/time>###ENDDATE######STARTTIME######ENDTIME###
###LOCATION###
###DESCRIPTION###
</div>
<!--/phpicalendar_event.tmpl-->
<!--###TEMPLATE PHPICALENDAR EVENT### end -->
Klaus Weidenbach
12 years ago
Guacamole
Damn I need more time to test all these amazing tools... #HTML5 Remote Desktop

Guac-dev: Guacamole - HTML5 Clientless Remote Desktop


Guacamole is an HTML5 web application that provides access to desktop environments using remote desktop protocols such as VNC or RDP. A centralized server acts as a tunnel and proxy, allowing access to multiple desktops through a web browser. No plug...
Klaus Weidenbach
12 years ago
WACkiness
This is really impressive work. Being able to selectively disable API access for apps. #WAC #Plasma #HTML5

More WACkiness « vizZzion.org :: sebas' blog


After Marco had added initial support for WAC apps to Plasma, I’ve spent a few cycles on taking this to a next level. WAC apps are apps written in HTML5 which are shipped as packaged websites with everything needed included in the package. On top o...
Categories: KDE [remove]
Klaus Weidenbach
12 years ago
TYPO3 4.7 released
The new features sound really amazing. #HTML5, web accessibility, RTE improvements, some new ways how to do things with #TypoScript, indexed_search works now on MySQL full text index, ...


TYPO3 4.7 Release Notes - typo3.org


This release of TYPO3 is the last version in the TYPO3 version 4 branch, before continuing the development of TYPO3 6.0. This TYPO3 4.7 release is focused on a standards and cleaner, accessible and valid frontend rendering out of the box. You will...

Image/photo
There will also be Release Parties: http://wiki.typo3.org/Release_Party/TYPO3_4.7

#TYPO3FOUR7
Categories: Release [remove]
Klaus Weidenbach
12 years ago
WebRTC
Nice browser based free and open Real Time Communications project. #HTML5

WebRTC


WebRTC is a free, open project that enables web browsers with Real-Time Communications (RTC) capabilities via simple Javascript APIs. The WebRTC components have been optimized to best serve this purpose. ...
Klaus Weidenbach
12 years ago
Data Dealer online game
#game #privacy #cc #html5

Data Dealer: Data Dealer. Legal, illegal, whatever. | English


Data Dealer is developed by a small team without any commercial bias and released under a Creative Commons license. Still we need your help to finish our game:...
newer older