Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
Ranked #4K
~7K People Reached
Favorite Tags

16 Posted Topics

Member Avatar for Nmalik1

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

Member Avatar for Shyamalanissi
0
562
Member Avatar for ACRDepos

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 …

Member Avatar for ACRDepos
0
366
Member Avatar for ACRDepos

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 …

Member Avatar for GrazerC0de
0
233
Member Avatar for ACRDepos

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 …

Member Avatar for ACRDepos
0
441
Member Avatar for johmny

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.

Member Avatar for ACRDepos
0
129
Member Avatar for Nmalik1

Disadvantages? The only disavantage is the amount work and effort you need to produce to make it a reality (But thats debatable XD)

Member Avatar for JorgeM
0
254
Member Avatar for active-worker

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 / …

Member Avatar for ACRDepos
0
848
Member Avatar for devianleong

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 …

Member Avatar for ACRDepos
0
126
Member Avatar for ACRDepos

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: …

Member Avatar for ACRDepos
0
252
Member Avatar for ACRDepos

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 …

Member Avatar for ACRDepos
0
2K
Member Avatar for joelbohm

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.

Member Avatar for riinfotech
0
272
Member Avatar for ACRDepos

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 …

Member Avatar for ACRDepos
0
134
Member Avatar for ACRDepos

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 …

Member Avatar for ACRDepos
0
141
Member Avatar for joanniecanchola

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 …

Member Avatar for joanniecanchola
0
356
Member Avatar for ACRDepos

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 …

Member Avatar for LastMitch
0
120
Member Avatar for ACRDepos

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 = …

Member Avatar for Octet
0
275

The End.