• Web Development - WAYWO - #8
    5,514 replies, posted
[QUOTE=TerabyteS_;40068204]Are there any good resources to learn rails tdd?[/QUOTE] I don't know if it's the proper way to do it. But I looked at a few things at [URL="http://railsforzombies.org/"]Rails for Zombies[/URL]
[QUOTE=TerabyteS_;40068204]Are there any good resources to learn rails tdd?[/QUOTE] [url]http://ruby.railstutorial.org/ruby-on-rails-tutorial-book[/url] this actually follows TDD for the whole book if I remember correctly. You could skim through and use that as a reference. This book goes over the whole process as well: [url]http://www.amazon.com/Agile-Development-Rails-Pragmatic-Programmers/dp/1934356549/ref=sr_1_1?ie=UTF8&qid=1364489214&sr=8-1&keywords=agile+web+development+with+rails+5th+edition[/url] It's not super up to date on the rails tech side of things but the testing stuff and the explanations of the process are good. TDD is kind of a big thing to jump in to if you're not used to it, so don't get discouraged if you feel like you're working a lot slower at first. There's some stuff that can be tricky to test correctly, but that is stuff you learn as you go, and even having a mediocre test suite is better than no test suite.
I'm trying to make a portfolio website but I have no clue what it should look like :/ Do you guys have any examples for me?
[QUOTE=Mega1mpact;40072393]I'm trying to make a portfolio website but I have no clue what it should look like :/ Do you guys have any examples for me?[/QUOTE] Express yourself. Don't go with something generic, you'll just blend into the crowd. Also, get a pen and paper.
Since I now have unlimited Storage I could make some kind of file/picture sharing. But my brain is dead when it comes to names.
Most hosts that offer "unlimited" storage and bandwidth have clauses in their terms of service that prevent you from running file sharing websites on them.
No worries, I made sure I won't get into trouble. I talked with and read their TOS before changing host. But I actually kept the old host because the new one only had support for PHP5.1 when my previous had 5.3. So SweFox.nu is on previous with 500GB/5TB month and AdventureFox/Time etc is on the new one. I think that was the best solution. [editline]28th March 2013[/editline] If I would do it thought, it would be more of a private site than public.
-snip-
Aaaand the shopping cart is done. Now I just have to write the checkout piece tomorrow, which should be easy as pie because I will be using [url=https://stripe.com/]Stripe[/url].
[QUOTE=Amiga OS;40076309]You sound like you are having fun with this.[/QUOTE] I am haha. Writing some of the best code I've written and it feels good. I've always wanted to do ecommerce from scratch too, but never really had a project to do it for.
I'm currently working on my portfolio site. I really like the direction it's going :D not sure about what I'm gonna do with the background yet though [url]http://BasBieling.com/[/url]
[QUOTE=ruarai;40103899]First attempt at (properly) writing css, how'd I do? [url]http://www.gildedclockwork.biz/[/url][/QUOTE] Looks good. However, I wouldn't overuse the border-radius or the box-shadow. I would also consider changing the font to something more readable. Apart from that, good going.
Yay I'm almost done :dance: [url]Http://BasBieling.com/[/url] [img]http://i.imgur.com/lL7zTg9.jpg[/img][img]http://i.imgur.com/7ZAddoI.png[/img] I just need to clean up the css and finish filling up my projects tab. Also should I leave the icons the way they are (showing just a little bit) or should I hide them until you hover over the tabs.
[QUOTE=Mega1mpact;40110335]Yay I'm almost done :dance: [URL]Http://BasBieling.com/[/URL] [IMG]http://i.imgur.com/lL7zTg9.jpg[/IMG][IMG]http://i.imgur.com/7ZAddoI.png[/IMG] I just need to clean up the css and finish filling up my projects tab. Also should I leave the icons the way they are (showing just a little bit) or should I hide them until you hover over the tabs.[/QUOTE] Probaly hide them. It pisses me off that I can see part of the icons except the info / about one.
[QUOTE=Killervalon;40111087]Probaly hide them. It pisses me off that I can see part of the icons except the info / about one.[/QUOTE] Changed it
[t]http://i.imgur.com/uiHF2ka.png[/t] Debug page.
[URL="http://www.danielchatfield.com/articles/april-fools-day/"]http://www.danielchatfield.com/articles/april-fools-day/[/URL] [IMG]http://files.danielchatfield.com/feqL+[/IMG]
Can anyone suggest some good PHP CMS systems that are easy to extend and modify?
Thinking about making a sv_loadingurl tutorial because so many people keep making threads about sv_loadingurl questions. It will contain some basic examples etc should I [img]http://www.facepunch.com/fp/ratings/tick.png[/img]do it [img]http://www.facepunch.com/fp/ratings/cross.png[/img]not?
[QUOTE=Mega1mpact;40130703]Thinking about making a sv_loadingurl tutorial because so many people keep making threads about sv_loadingurl questions. It will contain some basic examples etc should I [img]http://www.facepunch.com/fp/ratings/tick.png[/img]do it [img]http://www.facepunch.com/fp/ratings/cross.png[/img]not?[/QUOTE] I think you should ask that in the gmod section, not many people here in this section deal with that.
[QUOTE=Mega1mpact;40110335]Yay I'm almost done :dance: [url]Http://BasBieling.com/[/url] [img]http://i.imgur.com/lL7zTg9.jpg[/img][img]http://i.imgur.com/7ZAddoI.png[/img] I just need to clean up the css and finish filling up my projects tab. Also should I leave the icons the way they are (showing just a little bit) or should I hide them until you hover over the tabs.[/QUOTE] For some reason part of your #card tends to wobble a little when I hover mouse on the tabs. Might be my Chrome but I thought I'd tell you about it.
[QUOTE=Worre;40132334]For some reason part of your #card tends to wobble a little when I hover mouse on the tabs. Might be my Chrome but I thought I'd tell you about it.[/QUOTE] I have the same problem but I can't figure out why it's doing it :/
I've been working on this for the last two days (warning: NSFW): [URL]http://cestil.herokuapp.com[/URL] It's a node app that uses the Tumblr API to act as a "mask" over the blog (again, NSFW) [URL]http://www.bonjourmadame.fr/[/URL]. It basically fetches information about the blog and the single blogposts and caches it, and it's also able to detect when a new post has been added and update its cache to properly add it in. It doesn't really have any practical use other than having a "random" function which the original doesn't have and more accessible buttons, but maybe I could add some features that the original doesn't have. Since it uses history.pushState clientside, you're only really loading the first page you visit fully, and the following pages are all loaded with AJAX. All in all, it was a great exercise in node development and clientside js development. Plus, building a porn site (even a small one) is a weird thing to do and my friends really liked it when I showed it to them (and they ended up browsing for quite a while) :v:
Really quick work for Information Systems class: [url=https://dl.dropbox.com/u/5169714/Dev/17728SantosAndre/redes_sociais/index.html]dropbox stuff[/url] What do you think? Changes?
[QUOTE=asantos3;40136187]Really quick work for Information Systems class: [url=https://dl.dropbox.com/u/5169714/Dev/17728SantosAndre/redes_sociais/index.html]dropbox stuff[/url] What do you think? Changes?[/QUOTE] needs facepunch. :v:
[QUOTE=jung3o;40136199]needs facepunch. :v:[/QUOTE] Gmod is there, fp doesn't quite fit.
fp is definitely a social network a mix between 9gag and reddit and 4chan and oh god everything is shit
its not all that bad, imagine taking a pile of shit and sculpting it into something beautiful it's beautiful, but it's still full of shit you grow to love it, though
Does anyone have some pretty serious experience with EC2? I'm willing to pay for your time.
Do you mean Amazon Elastic Computing?
Sorry, you need to Log In to post a reply to this thread.