just appreciate your family's company, the gifts you receive and shut the fuck up.
im not religious but I don't give a fuck what it's based on, it's a time of the year to celebrate whatever you want to celebrate and have a good time.
What?
You need to declare a doctype and open your html document with the <html> tag..
<head>
<title>Project Dual ~ </title>
<script type="text/javascript">
//<![CDATA[
try{if (!window.CloudFlare) { var...
Nope. That basically changes nothing. Go check out random websites and go look at their css. I guarantee you it'll be in pixels unless the website is made to be adjustable.
Just get whatever you feel like getting. Everybody is gonna have a different experience with different hosts. Same will go for you. If one host is not good, try another. That's the only real way you're going to find a good one.
And forget about those Blahwebs and similar website that will...
He cares you called him a dumbass, I was referring to the little explanation you tried giving him. of course knowing a little bit a programming allows you to understand variable, but that's not how it works in real life. and on top of that calling him a dumbass.. even if he is really one, isn't...
You're the dumbass. Do you really thinks he cares.
I really hated some teachers in high school, but that's the main reason I never did anything to piss them off, because that's the only thing they waited for and once that happened, they were the one having fun.
You could've added some styling atleast.. Just adding the following would've made it alot better.
input {
border: 1px solid #333;
border-radius: 3px;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
padding: 3px;
}
You should also avoid <center> tags as they're...
Hey guys, there's kids that can't eat a full meal per day and you're arguing what phone is the best.
Shut the fuck up. Everyone has their opinion, some will say it's the iPhone, some will say it's the Galaxy, some will say it's another one. Everyone is entitled to their opinion, but as soon as...
It takes 3 seconds to do a research and another 3 to copy/paste the code..
<script>
document.write("User-agent header sent: " + navigator.userAgent);
</script>
This writes what user agent the visitor has, but you can always change the code to match your needs, example:
<script>
var...
damn man you really need to find something more interesting to do
trolling done right can be funny, but this is not trolling, it's just trying to be funny but failing.
Private functions are functions within the classes that stays private, in other words no functions outside of that class can access that function.
Public is the opposite. Let's say you have class A with function AA and class B with function BB. If AA is public, then BB can access that function...