Hey guys! I’m currently working on a UI library for Backbone powered web apps and am wondering what I could […]
Tag: #ui
Evaluate Demos of Webix JavaScript UI Components
More than 200 samples of feature-rich Webix UI components based on HTML5, CSS3 and JavaScript http://webix.com/demo/charts/customizing/
Easy functional testing with DalekJS
When your app become large , testing UI functionality can be not so easy as you can imagine it. And […]
iOS font
Always had problems and a very tedious thing to test, of course, fonts in iOS development. I found this cool […]
Responsive data table with podtablejs
This post is about creating responsive datatable but before we proceed with the march ui designers and developers have evolve […]
iOS: Handling Pan Gestures Properly
Using Pan Gesture recognizers in your iOS app makes for a fun and convenient experience. You may find that you […]
DevExpress LookupEdit RowFilter
There are two method to do this. Change DataSource DataTable oldDataTable = myLookUpEdit.Properties.DataSource as DataTable; DataRow[] myDataRows = oldDatatable.Select(filter); DataTable […]
jqGrid: Making a row a link
Had a situation where I wanted the user to double click on a row to view details of the item. […]
Meteor shorten string spacebar helper
If You’re building some lists view (e.g. posts list) and You want to shorten their names You can achieve that […]
Better selects
Tip Use 5 to 15 options within your select boxes. Why? http://uxmovement.com/forms/stop-misusing-select-menus/ But… You have a lot of options to […]
Drupal 7 dB abstraction layer pager rendering
when using db_select() and the desired result is to have a pager output the extend(‘PagerDefault’) and limit(30); functions must be […]
Fade an element relative to scroll, in one line
Here’s a neat jQuery trick to fade an element based on how far down the page you’ve scrolled (maybe you […]
DOM scrollTop/scrollLeft cheatsheet
This is nothing new, just a note on how scrollTop, scrollHeight, clientHeight and related properties work. Quick illustration == See […]
Subtle Patterns
This is my favorite site this week: http://subtlepatterns.com/
The New eBay
eBay relaunched their website with new features and enhancements. The changes we’re making reflect the new eBay and our evolution […]
iOS font
Always had problems and a very tedious thing to test, of course, fonts in iOS development. I found this cool […]
Automatically resize textareas as content grows
Quick and easy: $(‘textarea’).on ‘scroll’, -> if @scrollHeight > @clientHeight @style.height = @scrollHeight + “px”; demo Compatibilty All the way […]
Change Series.View.Color
By default, all series.view.color is color.empty, then view2.color = view1.color will not work!! However view1.color will be listed in PaletteEntry […]
Bret Victor – Inventing on Principle
Nearly 6 month old, but still worth sharing againt, a stunning talk on UI, UX, software development and where it […]
Hamburger Icon’ with Unicode
You can add this ☰ ‘hamburger icon’ to your UI using CSS :before { content:’2630′; }
- 1
- 2