• Web Development - WAYWO - #8
    5,514 replies, posted
--snip-- wrong thread
Garry should put the line numbers back. :/
I guess this is the appropriate thread... I'm just starting to learn about web development and I can't even work with Javascript yet. But I've tried doing [i]something[/i] with the skills I have, and this is the extremely simple result: [url]http://pastebin.com/8s6AQfA4[/url] I've put the CSS into the HTML for easier pasting.
[QUOTE=EdoI;40279856]I guess this is the appropriate thread... I'm just starting to learn about web development and I can't even work with Javascript yet. But I've tried doing [i]something[/i] with the skills I have, and this is the extremely simple result: [url]http://pastebin.com/8s6AQfA4[/url] I've put the CSS into the HTML for easier pasting.[/QUOTE] And the Javascript stuff is where? Btw, use [url=http://jsfiddle.net/]jsfiddle[/url]. Easier for must of us to understand the code.
You misunderstood me about the Javascript part, I wanted to say I have yet to learn it. Thanks for mentioning jsfiddle, but when I copied the code there I noticed it doesn't center the navigation well for some reason.
Oh, good luck then, I suggest to just come up with weird stuff, like just to use this stuff. Also, [url=http://www.codecademy.com/]codecademy[/url].
Hey! I attempted to create a Spotify App just to test my skills at web development (coming from a mainly C# background) and this is the end result, CampFire. [video=youtube;knWlxuJVCaM]http://www.youtube.com/watch?v=knWlxuJVCaM[/video] Hopefully if i can generate enough interest, it'll help me get it onto the official Spotify app finder. C&C is very welcome!
[QUOTE=asantos3;40270785]Not only special character encoding: [url=http://architech.fi/weatherapp/index.php?location=Tomar&submit=Submit]http://architech.fi/weatherapp/index.php?location=Tomar&submit=Submit[/url] If you want to make a "international" weatherapp make it so it can give you a list of similar cities, even support almost all cities from all countries, maybe grab the info from multiple places (?). See google: [url=https://www.google.com/search?q=tomar+weather]https://www.google.com/search?q=tomar+weather[/url] [editline]13th April 2013[/editline] Oh, what about wind, precipitation and include the next days.[/QUOTE] Thanks for the feedback, I'm still in an early stage was thinking about next days but I think i wanna keep it simple with geolocation getting the temperature and weather for your location, maybe adding next days later. Yes, need to add a few other weather apis so i can collect data for all cities. And yes I need to create a error page :D
[QUOTE=Bambo.;40287595]Hey! I attempted to create a Spotify App just to test my skills at web development (coming from a mainly C# background) and this is the end result, CampFire. Hopefully if i can generate enough interest, it'll help me get it onto the official Spotify app finder. C&C is very welcome![/QUOTE] AWESOME!
[QUOTE=asantos3;40287841]AWESOME![/QUOTE] Thanks! For those interested here's a lil blog post "http://blog.bambofy.com/?p=44". A problem i'm having is that i'm using Firebase to do all the backend stuff, and that requires me to pay a lot of money to have unlimited users. Does anyone know a good alternative?
I'm currently working on [B]whoops[/B], inspired by charlie's better_errors library. [IMG_THUMB]http://filp.github.io/whoops/screen.png[/IMG_THUMB] Project page: [URL]http://filp.github.io/whoops/[/URL] Github page: [URL]https://github.com/filp/whoops[/URL]
I didn't realize that was actually you who made that. Grats on having it implemented by default in Laravel 4.
[QUOTE=StinkyJoe;40287872]I'm currently working on [B]whoops[/B], inspired by charlie's better_errors library. [IMG_THUMB]http://filp.github.io/whoops/screen.png[/IMG_THUMB] Project page: [URL]http://filp.github.io/whoops/[/URL] Github page: [URL]https://github.com/filp/whoops[/URL][/QUOTE] It was you who made it? :D Congratz on L4 implementation! EDIT: You look nothing like your avatar. Hurr durr.
[QUOTE=Bambo.;40287595]Hey! I attempted to create a Spotify App just to test my skills at web development (coming from a mainly C# background) and this is the end result, CampFire. [video=youtube;knWlxuJVCaM]http://www.youtube.com/watch?v=knWlxuJVCaM[/video] Hopefully if i can generate enough interest, it'll help me get it onto the official Spotify app finder. C&C is very welcome![/QUOTE] Fuck you, I don't use spotify but that looks freaking nice
[QUOTE=StinkyJoe;40287872]I'm currently working on [B]whoops[/B], inspired by charlie's better_errors library. [IMG_THUMB]http://filp.github.io/whoops/screen.png[/IMG_THUMB] Project page: [URL]http://filp.github.io/whoops/[/URL] Github page: [URL]https://github.com/filp/whoops[/URL][/QUOTE] Is it for symfony? Because thats lovely.
[QUOTE=StinkyJoe;40287872]I'm currently working on [B]whoops[/B], inspired by charlie's better_errors library. [/QUOTE] Did you posted that on reddit yesterday or something?
[QUOTE=asantos3;40288665]Did you posted that on reddit yesterday or something?[/QUOTE] A couple of days ago, yeah! [QUOTE=jung3o;40288511]Is it for symfony? Because thats lovely.[/QUOTE] It's very easy to implement with symfony. A bundled provider is in the plan, I've just been a bit busy/lazy to do it myself. [QUOTE=P1raten;40288338]It was you who made it? :D Congratz on L4 implementation! [/QUOTE] [QUOTE=jetboy;40288219]I didn't realize that was actually you who made that. Grats on having it implemented by default in Laravel 4.[/QUOTE] Thanks! It was a surprise, I woke up, took a glance at filp/whoops on packagist and had 700 installs for that day, at like 10am.
I just noticed, facepunch is in invite-only forum [url]http://facepunch.com/misc.php?do=vsaareginv[/url] [editline]15th April 2013[/editline] stinky, your apps are always really awesome. i.e. dirp
[url]http://facepunch.com/register.php[/url]
I'm working on a MVC framework. It's shit right now. Still, I'm only doing it because I want to learn how to do it. And I'll probably use [B]whoops[/B]. EDIT: So far I can brag about my framework using the "MV" architecture. View is next on the list!
[QUOTE=P1raten;40291616]I'm working on a MVC framework. It's shit right now. Still, I'm only doing it because I want to learn how to do it. And I'll probably use [B]whoops[/B]. EDIT: So far I can brag about my framework using the "MV" architecture. View is next on the list![/QUOTE] Er, you mean the "MC" architecture.
Found this in a view file today... [code] <% cookies.delete :after_login %> [/code] Resisting the urge to git blame them and find the original author's house.
I got hired as a full-time web developer.
[QUOTE=TehWhale;40295823]I got hired as a full-time web developer.[/QUOTE] How long have you been doing this? Just wondering.
alpha stage on [url]http://jung3o.com/dynamiclibs/[/url] (back) :v: It's like madlibs. some features are currently useless. (i.e. Password & Public) Hoping my bandwidth isn't shitted on.
[QUOTE=TehWhale;40295823]I got hired as a full-time web developer.[/QUOTE] I've applied for a job as a full-time web developer myself. Hopefully they'll call me this week and let me know.
Is anyone here member on forrst and maybe could give a vote for access? [url]http://forrst.com/i/mWYb[/url]
[QUOTE=j4NZKUE;40300040]Is anyone here member on forrst and maybe could give a vote for access?[/QUOTE] A link to your Forrst profile would help?
[QUOTE=Jelly;40300107]A link to your Forrst profile would help?[/QUOTE] Whoops, forgot :D
Anyone know of a good lib for PHP that handles requests. Requested directory, method, etc. The way I'm using currently isn't exactly the best afaik.
Sorry, you need to Log In to post a reply to this thread.