• Web Development - WAYWO - #8
    5,514 replies, posted
This isn't strictly web development, but it's built entirely on web technologies, so it might interest some JS lovers :v: [vid]http://a.pomf.se/csiabe.webm[/vid] [vid]http://a.pomf.se/nfdxfh.webm[/vid] It's a WIP generic shape-based level editor. Built with Paper.js and AngularJS. The coolest piece is probably the property editor, which is a recursive Angular directive which operates directly on a plain object.
[QUOTE=Moofy;46350278]But making it with pure CSS lies within the "I'd rather work on getting the rest of the site developed"? I even gave you the code, how can you not be arsed :suicide:[/QUOTE] Hahah, true, you got me there! I should have said I'd rather focus on the more important aspects of the site. Thanks though! :)
[url]http://greatbritaincampaign.com/[/url] been working on this. Fun project.
[QUOTE=Cyberuben;46359127]10 tbit download, 1tbit upload?[/QUOTE] Naw, at this rate it'll still be the same speeds that we have today :v: Edit: This'll teach me to reply before reading all the pages :(
I am making a project for my final year. Got time till may to make it. [B]Idea[/B] Basically it's a chat mixed with social network. It lets users sign up, chat as well as have their own profiles with their info. [B]Planned Features[/B] *Multiroom chat. *Customizable avatars. *Platforms: Browser, Android Native and Windows Desktop (basically IM application like Skype or YM). *Let users on android instantly capture photo and share it in chat room. *Map with chat users near you (optional - users can enable/disable location sharing) [B]What's Done[/B] *Server side is setup (Node.js, Socket.io, MySQL etc..) *Chat works, old messages are retrieved as user enters room. *Online users list is done. You can try what's done so far here: [url]http://chaterix.com[/url] If you find any flaws, problems, bugs please let me know, I would appreciate it. I might discard customizable avatars, since I cannot draw for shit, I tried and here is what I got: [IMG]http://oi59.tinypic.com/fomws5.jpg[/IMG] Think it looks creepy? :zoid: P.S - users online and total hits is just placeholder, there is nothing made for it yet.
[QUOTE=dexon;46363204]Myea, or 255tbps? [url]http://goo.gl/d1PLkr[/url] :D Edit: oups, was too late am i.[/QUOTE] I was talking about what providers will offer to people. I replied to someone who was talking about the 255 tbps fibre cable...
[QUOTE=Cyberuben;46377802]I was talking about what providers will offer to people. I replied to someone who was talking about the 255 tbps fibre cable...[/QUOTE] One day... Maybe free internet?
Finished rewriting and adding some new stuff on the mybb plugin I made where you can rate posts. This time, things are not store as json v:v:v [url]http://imgur.com/a/7PBsC[/url] [t]http://i.imgur.com/7iOAk17.png[/t] [t]http://i.imgur.com/xD820A2.png[/t] It's also on the mybb mod site
[QUOTE=jung3o;46378659]Finished rewriting and adding some new stuff on the mybb plugin I made where you can rate posts. This time, things are not store as json v:v:v [url]http://imgur.com/a/7PBsC[/url] [t]http://i.imgur.com/7iOAk17.png[/t] [t]http://i.imgur.com/xD820A2.png[/t] It's also on the mybb mod site[/QUOTE] Have you made it not check all the ratings every few seconds if the option is flipped on? I had modified my copy of the old plugin to work almost exactly like FP. The only differences were that I didn't have the results box animated. (Unfortunately I lost it in an awful hard drive disaster involving the host node my VPS was on)
[QUOTE=AndrewPH;46379150]Have you made it not check all the ratings every few seconds if the option is flipped on? [/QUOTE] Not sure what you're asking here. What option? [QUOTE=AndrewPH;46379150] I had modified my copy of the old plugin to work almost exactly like FP. The only differences were that I didn't have the results box animated. (Unfortunately I lost it in an awful hard drive disaster involving the host node my VPS was on)[/QUOTE] I'm not showing any animations either right now. I just got a bit lazy with the container showing and used checkbox :v:
[QUOTE=jung3o;46379359]Not sure what you're asking here. What option?[/QUOTE] I mean the old option in the old version where, if enabled, it refreshes every single ratingbox every few seconds or something. Felt really janky. In fact, the whole old version was decent, but was very unresponsive in a way.
[QUOTE=AndrewPH;46379443]I mean the old option in the old version where, if enabled, it refreshes every single ratingbox every few seconds or something. Felt really janky. In fact, the whole old version was decent, but was very unresponsive in a way.[/QUOTE] Oh. I just removed it :v: Since mybb 1.8 uses a lot of ajax calls, I figured it doesn't hurt to just remove it.
[QUOTE=AndrewPH;46379443]I mean the old option in the old version where, if enabled, it refreshes every single ratingbox every few seconds or something. Felt really janky. In fact, the whole old version was decent, but was very unresponsive in a way.[/QUOTE] I don't think throwing a bunch of api requests out every few miliseconds is a bad idea, just look at lab punch that just sends an api call for new posts every 100ms or so. (granted your back end needs to be able to handle it)
[QUOTE=LennyPenny;46383976]I don't think throwing a bunch of api requests out every few miliseconds is a bad idea, just look at lab punch that just sends an api call for new posts every 100ms or so. (granted your back end needs to be able to handle it)[/QUOTE] I didn't say it was bad, but I am implying it was silly considering you can load at the start and then just make the extra requests when the user asks for the ratings themselves, or rates the person. Which feels a lot better to use, and is, or was, how Facepunch did it.
[QUOTE=AndrewPH;46386501]I didn't say it was bad, but I am implying it was silly considering you can load at the start and then just make the extra requests when the user asks for the ratings themselves, or rates the person. Which feels a lot better to use, and is, or was, how Facepunch did it.[/QUOTE] The whole reason he did the polling was so you'd see ratings update semi-realtime though not just to show the numbers when you rate a post.
[QUOTE=KmartSqrl;46399994]The whole reason he did the polling was so you'd see ratings update semi-realtime though not just to show the numbers when you rate a post.[/QUOTE] Yes, I'm aware. However, I much prefer how Facepunch does it, where it's not semi-realtime, and only updated when a user takes action.
Brackets is out of beta! Now is a great time to try it out (totally not a brackets fan) [url]http://blog.brackets.io/2014/11/04/brackets-1-0-and-extract-for-brackets-preview-now-available/[/url]
Is it still slow? (with large files in particular)
Just finished an Facebook event kind of site for ComeOn online casino. I'm pretty happy with it, although my first design was alot better, they wanted it looking more like a forest than a modern site... [url]https://movember.comeon.com/[/url]
Finally got into the HTML/PHP train and started doing some web stuff using bootstrap, anyway, heres a thingy that will send E-Mails to admins when a player calls for one in game. [T]http://puu.sh/cEGnM.jpg[/T] [I]Admins list[/I] [T]http://puu.sh/cEGzy.jpg[/T] [I]Editing an admin[/I] [T]http://puu.sh/cEGDK.jpg[/T] [I]Advanced settings[/I]
I like that idea a lot!
[IMG]http://i.imgur.com/Tl9S6mY.png[/IMG] Learning Sinatra(Ruby) and trying to work on color design. Making a personal dashboard that integrates with multiple services. P.S. I accidentilly metrofied it. Anyone know better icons than font awesome?
[QUOTE=MrFancyBuns;46420183] Anyone know better icons than font awesome?[/QUOTE] I prefer font awesome but.. [URL="http://www.flaticon.com/"]Flat Icon[/URL] [URL="http://www.entypo.com/"]Entypo[/URL] [URL="https://github.com/google/material-design-icons"]Google Icons[/URL]
[QUOTE=Moofy;46422155]I prefer font awesome but.. [URL="http://www.flaticon.com/"]Flat Icon[/URL] [URL="http://www.entypo.com/"]Entypo[/URL] [URL="https://github.com/google/material-design-icons"]Google Icons[/URL][/QUOTE] Or make your own icon pack from picking a few that you need. [url]https://icomoon.io/[/url]
[QUOTE=Superkipje;46422496]Or make your own icon pack from picking a few that you need. [url]https://icomoon.io/[/url][/QUOTE] If you open the first link I provided you'll see that's how it works there as well
[QUOTE=MrFancyBuns;46420183][IMG]http://i.imgur.com/Tl9S6mY.png[/IMG] Learning Sinatra(Ruby) and trying to work on color design. Making a personal dashboard that integrates with multiple services. P.S. I accidentilly metrofied it. Anyone know better icons than font awesome?[/QUOTE] This site is also helpful: [url]http://fontello.com/[/url]
I'm not sure if this should go in GMod WAYWO or here, but it's more web based so I'm gonna go with here. I've been working on a webchat for my site using sockets and that fancy tech, and I'm pleased with the result even though I'm not finished with it yet: [t]http://i.imgur.com/VnfkQq7.png[/t]
Good job but you should definitely work on your color choice. Especially the dark blue on the dark grey hurts :) Keep going.
[IMG]http://i.imgur.com/anRnp9V.png[/IMG] Working on the mail part of the dashboard. I need to add dates and some other stuff but it looks nice.
Haven't posted in here for ages. I made a [URL=https://github.com/6to5/6to5]thing[/URL]. It's cool. Check it out.
Sorry, you need to Log In to post a reply to this thread.