You can use background-color: rgba(255, 255, 255, 0.6).
the rgba(RRR,GGG,BBB,AAA); is for Red Green Blue Alpha and can be applied to any color property in CSS. I usually use this over opacity, because opacity has this stupid flaw where it wants its childs to be it's opacity as the parent.
I...
Make of the laptop: MacBook Pro 15" (2.4 GHz Intel Core i5 Processor, 4GB DDR3 Ram)
How much you bought it for: $2.100
Do you use windows on it or have mac osx on it (or both)?: Both (Mac OS X 10.7.3 & Windows 7)
I would like to see your Terms of Use and Privacy Policies. Also I would like to know if people had any way to accept these before signing up on your website. It is a law to provide and let the visitor decide to accept these or not.
Also, do not start a harassing conversation here.
The problem with those "retros" which is privately owned and is actual a copyright flaw, you cannot trust nor do anything against the owners. If you buy anything for real money, it is up to you and I would never recommend doing so. As they have no legal copyrights and Terms of Service that is...
The non-cracked SWFs has a protection that checks if the hostname the SWF is hosted on is correct like *.habbo.com - where * would be a subdomain (like images.habbo.com). So in order to get it work on local servers (yes this includes also dedicated, vps' etc.) this protection will need to be...
He means you made a mistake here:
<p> Hello This is my first text at my HTML site</p> </html> </body>
It should be
<p> Hello This is my first text at my HTML site</p></body> </html>
Yes, because it's not obsolete for different browsers. This is telling how the browser should read and understand the document - it's important to note.
Good tutorial for newbies. But you should also explain the use if the title attribute in anchors, because it's helpful if you wan't to optimize your website for SEO etc.
Not possible. Only if you can apply version to the filename. The idea of cache is to load data faster when you already have seen it. And since it's Sulake stuff, you won't be able to do it.
Try one of below:
1. Make a folder with a file (index.html e.g.) and go to it in the browser.
2. Make sure theres no files that runs a script in the root if #1 works.
3. use netstat -ao and find established/listening processes using the port and terminate those who use port 80.
4. Reboot your...
This means that the mysql query has an syntax error.
A few things you can do to make your code better and easier to read:
1. Do NOT use $_(name) variables. Usually $_ is PHP/Zend global variables.
2. Use ` (apostrophe) when you make queries e.g. mysql_query("UPDATE `Members` SET `myLocation` =...
I use a lot of languages; (X)HTML(5), CSS(3)/Less/SCSS, JavaScript/jQuery, C#, Objective-C, Ruby, PHP and probably more (hard to get track of now)
But my absolute specialty is (X)HTML(5), CSS(3) & JavaScript/jQuery.
No. As I said you should go read about HTML & CSS. If you wan't to get your bugs fixed, you should be able to do it yourself. It's really simple and you get to use it in the future.