[QUOTE=Silentfood;45650759]dont call in jquery, not everyone wants an entire library included for one feature. also why don't you just do XHR which is how jquery does ajax? its more lines but overall less as you aren't bulking in a 90kb file[/QUOTE]
I didn't know XHR :) I just edited the script.js thnx :D
i've been revisiting my plug and play file streamer, i'm bad at website design but i'm somewhat happy with it at the moment
[t]http://up.nlan.org/cvCi.jpg[/t]
[url]http://nlan.org/netvid/[/url]
lots of code needs optimising but so far the framework's there
[QUOTE=Silentfood;45653655]i've been revisiting my plug and play file streamer, i'm bad at website design but i'm somewhat happy with it at the moment
[t]http://up.nlan.org/cvCi.jpg[/t]
[url]http://nlan.org/netvid/[/url]
lots of code needs optimising but so far the framework's there[/QUOTE]
That's sexy dude.
I bugged you about it before, but are client and host controls going to be implemented, or is that a tricky thing to pull off?
Working with a new startup, It's a site for collecting users & events close to your locations etc. Finland only tho.
So I'm redesigning the landing page atm, still WIP. Old site: [url]http://sportietown.com/[/url]
[T]http://cl.ly/image/3r311c21080w/landingpage_presentation_light_extended.jpg[/T]
[QUOTE=Th3applek1d;45655319]That's sexy dude.
I bugged you about it before, but are client and host controls going to be implemented, or is that a tricky thing to pull off?[/QUOTE]
its planned! i'm gonna try and get it done as my next task, i've just not got around to designing it yet.
[QUOTE=vladka24;45549141]That page must take a long time to load.[/QUOTE]
[url]http://test.vacstatus.com/[/url]
doesn't take long at all imo
[QUOTE=jung3o;45664697][url]http://test.vacstatus.com/[/url]
doesn't take long at all imo[/QUOTE]
In regards to making it faster, I tried with some performance tweaks using gtmetrix.com on my own site, dunno if it's useful for any of you others
Also [url=https://github.com/jokkedk/webgrind]webgrind[/url]
I failed to style a login form
[IMG]http://screen.tw4r.ga/shots/public/tW%20Password%20alpha.png[/IMG]
[QUOTE=tW4r;45686473]I failed to style a login form
[IMG]http://screen.tw4r.ga/shots/public/tW%20Password%20alpha.png[/IMG][/QUOTE]
Well if you want help you might want to show us some code
[QUOTE=Moofy;45686483]Well if you want help you might want to show us some code[/QUOTE]
Sorry for the ignorance on my part, I'd be grateful if someone could look at my code and help me have a vertical padding between the elements. I'm grateful for all other Coding/Design tips as I'm just starting out.
CSS:
[CODE]input[type=text], input[type="password"] {
display: block;
margin: 0;
width: 192px;
height: 24px;
float: right;
appearance: none;
box-shadow: none;
border-radius: none;
border-style: none;
}
input[type="text"]:focus, input[type="password"]:focus {
background-color: #D9DDE1;
}
label {
float: left;
display: block;
background-color: #D9DDE1;
width: 60px;
height: 24px;
}
.container {
width: 256px;
height: 320px;
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
margin: auto;
background-color: #EFEFF7;
}[/CODE]
HTML:
[CODE]<div class="container">
<label for="site">Site</label>
<input type="text" id="site"><br>
<label for="site">User</label>
<input type="text" id="user"><br>
<label for="site">Pass</label>
<input type="password" id="pass"><br>
<button type="button" onclick="Generate()">Generate</button>
</div>[/CODE]
[QUOTE=tW4r;45686604]Sorry for the ignorance on my part, I'd be grateful if someone could look at my code and help me have a vertical padding between the elements. I'm grateful for all other Coding/Design tips as I'm just starting out.[/QUOTE]
Padding is for space inside the elements, what you're looking for is margin if I understand you correctly.
[URL="https://developer.mozilla.org/en-US/docs/Web/CSS/box_model"]Look up the CSS box model[/URL].
However, whenever I style forms I usually make a wrapper around them and set the width to the width of the input elements, messing with pixels width's and forms has always been a hassle to me so I tackle it sorta like this: [url]http://jsfiddle.net/4yh7ogub/[/url]
I hope you can use it as a reference, also don't use <br> that much.
(My selectors are shit, I can probably make this less code but you can read this more easily.)
Can we please stop with "Made with <3 by ___". It was cool in the begining, but now it's everywhere.
[QUOTE=xmariusx;45686977]Can we please stop with "Made with <3 by ___". It was cool in the begining, but now it's everywhere.[/QUOTE]
[IMG]http://i.imgur.com/NEWzye5.png[/IMG]
[QUOTE=CBastard;45687163][IMG]http://i.imgur.com/NEWzye5.png[/IMG][/QUOTE]
I thought it was common to make sites in pure hatred.
I always loose so many keyboards to it
I need to intergrate paid subscriptions into a project I'm working on; does anyone have any suggestions on which service is cost effective and is rather straight forward to intergrate? I'm thinking about using [URL="https://stripe.com/au/pricing"]Stripe[/URL], however I'm open to suggestions.
STRIPE. You will [B]not[/B] regret going with stripe. You might regret going with paypal or something else. I can't say this enough: Stripe. Stripe. Stripe. Stripe. Stripe. Stripe. Stripe. Stripe. Stripe. Stripe. Stripe. Stripe. Stripe. Stripe. Stripe. Stripe.
I've used it on a few projects and it's been an absolute dream to work with.
[QUOTE=KmartSqrl;45699345]STRIPE. You will [B]not[/B] regret going with stripe. You might regret going with paypal or something else. I can't say this enough: Stripe. Stripe. Stripe. Stripe. Stripe. Stripe. Stripe. Stripe. Stripe. Stripe. Stripe. Stripe. Stripe. Stripe. Stripe. Stripe.
I've used it on a few projects and it's been an absolute dream to work with.[/QUOTE]
It's too bad you only can activate your Stripe account in 12 countries... I'd love to use it in my projects, but since Norway is just in "Beta" I can't.
[QUOTE=KmartSqrl;45699345]STRIPE. You will [B]not[/B] regret going with stripe. You might regret going with paypal or something else. I can't say this enough: Stripe. Stripe. Stripe. Stripe. Stripe. Stripe. Stripe. Stripe. Stripe. Stripe. Stripe. Stripe. Stripe. Stripe. Stripe. Stripe.
I've used it on a few projects and it's been an absolute dream to work with.[/QUOTE]
I've sort of only used PayPal and nothing else. Out of curiosity, how would Stripe compare to PayPal?
Take a look at the API docs for both and you will immediately see the huge difference.
Stripe is pretty tits, go with them. A good alternative, also for EU countries, is Paymill.
Just got my new iMac delivered, anyone got some good stuff about setting up your own webdev environment? I used Mamp on my air but thought I would make something a bit better for now.
[QUOTE=j4NZKUE;45701211]Just got my new iMac delivered, anyone got some good stuff about setting up your own webdev environment? I used Mamp on my air but thought I would make something a bit better for now.[/QUOTE]
You should really just do what feels right. If nothing else, there's always [url=https://www.apachefriends.org/index.html]XAMPP[/url].
+1 for Stripe, had the pleasure of dealing with them before, they are good people
Been updating my LuaServer's error page.
From this:
[img]http://i.imgur.com/zmSCL8Y.png[/img]
To this:
[img]http://i.imgur.com/1wBAbEu.png[/img]
Live demo: [url]http://kateadams.eu/exampleerror/Facepunch[/url]
Thanks guys! I'll go with Stripe then.
Does stripe accept anything but credit cards?
[QUOTE=LennyPenny;45707170]Does stripe accept anything but credit cards?[/QUOTE]
I believe they're planning on accepting Bitcoin soon
[url]https://stripe.com/bitcoin[/url]
Sorry, you need to Log In to post a reply to this thread.