• What are you working on? v6
    4,671 replies, posted
[QUOTE=H4Z3Y;31625560]further work on my mobile site, when the 'place order' button is pressed it grabs all the values from the coffee types above and puts it in a JSON string, ready for AJAX POST'ing [IMG]http://s.hzy.im/0647.jpg[/IMG][/QUOTE]I imagine that website sitting on an iPad in a modern cafeteria.
my target platform is Android (that's two pages stuck next to each other by the way) [editline]10th August 2011[/editline] forgot to say that I have this static site up here [url]http://s.hzy.im/cafe-au-lait/[/url] I also just got the AJAX POSTs to go through to the database, I was doing 2 or 3 things wrong that I really thought wouldn't be an issue...
[QUOTE=H4Z3Y;31627413]my target platform is Android (that's two pages stuck next to each other by the way) [editline]10th August 2011[/editline] forgot to say that I have this static site up here [url]http://s.hzy.im/cafe-au-lait/[/url] I also just got the AJAX POSTs to go through to the database, I was doing 2 or 3 things wrong that I really thought wouldn't be an issue...[/QUOTE] It works really nicely on [URL="http://en.wikipedia.org/wiki/Compaq_TC1000"]a tablet[/URL] that I have. I would suggest thought that the spinboxes start with "0" and don't allow for less than 0. [URL="http://diveintohtml5.org/forms.html#type-number"]Here[/URL]'s a link with properties for spinboxes. Also, it'll still do a fade-in if I click "Dine In" and am already on that page.
[QUOTE=Fizzadar;31621687][media]http://www.youtube.com/watch?v=mpblTsrSLJk[/media] Map-animation is smooth, video is just shite.[/QUOTE] What's pkrusset?
[QUOTE=H4Z3Y;31625560]further work on my mobile site, when the 'place order' button is pressed it grabs all the values from the coffee types above and puts it in a JSON string, ready for AJAX POST'ing [img]http://s.hzy.im/0647.jpg[/img][/QUOTE] Slightly round the buttons, rounded buttons are sexy.
[QUOTE=cas97;31630175]It works really nicely on [URL="http://en.wikipedia.org/wiki/Compaq_TC1000"]a tablet[/URL] that I have. I would suggest thought that the spinboxes start with "0" and don't allow for less than 0. [URL="http://diveintohtml5.org/forms.html#type-number"]Here[/URL]'s a link with properties for spinboxes. Also, it'll still do a fade-in if I click "Dine In" and am already on that page.[/QUOTE] thanks for the suggestions, I probably will put in those properties for the <input type="number">'s, along with some js to check I'd what has been imputed is actually a number ( I'll obviously also so server side validation ). with that page flipping, that's a case of fading out all pages except the active one, I haven't really bothered with little things like that just yet. [editline]10th August 2011[/editline] [QUOTE=RusselG;31635403]Slightly round the buttons, rounded buttons are sexy.[/QUOTE] i might try it, althoughi so really like the sharp, blocky aesthetic that it has now
[QUOTE=adamjon858;31630245]What's pkrusset?[/QUOTE] Pokemon Russet/PK Russet :)
[QUOTE=RusselG;31635403]Slightly round the buttons, rounded buttons are sexy.[/QUOTE] When appropriate, yes. However here they would just look as though somebody just discovered the CSS3 border-radius effect so decided to over use it.
[QUOTE=RusselG;31635403]Slightly round the buttons, rounded buttons are sexy.[/QUOTE] Doubt they would look right on that sort of layout, rounded buttons look wierd when you have them laid out in a vertical fashion like that.
[url]http://mc.braxnet.org/upload/[/url] woop woop facebook login
[QUOTE=Sharpshooter;31645162]Doubt they would look right on that sort of layout, rounded buttons look wierd when you have them laid out in a vertical fashion like that.[/QUOTE] I meant very slightly, like 1 - 3px. Adds a nice effect. [img]http://gyazo.com/6008ee6e8b55e0d42cf7dbfe369cdff9.png[/img] Visually, to me, it looks way better.
goddamnit I was making so much progress on the back-end my site today and then I go and try it out in internet explorer and the layout gets raped :suicide: it's put me off doing any more work tonight :(
I'd like some C&C on [URL="http://costeira.com/ipep/"]a page I'm working on[/URL] for a client (this is a temporary copy before it goes live). [IMG]http://costeira.com/upl/uploads/WXPCH11000.jpg[/IMG] So far, my dad has made [URL="http://ipepfoundation.org/"]a quick site[/URL] just to get it up since he's been procrastinating on it for a month, and asked me to make something nice, and also asked me to use this theme that he'd found. I still plan on changing the colors and background, though. It'll be somewhat of a surprise for the guy. I realize though that there isn't really much to C&C about...
^Can't stand the wood background, use a different one. It's too obvious it's a pattern. Looks a bit like a template but it's not bad.
As adamjon said, the wood pattern doesn't look good since it's obvious and low quality. Also, use a different font because this one is plain terrible. Makes the site look like it's from the 90s.
lil something something im working on :) [IMG]http://img38.imageshack.us/img38/1060/page2sc.jpg[/IMG]
text looks funny
[QUOTE=tanraga;31665950]text looks funny[/QUOTE] bit too large i think.
Menu bar text looks squished. [editline]a[/editline] Also try reducing the opacity on the glow.
I noticed someone uploaded a shell to my file host, did it work?
[QUOTE=Giraffen93;31670754]I noticed someone uploaded a shell to my file host, did it work?[/QUOTE]Oops
Where has everyones text AA gone.
[QUOTE=TehWhale;31670810]Oops[/QUOTE] Really? I can't see if something happens since it's a linux server.
Im new so im trying to make a login system
[QUOTE=XZXk;31677048]Im new so im trying to make a login system[/QUOTE] If you are using SQL (like you should), make sure you protect against injections.
[QUOTE=XZXk;31677048]Im new so im trying to make a login system[/QUOTE]Use PDO
[QUOTE=RusselG;31677195]If you are using SQL (like you should)[/QUOTE] not necessarily
got my cafe au lait project working for new orders and current orders (design by no means final). [url]http://hzy.im:8000/[/url]
[QUOTE=H4Z3Y;31677866]got my cafe au lait project working for new orders and current orders (design by no means final). [url]http://hzy.im:8000/[/url][/QUOTE]you're alive!!
[QUOTE=XZXk;31677048]Im new so im trying to make a login system[/QUOTE] Me too I have threw myself in the deep end because I am trying to make it as secure as possible in languages I have never used before (PHP and SQL). I'm following this tutorial, its pretty good and provides a secure login system (I think). [url]http://tinsology.net/2009/06/creating-a-secure-login-system-the-right-way/[/url]
Sorry, you need to Log In to post a reply to this thread.