On Tue, Oct 13, 2009 at 12:24 AM, anmldr <[email protected]> wrote:
> Have any of you experimented with the CSS3 gradients in different > places such as the toolbar? Yes, I have in fact, I made a whole post about it, but it was rejected as it does not fit the current model of the system. (I'll get around to it at some point, just been one of those weeks, ya know?) Anyway, here is the post: On Sun, Oct 4, 2009 at 12:13 PM, Mark Tomlin <[email protected]> wrote: > So, using some engine specific hacks (-webkit) this update works in Google > Crome and Safari, and even on the iPhone. What's included in this update is > almost no images. The only images there are are for the toggle switch, > everything else is a -webkit-gradient. Take a look at the source code in the > main file and you'll see some of the main hacks. > http://area51.wlvacc.org/iPhoneGUI.php > (Look at the link on your iPhone) > > Also, if you click on any of the buttons it will submit the from. > JavaScript does not need to be present to handle the form submit as I've > made the toggle switches into input check boxes. Still need a way to make > these items non-images, but I'll get to that later. Until then, enjoy some > of the CSS updates. > > Thank you for your time, > Mark 'Dygear' Tomlin > On Tue, Oct 13, 2009 at 12:24 AM, anmldr <[email protected]> wrote: > It would reduce the overhead ever so slightly but you could easily change > the looks of your apps in seconds by changing the "skin" simply by > changing the CSS and you would not have to create new images. > Model, View, Controller. (Sean Gilligan got to be just a little impressed that I know that term :P) MVC is what you just described, and it's the practice of removing the HTML from the CSS from the JavaScript, in our case anyway with this project. And that's the point that I've been trying to make over the past month and a half I've been contributing to this project. I would really like to see an iUI that can work without javascript being present (I know this is blasphemy Sean, but hear me out.) The idea being, that you should be able to submit forms, without the use of JavaScript, the front end should be handled by the front, and that's JavaScript should handle the back. -- Thank you for your time, Lt. Mark 'Dygear' Tomlin (2922); --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "iPhoneWebDev" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/iphonewebdev?hl=en -~----------~----~----~----~------~----~------~--~---
