Everything posted by ilovedesignweb
-
What is pet name?
My horse name is Django
-
Best way to learn HTML?
W3cschool is the best way to learn HTML and CSS.
-
Which web design is better (or worse) ?
No.1 is better but both of their structure are too simple, are they homepage?
-
Responsive 960 or 1200
If you are about to do a responsive web design, just one grid is not enough, you should take all the device resolutions into consideration.
-
Is My Design Ok? or Not?
It's really nice. The design is perfect but the loading speed is a little slow...
- Having some problems making video iframe responsive
-
My portfolio - Web layout review
Really nice design, but why don't you just put footer to blue? the same as other part, which I think it will be better.
-
Yet another Logo.....
The third one is ok, but I felt something familiar with your works at the first glimpse and then I realized these three logos remind me of someone's eyes in Manga Naruto...
-
Tips for logo design
Here are some tips I want to share with you: 1. Learn what a logo is and what it represents 2. Know the rules and principles of logo design 3. Learn off other’s successes and mistakes 4. Establish your own logo design process 5. Learn the relevant software and complete the logo Hope that can help you.
-
common header and footer
You can make include files to include header and footer respectively. When you want to use the same header and footer, you can just call the include file, that's easy.
-
Blog Layout
Really nice design! The classic white-black color selection and beautiful drop-down. But I think the social media icons are not so perfect to put there. Why don't you just put them on footer?
-
Do we need to design for IE 6 and IE 7?
I think it is necessary because IE is the default web browsers for windows computer users. And, there are many countries are using IE 6 and IE 7 such as China. So if you want to get more visitors, you should better make your website be compatible with IE 6 & 7.
-
Good html editor
I'd prefer Dreamweaver, I have tried many other HTML editors but they all worse than DW. The codes created by DW are more organized and DW will give us some prompt when creatping a new tag. What's most important, as far as I know, many other HTML editors don't allow us to add local link and image but DW can.
-
Social networking sites templates
Just type the keywords "social network templates" in Google, you will find the one you need. There are many free and paid website templates, they have the category about social network.
- Live Chat Tool
- how can i design HTML forum
-
Generate CSS code from you Photoshop layout
Does your software only generate codes but not a complete webpage according to the PSD image? If so, it is still difficult for beginner who have little skills on HTML and CSS.
-
Favorite tools
My favorite tools are all free ones, they are google analytics, google keywords planner (Previously named as google keywords tool), backlinkwatch check tool. I think they are useful to me and help me a lot in SEO.
-
Alt and Title Tags
Professional answer. I forgot to name my images correctly because I only remembered to add alt to the images. Thanks for your good advice, I think I should change the names of my images.
-
Domain age or backlink age?
I agree with what you said. I have promoted a keyword before. My website is young at that time - only 1 year old while my competitors' websites have more than 3 years old. However, my website ranks higher because my contents are more relevant.
-
dofollow/nofollow cheaker tool
I am now using backlinkwatch to check my backlinks as well as other websites' backlinks. It is an online backlinks check tool, you don't have to download it. I think it may be useful to you.
-
Best way to create a slideshow on website?
I think pixerview is the best way to create slideshow for a website. It will not appear the situation you mentioned above.
- Dropdown menu
-
How do I align the text to the bottom of my 'footer' div?
You can set the padding-top property for the texts within the footer DIV, I think it is the easiest way to align the texts to the bottom.
-
Wrong Location Box, Help
I think you may need to get rid of the float:left; for the #bottomleft element. If your problem still exsits, you may need to create more div containers: 1. NO.1 new DIV comntainer to contain the whole part under the navigation including topleft, main, topright, bottomright and bottomleft. 2. NO.2 new DIV comntainer to contain topleft and bottomleft 3. NO.3 new DIV container to contain topright and bottomright.