Older blog entries for sness (starting at number 3823)

Gamification. using game-design elements in non-gaming contexts

Gamification. using game-design elements in non-gaming contexts: ""Gamification" is an informal umbrella term for the use of video game elements in non-gaming systems to improve user experience (UX) and user engagement. The recent introduction of 'gamified' applications to large audiences promises new additions to the existing rich and diverse research on the heuristics, design patterns and dynamics of games and the positive UX they provide. However, what is lacking for a next step forward is the integration of this precise diversity of research endeavors. Therefore, this workshop brings together practitioners and researchers to develop a shared understanding of existing approaches and findings around the gamification of information systems, and identify key synergies, opportunities, and questions for future research."

'via Blog this'

Syndicated 2012-02-23 22:35:00 from sness

Gamification of Science

Gamification of Science: "External links

http://cosmiclog.msnbc.msn.com/_news/2011/09/16/7802623-gamers-solve-molecular-puzzle-that-baffled-scientists"

'via Blog this'

Syndicated 2012-02-23 22:32:00 from sness

Ember.js - Documentation

Ember.js - Documentation: "What is Ember.js?

Ember is a JavaScript framework for creating ambitious web applications that eliminates boilerplate and provides a standard application architecture.

"

'via Blog this'

Syndicated 2012-02-23 22:26:00 from sness

CSS examples - Centred Floats

CSS examples - Centred Floats: "It is normally stated that you cannot centre floated elements but this is not quite true. It's true that usually you can only float left or float right but if you have a group of buttons for a menu and you want them to be fluid in width then it would be nice to have them all float in the centre of the page. There is no problem if the floats have a width because you can then ascertain the main parents width and use margin:auto to center the whole block. However that means that the floats cannot be a fluid width (i.e. shrinkwrap their content) or you would have to class each individual element and apply a different width to each which is a little unsatisfactory."

'via Blog this'

Syndicated 2012-02-23 22:25:00 from sness

Surfin' Safari - Blog Archive » Introducing Text-Stroke

Surfin' Safari - Blog Archive » Introducing Text-Stroke: "text-fill-color – This property allows you to specify a fill color for text. If it is not set, then the color property will be used to do the fill.
text-stroke-color – This property allows you to specify a stroke color for text. If it is not set, then the color property will be used to do the stroke.
text-stroke-width – This property allows you to specify the width of the stroke. It defaults to 0, meaning that only a fill is performed. You can specify a length for this value, and in addition the values thin, medium and thick can be used (with ‘thin’ being most like the outline behavior of OS X).
text-stroke – This property is a shorthand for the two stroke properties.

Here’s an example (download the latest WebKit nightly to see it):"

'via Blog this'

Syndicated 2012-02-23 22:25:00 from sness

CSS display: inline-block: why it rocks, and why it sucks - Robert's talk

CSS display: inline-block: why it rocks, and why it sucks - Robert's talk: "Conclusion

So, the conclusion is that white-space dependent rendering blows! But, there are also great possibilities with display: inline-block, so I advise you to try it out, play around with it and see if it works fine in your specific context.

"

'via Blog this'

Syndicated 2012-02-23 22:24:00 from sness

What is Inline-Block? | Impressive Webs

What is Inline-Block? | Impressive Webs: "If you use inline-block there are some important factors and drawbacks to keep in mind. An inline-block element is white-space dependent, so if you display list items using inline-block (in a navigation bar, for example), the list items will have unwanted space next to each other. To remove the space, you’ll have to remove from your HTML code any whitespace that occurs in between the list items"

'via Blog this'

Syndicated 2012-02-23 22:23:00 from sness

Meditate in Victoria

Meditate in Victoria: "Welcome to Bodhichitta Buddhist Centre

Buddhism has a timeless and universal relevance, and can be practised by anyone in any culture. Through training in meditation and other Buddhist practices we can improve the quality of our life by developing inner peace, love, and wisdom. We can bring true meaning to our very busy, modern lives, learning to respond to difficult situations and problems with a more enlightened view."

'via Blog this'

Syndicated 2012-02-23 21:40:00 from sness

iPad Programming: Port Your iPhone Apps, Part I

iPad Programming: Port Your iPhone Apps, Part I: " 
iPad Programming: Port Your iPhone Apps, Part I

Now that Apple has lifted the NDA on the iPhone 3.2 SDK, it's time for developers to start developing iPad applications. 

by Wei-Meng Lee
April 12, 2010  



Now that Apple has started selling the iPad and the NDA lifted on the iPhone 3.2 SDK, it is time for developers to start developing iPad applications. And for a large number of developers, developing iPad applications mean porting their existing applications to the iPad platform. Though the iPad is also running the iPhone OS, there are some subtle differences that developers need to look out for when porting their applications over to the new device. This article examines the various ways in which you can port your existing iPhone apps to the iPad."

'via Blog this'

Syndicated 2012-02-23 21:10:00 from sness

3814 older entries...

New Advogato Features

New HTML Parser: The long-awaited libxml2 based HTML parser code is live. It needs further work but already handles most markup better than the original parser.

Keep up with the latest Advogato features by reading the Advogato status blog.

If you're a C programmer with some spare time, take a look at the mod_virgule project page and help us with one of the tasks on the ToDo list!