No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
16 Posted Topics
Re: Unfortunately Repsonsive Web Design isn't really a "NEW" term - http://alistapart.com/article/responsive-web-design I completely agree with AssemblyGUy and that it can be used in parallel with SEO to bring more visitors to your site. (aka having a wider audience) Also you may want to take a look at: http://moz.com/blog/seo-of-responsive-web-design | |
Hello, Our page has a blog, which I recently went through and edited to match our comapny's website. Unfortunately, during the transition, the new blog design didn't pick up the styles as it does in Chrome and Firefox. Normally, I'd be able to troublehsoot this one, but I'm at a … | |
Hello everyone again, I'm trying to do some web studies here and of course, digging deeper into responsive web design. Recently I came across this web page: http://kumanimedia.com/portfolio You will notice when you rescale your browser window, the boxes fluxuate based on it's size. On that, I inspected the element … | |
Hello, in the midst of creating my Responsive Webpage - http://turningheadssalons.com/index.html - You will notice that my menu and pages are all responsive. What I'm trying to achieve is a better way to construct my menu and navigation. (As you can see it overflows when the floats are cleared below … | |
Re: A serious disavantage (but this goes with any Wordpress blog), is the amount of spam you will recieve. Unless you install Askimet and Growmap Anti Spambot Plugin, you'll be recieving quite a bit of unneccessary comments. | |
Re: Disadvantages? The only disavantage is the amount work and effort you need to produce to make it a reality (But thats debatable XD) | |
Re: Doing professional web design work isn't easy - especially if you haven't gone down that route before. If you're seriously interested in getting involved in this line of work and want to impress your clients, I would recommend the following: 1. Make sure you understand what your client wants / … | |
Re: You also may want to do a google search for dropdown CSS styling. I will agree with Jorge and your BEST bet is to view the source of the page. Another recommendation is to have firebug installed, that will be able to inspect the elements on the actual page. Google … | |
I'm struggling with acquiring the same consistent table size across all three primary browsers as shown below. http://i41.tinypic.com/izxrtu.jpg - Chrome http://i43.tinypic.com/24yctw6.jpg - Firefox http://i39.tinypic.com/2ceg3lj.jpg - IE I'm not sure if it's a coding issue or a table issue, but here's the primary CSS: body{ background-image: url(../DefaultBackground.png); background-repeat:repeat-x; background-color: #FFFFFF; border: … | |
Hello I have a webpage here: http://turningheadssalons.com/newabout.htm And as you can see, the H1 tag that says: "Who We Are" floats underneath it's parent container. The strange thing about this is, is that the inner container is embedded inside of the parent container, which by default, the parent container should … | |
Re: Once you have a solid idea of what kind of logo you want to design, then I would highly suggest you use Illustrator as what Evolution said. You will never have to worry about having it losing quality. | |
Hello, I'm trying to configure my search form to do a search within my site via google, when they hit the enter button. Right now all my search does is search google. <form action="http://www.google.com/search"> <input type="text" name="q" onkeypress="submitOnEnter(this, event);"/> </form> How can I get it to search my site via … | |
Hello everyone, If you haven't seen my form code so far here it is: <?php $host = "xxxxxx"; $username = "xxxxxxx"; $password = "xxxxxxxx"; $database ="xxxxxxxx"; $conn = mysql_connect ($host, $username, $password) or die ("could not connect"); $db = mysql_select_db($database, $conn) or die ("could not select DB"); $id=mysql_real_escape_string($_POST['id']); //This value … | |
Re: Joannie, there's lots of ways you can increase your page rank, but listed below are probably the top-two most effective ways. 1. Is to increase your number of backlinks. (Links on other websites that link back to yours. Also known as an inbound link.) 2. Make sure your website has … | |
Hello everyone, Over the past week, I've read several articles and have read several responses that the keyword tag can help you in some search engines (such as ask.com and yahoo.com) and can hurt you in some search engines (such as bing). Would anyone happen to have any insight to … ![]() | |
Hello, I'm trying to validate specific fields in my PHP form, such as FirstName, LastName, etc. I've tried several techniques so far from various articles to confirm these fields and nothing seems to work at the moment. Here is the code: <?php $host = "xxxxxx"; $username = "xxxxxxx"; $password = … |
The End.