on my website i allow users to create pictures with line of text they specify drawn on the picture currently i use for that imagemagick convert - i specify svg template and let convert do the rest
I\'m in Ubuntu using gVim.Something is just wrong with the Window management of gVim - it keeps resizing on me!...It usually happens when I either switch tabs or split the window or switch between spl
I already tried several methods on displaying an image on a form, but none of them works how I would like.
I have to optimize a small website for iPhone and iPad. Thanks to media queries, I\'m using two css files, one for iPhone portrait & landscape mode, and a second for iPad portrait & landscape
I am a beginner coder and I have a major problem when I am coding my browser. The problem is basically all thanks to the tool strip.
I have a UINavigationBar that is hidden most of the time my app is running. however when i was it to show i call
I need to create a Universal iPhone/iPad application using Xcode 4.0. I start creating universal application, there is common app delegate and separate subclass of this app delegate one for iPhone an
I\'m trying to arrange a WPF UI as follows: At top of the window are some controls of self-determining height (effectively docked to the top of the window, but as tall as they want to be).
I\'m developing a Calendar application, and I\'m usin开发者_开发知识库g a Spark List inside a Panel for each individual day, in a 5x7 grid.I\'d like to make sure that the individual lists stay the sam
I have written a jQuery image resize script that works fine when the images are clicked using the handler, $(\'img\').click (function(){. (see example here)