Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
57% Quality Score
Upvotes Received
2
Posts with Upvotes
2
Upvoting Members
2
Downvotes Received
2
Posts with Downvotes
1
Downvoting Members
2
0 Endorsements
~9K People Reached
About Me

web design

PC Specs
imac G5
Favorite Forums

17 Posted Topics

Member Avatar for iamthwee

This is a good article for all web designers/developers not just beginners. I still see sites that use too many different fonts just to be cute or whatever. Another thing to add is to make sure you are using web fonts like Google fonts or Typekit, etc. that work well …

Member Avatar for Sandaruwan_1
5
827
Member Avatar for newbi11

For footers or headers that have a lot of things like extra divs in them, I've added images as a background in the css code to place a static image: .footer { position: relative; background: url(../images/Main/header.png) no-repeat center center; top: 0px; left: 0px; padding: 0; margin: 0; width: 975px; height: …

Member Avatar for alisajjad160
0
5K
Member Avatar for richardham31

Agree that you learn HTML, CSS and possibly DOM before you mess with Photoshop, etc. Also, programs like Dreamweaver and others allow you to view HTML code side-by-side with a visual preview of what the HTML is doing. For someone with a graphics background like I had, this made it …

Member Avatar for jenniferjudy2
0
326
Member Avatar for safeer008

I would imagine that it would depend on what theme the child theme is based upon. For example, if you create a child theme from say Twentythirteen then there should be no copyright. But what if it's a child theme based upon a "paid for" theme? what if you're making …

Member Avatar for mattster
0
223
Member Avatar for RikTelner

With a header graphic like this I would make the text part of the graphic so I could make it stand out with dropshadow or other affects using Photoshop or some other image editor. Otherwise, I try to make my text NOT part of the graphic for a smaller file …

Member Avatar for Dani
0
151
Member Avatar for sofiaross06

I would first look at the source code. For Wordpress CMS you will see "wp" used in may areas: src='http//website.com/wp-content/themes...' I would expect that Drupal and Joomla have similar telltale signs as well.

Member Avatar for samjom
0
107
Member Avatar for Siberian

I haven't yet used GWD but I've downloaded it awhile ago. You can always ask this question in the GWD forums like this guy did: https://groups.google.com/forum/#!searchin/gwdbeta/extra$20code/gwdbeta/qc0ErAwR_Oc/-XajIclTvGUJ

Member Avatar for webhawk
0
204
Member Avatar for Pablo149

I too have created many static and WordPress and other CMS sites. Like Pritaes said, multiple changes again and again are the most frustrating. I like to let them know up front that they are allowed 3 change requests before I start charging them extra for new changes. Now this …

Member Avatar for webhawk
0
213
Member Avatar for webhawk

All too often I've seen folks bang their heads against a wall trying to figure out why their HTML or CSS code isn't working correctly. I've done it myself at times. When we find the reason, it's usually a silly typo we made somewhere in the code that's the culprit. …

Member Avatar for pritaeas
0
197
Member Avatar for Johnpeter304

I have to agree with others who are basically saying that you should never create and promote a company when you don't know the first thing about the services you are offering. Your low prices undercut the rest of us who actually DO know what we are doing. I just …

Member Avatar for webhawk
-1
278
Member Avatar for joemathew

Ummmm... HTML has one more letter than CSS? (sorry had to be a smartass for this question)

Member Avatar for webhawk
0
426
Member Avatar for sathyakumar23

Yes, image mapping has been around a long time. I've used it in the past with Dreamweaver. It's a fast and easy way to get the job done but I have also been using absolute positioned divs as well according to my needs.

Member Avatar for webhawk
0
113
Member Avatar for sathyakumar23
Member Avatar for webhawk
-2
84
Member Avatar for opelio4n

I usually add the arrow as part of my jQuery code that makes the dropdown function. Like here: http://stackoverflow.com/questions/13516767/jquery-toggle-dropdown-menu-with-toggle-arrow

Member Avatar for webhawk
0
141
Member Avatar for yaragalla_mural

Veedeoo has given a nice workaround that basically does the same thing as javascript includes. Good for when you can use javascript.

Member Avatar for webhawk
0
171
Member Avatar for Transcendent

Another problem with forms is that they can look very different depending upon which browser you're using. I've used things Fomralizer in the past to force the same look and feel for all browsers. http://formalize.me/

Member Avatar for webhawk
0
293
Member Avatar for webhawk

How do I edit an email form reply from a customer back to the website owner so that it does NOT show empty text field areas that were left blank by the user? I know this is not possible with just regular HTML froms but I heard that maybe there …

Member Avatar for webhawk
0
175

The End.