• Web Development - WAYWO - #8
    5,514 replies, posted
[QUOTE=D:\;42007662][IMG]http://puu.sh/4dRiw.jpg[/IMG][/QUOTE] I know I know, I will add proper media queries when I'm halfway pleased with this thing [editline]29th August 2013[/editline] but thanks though
You should start with mobile and work your way up, you end up with a lot better mobile experience that way.
[QUOTE=tempotempo;41990410]Currently redesigning my dads business website, should I keep the animations? [url]http://dl.dropboxusercontent.com/u/5715817/test/index.html[/url] (oh god I hate that fucking background but my dad loves it)[/QUOTE] Seems pretty close to one of the codrops blueprints? :)
Overlays: [img]http://pictures.gabrielecirulli.com/Bolteri_Arredamenti-20130829-233027.png[/img]
[url]https://dl.dropboxusercontent.com/u/1963496/fpr/Facepunch_Profile_Ratings_CLIENT.user.js[/url] new version of the ratings client
[QUOTE=TerabyteS_;42013053]Overlays:[/QUOTE] I think it'd look better if the transparent part was white instead of black.
[QUOTE=TerabyteS_;41575717]I now have settings that can depend on each other, on a chain of settings or on multiple settings. [vid]http://pictures.gabrielecirulli.com/v/settings.webm[/vid][/QUOTE] What did you use to record this and how did you get your cursor to move so smoothly?
[QUOTE=j4NZKUE;42010698]Seems pretty close to one of the codrops blueprints? :)[/QUOTE] Codrops blueprints? [editline]29th August 2013[/editline] Ah found it, but nah, built it with jQuery Waypoints ([url]http://imakewebthings.com/jquery-waypoints/[/url]) and Transit ([url]http://ricostacruz.com/jquery.transit/[/url])
[QUOTE=>_> Ubercake;42014016]how did you get your cursor to move so smoothly?[/QUOTE] Maybe he moved his hand slowly? :O !
[QUOTE=KmartSqrl;42014458]Maybe he moved his hand slowly? :O ![/QUOTE] or just change mouse sensitivity settings.
Okay I finished my javascript minesweeper. It could do with better interface but it gets the job done. [img]http://i.imgur.com/yV5CiW9.png[/img] [img]http://i.imgur.com/xtNKgDq.png[/img] [img]http://i.imgur.com/9Y9DfUj.png[/img] [url]https://www.dropbox.com/s/b44bpijapavdre6/Minesweeper%20Test.rar[/url] Keep in mind this is the first thing I've made in javascript, so I don't know all the techniques to getting things done.
[QUOTE=Pat.Lithium;42017492]Okay I finished my javascript minesweeper. It could do with better interface but it gets the job done. [url]https://www.dropbox.com/s/b44bpijapavdre6/Minesweeper%20Test.rar[/url] Keep in mind this is the first thing I've made in javascript, so I don't know all the techniques to getting things done.[/QUOTE] A blank square (0 mines around) should reveal all the squares surrounding it, you only reveal the adjacent 4 squares.
[QUOTE=cyber_cam34;42017629]A blank square (0 mines around) should reveal all the squares surrounding it, you only reveal the adjacent 4 squares.[/QUOTE] It still reveals all 8 around it because the blank squares adjacent to it also reveal their surrounding squares.
[QUOTE=Pat.Lithium;42017647]It still reveals all 8 around it because the blank squares adjacent to it also reveal their surrounding squares.[/QUOTE] Nope [IMG]http://www.codingconcoctions.net/screencloud/shot_2013_08_30_18_57_23.png[/IMG]
Oh I see [editline]30th August 2013[/editline] ok [url]https://www.dropbox.com/s/b44bpijapavdre6/Minesweeper%20Test.rar[/url]
[QUOTE=>_> Ubercake;42014016]What did you use to record this and how did you get your cursor to move so smoothly?[/QUOTE] I used quicktime with quality set on maximum to record it, then I used ffmpeg to convert it into the webm format. The cursor probably looks smooth because I wasn't recoding a wide area.
[QUOTE=jung3o;42014549]or just change mouse sensitivity settings.[/QUOTE] I don't mean the speed. I think it has to do with the framerate or the mouse sampling frequency. [editline]30th August 2013[/editline] oh ok, thanks!
[T]http://i.imgur.com/NgLg14w.png[/T] Looks horrible at the minute, but it's functional at least. Posts GIF images to your Tumblr blog by uploading them to imgur and adding them as a 'text' post with <img> tags. Images aren't stored on the server. Responsive too! [url]http://benbristow.co.uk/dev/gifblr[/url]
-
So I'm working on a little startup company focusing on the education sector. I started developing an app in Rails in April and I'm still not ready to sell the service. I am running closed alpha/beta tests in 2 schools in Dublin. I think i figured out my problem. I focus too much on the UI and almost forget about the functionality. So my question is do any of you have that problem and how to you battle it? Hire someone to focus on the UI ? Make Workflow charts ? Just curious really.
Just looking into using RoR. Darn, why did I waste so much time with PHP? [url]http://railsforzombies.org/levels/1[/url]
[QUOTE=benbb;42030128]Just looking into using RoR. Darn, why did I waste so much time with PHP? [url]http://railsforzombies.org/levels/1[/url][/QUOTE] Yes Rails is Great
been actively using php since 2006, i can't change now
[QUOTE=adrianooo321;42026220]So I'm working on a little startup company focusing on the education sector. I started developing an app in Rails in April and I'm still not ready to sell the service. I am running closed alpha/beta tests in 2 schools in Dublin. I think i figured out my problem. I focus too much on the UI and almost forget about the functionality. So my question is do any of you have that problem and how to you battle it? Hire someone to focus on the UI ? Make Workflow charts ? Just curious really.[/QUOTE] I would say, you should probaly get a guy to do the UI stuff, so you can focus more of the functionality and possibly bug-fixes. Also, I actually tried using Trello for a project for tracking what I need to do, what I have done etc. It worked pretty good.
I'd like to get started using Ruby/RoR but i'm worried that it'll take be forever to get skilled enough to do anything useful with it.
[QUOTE=Giraffen93;42030377]been actively using php since 2006, i can't change now[/QUOTE] I'm changing, and I've worked with PHP for ages.
[t]http://i.imgur.com/JoiZdaI.png[/t] Good thing this repo is private.
[QUOTE=StinkyJoe;42030612]I'm changing, and I've worked with PHP for ages.[/QUOTE] i've got all the functions in my head, i can't use another language tried with c++, c#, vb.net, java & python and i just can't grasp it i'll most likely continue with php
[QUOTE=Giraffen93;42030653]i've got all the functions in my head, i can't use another language tried with c++, c#, vb.net, java & python and i just can't grasp it i'll most likely continue with php[/QUOTE]The same way you learnt "all the functions" you can learn another language and framework.
[QUOTE=TerabyteS_;42030662]The same way you learnt "all the functions" you can learn another language and framework.[/QUOTE] no because i have the other stuff burned in already i really can't remember more than one language anyway, then i forget the other one
Sorry, you need to Log In to post a reply to this thread.