• Web Development - WAYWO - #8
    5,514 replies, posted
[url]www.circleprefect.com[/url] It's sort of eh. Someone said it reminded them of a website from the early 2000's. The backgrounds for the boxes will be expanded so they don't tile at bigger resolutions. It's probably best viewed in an 800x600 window, as that's what it was originally designed for (recently discovered box resizing, hah). Under server details, each header might get its own box. Yes, the logo smells.
[QUOTE=Miljaker;42360070]Anyone tried out google webdesigner yet? [URL]http://www.google.com/webdesigner/[/URL] I just downloaded but I noticed it automatically set my language to Dutch instead of English with no way of changing it. Looks pretty awesome otherwise. Kinda shitty you can't open files not created with it.[/QUOTE] [url=https://dl.dropboxusercontent.com/u/113529150/Website%20Designs/dongs420/index/index.html]yeah, I gave it a try.[/url]
[t]http://i.imgur.com/nAPsXh1.png[/t] Entire form/page is generated and validated from this: [URL]https://gist.github.com/sebmck/c5561cd5d351df5b543a[/URL] Very DRY.
Working on a clients event pre-launch website. [T]http://f.cl.ly/items/202W2X3J0k1C23193h0q/website-design-concept2.jpg[/T] Still an early mockup, no real details
[t]http://i.imgur.com/QRFqMCP.png[/t] Transmission torrent client.
I am totally sold on graph databases now. Neo4j is almost hilariously powerful. This piece of code... 1. gets all the things liked by a user 2. sticks them in a collection 3. finds all the people who have liked the things the user has liked, and then finds all the things that they have liked 4. filters out any things that are in the collection from step 2 5. counts the number of likes each thing has 6. sorts the things we've found from most likes to least likes and then returns an array of database row IDs for them. And look how fucking short it is: [code] Neoid.db.execute_script(" m = [:] u = g.idx('node_auto_index').get(unique_id_key, user_unique_id).next() u_likes = [] u.out('likes').aggregate(u_likes).in('likes').out('likes').except(u_likes).groupCount(m).iterate() m.sort{-it.value}.collect{it.key.ar_id} ", unique_id_key: Neoid::UNIQUE_ID_KEY, user_unique_id: neo_unique_id).to_a [/code] And the 5th and 6th line are the only ones doing the real work. The first one just creates the map that will hold the items ranked by number of likes, the second one finds the user we are searching from, the third one just sets up the collection to hold the user's likes, and the first and last lines obviously run the query (with the last one providing the parameterized values we need to find the user).
did some very very basic xml embedding into a html document. just started working xml documents and html. Luckily I know Javascript already, so the script used in embedding the XML was way easy to figure out.
-snip-
[QUOTE=war_man333;42372012]did some very very basic xml embedding into a html document. just started working xml documents and html. Luckily I know Javascript already, so the script used in embedding the XML was way easy to figure out.[/QUOTE]Encouraging. Will update with some content in a bit. New logo on the the [url=http://www.circleprefect.com/]webpage [/url] tho.. Btw, I learned from somewhere that I think a heading like this helps with Google indexing, the numbers at the top being how many letters the Google robots (or whatever!) read [CODE]<head> <title>Terraria Hosting, 50 Cents and Under Per Slot, Monthly Reserve.</title> <!-- 123456789 123456789 123456789 123456789 123456789 123456789 123456789 1 2 3 4 5 6 7 --> <meta name="description" content="Circle Prefect, Terraria Hosting, 50 cents and under."> <meta name="keywords" content="terraria, game, host, hosting, slot, 255, west, coast, redigit, demilogic, relogic, month, monthly, reserve, circle, prefect"> <meta name="robots" content="all,index,follow"> <meta name="revisit-after" content="7 days"> </head> [/CODE] But this was several years ago. This could be irrelevant (I did not make the format for the heading)
What education do you guys have/are you guys taking? Mine is kind of like this; [url]http://hst.mit.edu/[/url]
[QUOTE=war_man333;42376993]What education do you guys have/are you guys taking? Mine is kind of like this; [url]http://hst.mit.edu/[/url][/QUOTE] I go to university this Saturday, I'm starting a degree in Computer Science at Cambridge University. [editline]2nd October 2013[/editline] I present to you, my new and revamped website - it's not quite as finished as I would have liked and it's missing a product as I haven't finished it yet but as I'm going to university soon I wanted to push it before I go. Any feedback is very welcome. [URL="http://www.volcanicpixels.com"]http://www.volcanicpixels.com[/URL] If you need an SSL certificate then I'm your guy! I've tried to make the best possible order experience after being very unimpressed by the current options. I'm currently targeting App Engine users as I found the process of setting up a certificate with App Engine to be non-straightforward (it requires both the certificate and the key to be in a special format and doesn't give a helpful message if they are not, it just rejects them) but I also provide the unformatted certificates so they can be used with any host. If you don't need an SSL certificate then I'd appreciate it if you could order a dummy one from the sandbox site:[URL="http://beta.volcanic-pixels.appspot.com/"] http://beta.volcanic-pixels.appspot.com/[/URL] (enter 4242 4242 4242 4242 as the credit card with any valid expiry and CVC) and give me some feedback on the process. If you are an advanced user then you can upload a CSR by clicking "upload csr".
[QUOTE=daniel_c;42377128]I go to university this Saturday, I'm starting a degree in Computer Science at Cambridge University. [editline]2nd October 2013[/editline] I present to you, my new and revamped website - it's not quite as finished as I would have liked and it's missing a product as I haven't finished it yet but as I'm going to university soon I wanted to push it before I go. Any feedback is very welcome. [URL="http://www.volcanicpixels.com"]http://www.volcanicpixels.com[/URL] If you need an SSL certificate then I'm your guy! I've tried to make the best possible order experience after being very unimpressed by the current options. I'm currently targeting App Engine users as I found the process of setting up a certificate with App Engine to be non-straightforward (it requires both the certificate and the key to be in a special format and doesn't give a helpful message if they are not, it just rejects them) but I also provide the unformatted certificates so they can be used with any host. If you don't need an SSL certificate then I'd appreciate it if you could order a dummy one from the sandbox site:[URL="http://beta.volcanic-pixels.appspot.com/"] http://beta.volcanic-pixels.appspot.com/[/URL] (enter 4242 4242 4242 4242 as the credit card with any valid expiry and CVC) and give me some feedback on the process. If you are an advanced user then you can upload a CSR by clicking "upload csr".[/QUOTE] So you want me to buy a SSL cert by entering my Bank Card number on a site [B]with out[/B] SSL? Not a good sign.
[QUOTE=benjojo;42378032]So you want me to buy a SSL cert by entering my Bank Card number on a site [B]with out[/B] SSL? Not a good sign.[/QUOTE] The main site does have SSL, the sandbox does not. [url]https://www.volcanicpixels.com[/url] Also: The credit card details are never sent to our server, they are sent to stripe (which uses ssl regardless of whether you have loaded the ssl version of my site or not) via javascript straight from the page, a stripe token is then sent to our server. This token can only be used by us as it is linked to our secret key. Soon I will enforce SSL (just don't want to do that until I'm certain everything is fine as it isn't something you can just undo once google starts linking to https)
Either way by using Stripe you must have SSL (as they say on their site), regardless of whether the details go through your server or not.
[QUOTE=Snakess;42378360]Either way by using Stripe you must have SSL (as they say on their site), regardless of whether the details go through your server or not.[/QUOTE] I do have SSL, I just hadn't flicked the switch to force users to use it which I have now done. Stripes SSL requirements do not apply to their own sandbox API (which is what the sandbox version of the site uses). You will now need to access the sandbox via [URL="https://beta-dot-volcanic-pixels.appspot.com/"]https://beta-dot-volcanic-pixels.appspot.com/[/URL] otherwise you will get a warning that the ssl certificate is not correct.
[QUOTE=war_man333;42376993]What education do you guys have/are you guys taking? Mine is kind of like this; [url]http://hst.mit.edu/[/url][/QUOTE] I just have a high school diploma. If you are good at networking, you really don't need a degree for this industry.
[QUOTE=KmartSqrl;42379915]I just have a high school diploma. If you are good at networking, you really don't need a degree for this industry.[/QUOTE] THANK GOD! I'm not the only one! Have been feeling I've fucked up my future for not continiue on with education.
[QUOTE=Svenskunganka;42380458]THANK GOD! I'm not the only one! Have been feeling I've fucked up my future for not continiue on with education.[/QUOTE] Not at all, in web development your portfolio is much more important than your education.
[QUOTE=Svenskunganka;42380458]THANK GOD! I'm not the only one! Have been feeling I've fucked up my future for not continiue on with education.[/QUOTE] You have to be really on top of always improving your skills and keeping connections open with the right people. Absorb and learn as much as you can and make sure that everyone you talk to knows how passionate you are about it.
I don't even have my high school diploma yet. Also turning NYX into more of a platform/framework, you can either write your own modules or choose from the built-in ones. There are also module packs which are just a collection of related modules that you can disable/enable in bulk. It'll be great for internal enterprise apps and stuff like that because you can rapidly prototype, even faster than Rails because of how DRY everything is.
[QUOTE=Jelly;42380928]I don't even have my high school diploma yet. Also turning NYX into more of a platform/framework, you can either write your own modules or choose from the built-in ones. There are also module packs which are just a collection of related modules that you can disable/enable in bulk. It'll be great for internal enterprise apps and stuff like that because you can rapidly prototype, even faster than Rails because of how DRY everything is.[/QUOTE] Rad. Is this up anywhere we can peek at it? I've been coming to the realization that it would be nice to have a layer above something like rails that does even more work for you, because a lot of the code you end up writing when you build apps is still simple CRUD stuff, and can definitely be made way more DRY than they way rails encourages you to build. [editline]2nd October 2013[/editline] I've been getting so many work offers thrown my way lately that I couldn't even take them all if I had a second copy of myself. I'm seriously considering starting up a consultancy again except finding a few good people to employ/subcontract this time around.
[QUOTE=KmartSqrl;42380958]Rad. Is this up anywhere we can peek at it? I've been coming to the realization that it would be nice to have a layer above something like rails that does even more work for you, because a lot of the code you end up writing when you build apps is still simple CRUD stuff, and can definitely be made way more DRY than they way rails encourages you to build.[/QUOTE] Not yet, I do have it on a private Github repo but I'm not comfortable with opening it up because of the infrequency of my commits and the commit messages. It's really opinionated at the moment and the markup generation is bound to Bootstrap which I'm not sure if I should change or not.
[QUOTE=Jelly;42381059]Not yet, I do have it on a private Github repo but I'm not comfortable with opening it up because of the infrequency of my commits and the commit messages. It's really opinionated at the moment and the markup generation is bound to Bootstrap which I'm not sure if I should change or not.[/QUOTE] I don't think being bound to bootstrap this early on is a terrible thing. Is there an easy mechanism for people to plug different generators in if they want to?
[QUOTE=KmartSqrl;42381181]I don't think being bound to bootstrap this early on is a terrible thing. Is there an easy mechanism for people to plug different generators in if they want to?[/QUOTE] Not at the moment, no. Shouldn't be too difficult though. I'll see if I can split the markup generators into modules.
Funny, was just talking to my parents about how it was a mistake to continue after high school. I could have spend the last 4 years improving the skills I will actually use instead of wasting time for shit like "game design and development" that eats away half a school year. Here are some hours spend on some classes I take. 200 hours Cisco (CNA) 112 hours Presentation (Half of it Dutch and half English) 200 hours Math (Mostly shit already learned at highschool) 250 hours spend on classes that teach you how to do school And these are some of the more useful classes. So many hours wasted on shit like "working together", "how to deal with conflicts" (just watch "[URL="http://www.youtube.com/watch?v=nSf3YB_g79s"]Straight talking[/URL]") and of course how could I forget "thinking creatively" where we had to write a paper with very strict rules about how it has to be written. It does feel good I will have a paper to show but I don't think its that much of a requirement these days. You can teach yourself everything programming related if you are motivated. The best part is just the student life that comes with going to uni.
[QUOTE=KmartSqrl;42379915]I just have a high school diploma. If you are good at networking, you really don't need a degree for this industry.[/QUOTE] I know that, not trying to say the opposite of you. Garry's a pretty good example.
Macaw kickstarter; might be late [url]http://www.kickstarter.com/projects/1658523427/macaw-the-code-savvy-web-design-tool[/url] Not interested in Macaw anymore but here it is [editline]2nd October 2013[/editline] [QUOTE=Milk.;42331772]New here -- Opinions please? No BS filesharing site; [IMG]http://puu.sh/4C1Zy.jpg[/IMG][/QUOTE] Since you or your client has not purchased the domain name yet, if it is your choice to make the name is bad in my opinion
[QUOTE=Svenskunganka;42380458]THANK GOD! I'm not the only one! Have been feeling I've fucked up my future for not continiue on with education.[/QUOTE] I had a 3.5+ GPA until junior year when I just up and left, and got my GED.
Made this today [url]http://uni.spero78.com/example/[/url] I have been set an assignment at uni to create a dvd rental website, just messing around with some homepage ideas
help I'm doing monsterous things with Less [img]http://i.imgur.com/4xQEh66.png[/img] [css] table { width: 100%; border-spacing: 0; text-align: center; position: relative; tbody { counter-reset: number; tr { counter-increment: number; td:first-child { &:before { content: counter(number); } &:after { content: 'th'; } } &:nth-child( 1 ) { td:first-child:after { content: 'st'; } } &:nth-child( 2 ) { td:first-child:after { content: 'nd'; } } &:nth-child( 3 ) { td:first-child:after { content: 'rd'; } } &:nth-child( 2n - 1 ) { background: rgba( 0, 0, 0, 0.5 ); td:first-child { border-top-left-radius: 5px; border-bottom-left-radius: 5px; } td:last-child { border-top-right-radius: 5px; border-bottom-right-radius: 5px; } } } } }[/css]
Sorry, you need to Log In to post a reply to this thread.