Thursday, March 29, 2012
iOS ARC
article part 2
Alternative, decide which file to turn off ARC (article)
Issue with input and output stream (technical article, article)
Alternative, decide which file to turn off ARC (article)
Issue with input and output stream (technical article, article)
Wednesday, March 28, 2012
Tuesday, March 27, 2012
Monday, March 26, 2012
Friday, March 23, 2012
Wednesday, March 21, 2012
Tuesday, March 20, 2012
Sensors
Electronics prototyping platform: Arduino
http://open.sen.se/
open.sen.se api
Getting data from devices and sharing pachube
http://open.sen.se/
open.sen.se api
Getting data from devices and sharing pachube
Monday, March 19, 2012
Sunday, March 11, 2012
Thursday, March 8, 2012
Tuesday, March 6, 2012
Monday, March 5, 2012
OOoBean resize solution
article
This is the crucial part: (replicated from article)
container.addComponentListener(new ComponentAdapter() {
public void componentResized(ComponentEvent e) {
Rectangle b = (e.getSource() != null? ((Component) e.getSource()).getBounds() : null);
container.setMinimumSize(MINIMUM_SIZE);
final XWindow componentWindow = aFrame.getComponentWindow();
if (componentWindow != null) {
componentWindow.setPosSize(0, 0, (int)b.getWidth(), (int)b.getHeight(), (short) (PosSize.WIDTH + PosSize.HEIGHT));
}
}
});
This is the crucial part: (replicated from article)
container.addComponentListener(new ComponentAdapter() {
public void componentResized(ComponentEvent e) {
Rectangle b = (e.getSource() != null? ((Component) e.getSource()).getBounds() : null);
container.setMinimumSize(MINIMUM_SIZE);
final XWindow componentWindow = aFrame.getComponentWindow();
if (componentWindow != null) {
componentWindow.setPosSize(0, 0, (int)b.getWidth(), (int)b.getHeight(), (short) (PosSize.WIDTH + PosSize.HEIGHT));
}
}
});
Thursday, March 1, 2012
Website Design tool
Phoenix by Aviary
Editor by Pixlr.com
Splashup
Sumo Paint
Drawter
YAML Builder
jsFiddle
Kodingen
original article
Subscribe to:
Posts (Atom)