• Web Development - WAYWO - #8
    5,514 replies, posted
[QUOTE=djjkxbox360;45194229]I'm not talking down to anyone. And I always take and give help, it's what I do. It feels like I'm wasting my time if people don't appreciate it or don't take the time to Google their problems though[/QUOTE] Let me then show you how you give help without sounding like you are talking down to someone [QUOTE=Amiga OS;45183348][url]https://chrome.google.com/webstore/detail/jsonview/chklaanhfefbnpoihckbnefhakgolnmc[/url][/QUOTE] Wasn't that a lot easier, more helpful, and less dickish than a lmgtfy link?
[QUOTE=gokiyono;45194273]Let me then show you how you give help without sounding like you are talking down to someone Wasn't that a lot easier, more helpful, and less dickish than a lmgtfy link?[/QUOTE] No
snip you made a fucking banme thread and now you're back?
[QUOTE=jung3o;45194433]snip you made a fucking banme thread and now you're back?[/QUOTE] Feed the troll and you'll get banned too.
I've been reading NodeJS tutorials all of the last few days. They're either "Hello, World!" or way, way too far past "Hello, World!" It's like there's a giant gap in between super beginner and seasoned pro. :(
[QUOTE=wauterboi;45195109]I've been reading NodeJS tutorials all of the last few days. They're either "Hello, World!" or way, way too far past "Hello, World!" It's like there's a giant gap in between super beginner and seasoned pro. :([/QUOTE] There aren't many Node.js tutorials out there, but the documentation is fantastic.
[QUOTE=wauterboi;45195109]I've been reading NodeJS tutorials all of the last few days. They're either "Hello, World!" or way, way too far past "Hello, World!" It's like there's a giant gap in between super beginner and seasoned pro. :([/QUOTE] That's exactly what I meant. If you read the documentation for ExpressJS, it shows all the functions, but hardly any descriptive text.
[QUOTE=wauterboi;45195109]I've been reading NodeJS tutorials all of the last few days. They're either "Hello, World!" or way, way too far past "Hello, World!" It's like there's a giant gap in between super beginner and seasoned pro. :([/QUOTE] I've been reading this book for about a week now [url]http://www.manning.com/cantelon/[/url] which does throw you in a bit deep but it gives plenty of examples and some descriptive text to go along with them. Plus it seems to be ~fairly up to date, so I recommend it. Although I've learnt far more by editing and messing around with the examples in the book.
Anyone know much about WCF? I am currently hosting a Service on a website of mine, to do stuff with windows phone app. From what I can tell, you have to access the database information from the web service, which is understandable. However, if someone gets the link to the web service, can't they access any of the methods inside of the service? I am slightly confused about the connection problems. Does anyone have any information about this, I am wanting to move on, however not wanting to move forward with out fully understanding. Link to my WCF - so anyone can access it? Which confuses me... [url]http://wcf.lucaselzinga.com/[/url]
[QUOTE=LennyPenny;45193951]I must have been brainafk for not thinking about extensions, I'm sorry Thought it was some hacky ghetto dev mode or smth[/QUOTE] If you set the Content-Type header to application/json and then go into the Chrome developer tools preview it will actually do syntax highlighting [img]http://i.imgur.com/vpmWDhy.png[/img] [img]http://i.imgur.com/seAnPuN.png[/img]
Just finished my new website: [url]http://iiointeractive.com/[/url]
[QUOTE=TH3_L33T;45196023]Anyone know much about WCF? I am currently hosting a Service on a website of mine, to do stuff with windows phone app. From what I can tell, you have to access the database information from the web service, which is understandable. However, if someone gets the link to the web service, can't they access any of the methods inside of the service? I am slightly confused about the connection problems. Does anyone have any information about this, I am wanting to move on, however not wanting to move forward with out fully understanding. Link to my WCF - so anyone can access it? Which confuses me... [url]http://wcf.lucaselzinga.com/[/url][/QUOTE] Normally you would add some authentication to your service. Just like your website has public data and private data you only can access when logged in.
[QUOTE=Cbas;45197781]Just finished my new website: [url]http://iiointeractive.com/[/url][/QUOTE] You don't think the name is a bit too close to that other game company?
[QUOTE=mastersrp;45198674]You don't think the name is a bit too close to that other game company?[/QUOTE] Which game company?
Cbas hover over the Product menu item forth and back really fast and then move your mouse away. :v:
[QUOTE=Cbas;45204532]Which game company?[/QUOTE] io-Interactive ([URL]http://www.ioi.dk[/URL])
[QUOTE=Cbas;45197781]Just finished my new website: [url]http://iiointeractive.com/[/url][/QUOTE] oh hey, you're on Facepunch! Contacted you a few weeks back about your iioEngine. I love the ease of use of it.
[QUOTE=ms333;45204834]io-Interactive ([URL]http://www.ioi.dk[/URL])[/QUOTE] huh. missed them when I did my initial research on iio engine. I think its okay though, they're pronounced differently (ee-oh vs. eye-oh) and if you google "iio interactive", you can find my software. [QUOTE=Svenskunganka;45204563]Cbas hover over the Product menu item forth and back really fast and then move your mouse away. :v:[/QUOTE] haha. it doesn't do that anymore [QUOTE=commander204;45205011]oh hey, you're on Facepunch! Contacted you a few weeks back about your iioEngine. I love the ease of use of it.[/QUOTE] been on facepunch since even before the time I thought you put all of your header content inside the <head> element. I'm glad you like iio engine! v1.3 will be even more streamlined
So some friends of mine are playing DnD and are logging their progress online. Recently they asked me for an interactive map. Thought it was a challange. For now I made custom tiles now working with Google maps. [t]http://i.imgur.com/vuzenoA.jpg[/t]
So I had this moment of brilliance and made this [URL]http://www.tile8.com/[/URL] :downs:
make it fancier by using canvas
And make it nicer by using [URL=http://llllll.li/randomColor/]a better color generator[/URL].
Maybe if I'm bored again soon :v:
I decided to make one aswell, just without all that html [url]http://jsfiddle.net/722Z4/1/[/url]
[QUOTE=Lizart;45227090]I decided to make one aswell, just without all that html [url]http://jsfiddle.net/722Z4/1/[/url][/QUOTE] now make one without javascript :v:
[QUOTE=Lizart;45227090]I decided to make one aswell, just without all that html [URL]http://jsfiddle.net/722Z4/1/[/URL][/QUOTE] You are adding html elements as well? I add all of them when the page loads and you add them when you hover. Both end up with shittons of divs. [php] var box_size = 25; var box_margin = 1; var window_width = $(window).width(); var window_height = $(window).height(); var vertical_amount = window_height/(box_size+box_margin); var horizontal_amount = window_width/(box_size+box_margin); var total_amount = vertical_amount * horizontal_amount; for (var i = 0; i < total_amount; i++) { var box = document.createElement('div'); box.className = 'box'; document.getElementById('boxes').appendChild(box); }; [/php]
How are people here in terms of "hurr this guy has a business address on his website, let's dox him hurrr" when someone posts websites? I've been working on something that's just a static html/CSS webpage and I want some constructive criticism but I don't have the means to edit out the address and stuff until Sunday :p.
[QUOTE=RoflKawpter;45229346]How are people here in terms of "hurr this guy has a business address on his website, let's dox him hurrr" when someone posts websites? I've been working on something that's just a static html/CSS webpage and I want some constructive criticism but I don't have the means to edit out the address and stuff until Sunday :p.[/QUOTE] I have posted my data multiple times and had no issues. People here are fine.
i mean if you don't have whois privacy, your address can be seen by anyone
[QUOTE=jung3o;45229605]i mean if you don't have whois privacy, you're address can be seen by anyone[/QUOTE] Nah, I mean like business address [editline]27th June 2014[/editline] Ah well. This is my first static html/CSS webpage ever that may MAY be used so yeah. It's got that php flaw mentioned last page but it's on 000 Web host so I don't give a darn (plus I have a local backup). Not all the pages work but hey, it's a start. [url]www.pilapodapostache.net[/url]
Sorry, you need to Log In to post a reply to this thread.