sheriffderek
-
Installing wordpress in a subfolder to enhance security
The first thing I like to do with a new site is get up an index.html with the simple info like, title and description so that crawlers can grab some information in advance of site launch. Or if a client has a live site up, you can leave it there whi…
-
How Does a Wordpress Powered Blog Work?
If you just want a simple no frills blog on a webpage, you can just embed a tumblr. @tomrogers123(This website is built with WordPress and I do not consider it a small blog. ) I think of WP as a PHP frame work with a friendly backend user interfac…
-
overflow:hidden alternative for IOS
I see the bottom of the phone sticking out of the div and the bottom border is gone. Is that what you mean? In any event, I use overflow hidden all the time on responsive sites and this is never an issue but many things affect each other. There is p…
-
Toggle driving me crazy in responsive design
I was having the same issues. Listening to widow width with javaScript is problematic - so I made this to figure out the lightest way this could be done. It used media queries instead of javaScript to detect window and toggleClass() and falls back f…
-
what is the size of mobile apps icons , screen and image
What mobile app icons? There are many different sort. Like apple's iOS icons? And what do you mean by image? http://developer.apple.com/library/ios/#documentation/userexperience/conceptual/mobilehig/IconsImages/IconsImages.html
-
Html coding for emailers/newsletters
Solid lists. I just wanted to mention that most of these tags work great for craigslist ads too - so you'll have that under your belt as well.
-
Responsive Web Design
The viewport meta is the first part of the solution. But I would write it like this, so that the user can still zoom if they want: For testing purposed, I would comment out all of the stuff that is not totally necessary. Then - I would remove the…