-
How do you use Social Media for your business?
For us, social media is a huge part of our marketing. We can share new products, industry news, blog posts, etc. Additionally, our clients can contact us any time through these methods-and they do. I think the engagement shows our clients that we are real, we're here for them and we care about what they have to say. If people love a company they are more likely to tell others about it or share their posts. It adds a more human aspect to a medium that seems really cold and unfeeling.
-
IE the most hated browser
Agreed!!! We don't even use it here at work. It is unpinned from the task bar first thing!!
-
Music while working
I actually pay for the internet service with SiruxXM. I stream Octane here at work and drive the others crazy!!!!
-
what does your computer case look like?
Awesome Thread!!
-
-
Processor
What motherboard are you using? Of course is it AM3 or AM3+ ?
-
hello all
Hello 4all! If you're here for learning, it appears that you've come to the right place! Just sit back and read, if you have any questions yourself don't be afraid to submit a question and the people here should be happy to help you. And congratulations on your aptitude for languages, you are much more literate than me. Have a nice day!
-
Macbook Pro/Air - decision time.
What I've heard about the Macbook Air is that it has no CD Drive, and one USB port, which renders it useless in my opinion. That could have been a false conjecture, but when buying a laptop you want it to have all of the functionality of a desktop, and that comes with power in mind. A Macbook Pro can fulfill just that, while also being just as convenient and portable as a Macbook Air.
- Server
-
Which Laptop should I get for Web Designing?
Apple Laptops come with graphic design interface in mind, and have exceptional versions of graphic design software that I think you would find intriguing. It may seem like hype, but they have quite a wide range of features that are very capable, especially in the design area. I apologize in advance for not answering your question to the fullest, but as soon as I saw your question the first thing that came to mind was: Macbook Pro. O.O
-
Getting Started
I would say the best way would be to use flash, or customize your own buttons and then use hover attributes to code one in html. There are quite a few ways to accomplish this and they aren't very difficult. Just do some research and you should be able to find a code easily enough,
-
Advice – index.html or index.php?
As long as you provide inline PHP that nests with your commands and your command is recognized as executable, then there shouldn't be a problem with .html. However, with large PHP files, I've learned it's simpler to just use the .php extension. It also looks cooler
-
Pop up windows — your opinion?
In the use that you want it for, I don't see any problems with having a pop up comment that the user uses. It's simple, and it gets the job done. The only time I don't like popups are when they are for a general message that conveys: 'whatever you're trying to do, no.' And I think you may be right about the popups, which shouldn't be a problem. I hope my input helps, I say yay personally.
-
Jutted navigation bar with extra space
I find the most difficult part of hard coding CSS is the tiniest bits of math involved. Try applying border-width, margin, cell-padding or any other space creators to 0px; or finding out what elements could have some properties that are causing your nav bar to be just a little bigger that it's supposed to be. If you can't adjust the bar's width itself, then there are other elements inside it that are cramming it beyond its width. Other than that, it could be wrapping to fit the entire element, while the yellow bar underneath simply is not. I hope that helps!
-
Heading tags increase font size
The point of the different header tags is to allow differentiation and different levels of integrated boldness for your...well...headers. It's quite a simple matter of using css to format your headers, or any object for that matter, in any way you please. But FYI, the different headers start with the largest with the h1 tag, then get increasingly smaller.
-
Beginner Question – Div id/Class
I find that just using classes is a great way to go, or ID's if I just feel like getting inventive. Since I started coding I haven't really known any specific differences, and just found it too menial to try to differentiate. Oh well, they both work for most functions that you as the coder could have in mind, save for the details that our mods can cook up