- Upvotes Received
- 1
- Posts with Upvotes
- 1
- Upvoting Members
- 1
- Downvotes Received
- 1
- Posts with Downvotes
- 1
- Downvoting Members
- 1
I am working as Web Designer and Senior UI Developer for the last 15 years. I have strog command over HTML, CSS, Javascript, JQuery and Wordpress
- Interests
- Reading Books, Research, Technology
21 Posted Topics
Re: This is very important question. If you want to increase your website's search engines visibility, you have to keep a "Bird's eyes view" on your website. Many useful tools have been developed. I personally like ahrefs. | |
Re: If you want your website be searchable with selected keywords, Include keywords in Title Tage (Title should begin with your keywords), 1 h1 tag. Write keywords rich contents. Include 1-2 images and write keywords in alt attributes. This is OnPage Optimization. After OnPage Optimization your website will not be searchable. … | |
Re: Hello Kindo, Instead of assigning angularjs variable to php variable you can call direct in query string. try this: $s = $db->query("SELECT * FROM reply WHERE post_id_fk = '{{task.vid}}'") or die($db->error.LINE); This should work with angularJS. | |
Re: Can you share a live page url of this problem so i can analyze? | |
Re: If you are creating a dynamic website using Microsoft Technologies then Visual Studio is the best choice for you but if you are going to code a static html/css/javascript based website then Adobe Dreamweaver is best code editor. and for php coding too. | |
Re: check i have made correction and this code is works fine as you want. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>Untitled Document</title> <style type="text/css"> .catalog { background-image: url(images/background.png); background-repeat: repeat; float: right; clear: none; width: 1024px; height: auto; font-family: Tahoma, … | |
Re: In this case Wordpress is a better option. Using wordpress you can resue your page components like header, sidebar and footer in each new page with minimum changes. and best organized contents with CMS. | |
Re: I am working as web designer (Front End Developer) for the last 14 years and I am very happy to have Firebug in Firefox. I think its enough and speed up fixing errors and the development time. I have also compare the IE "Web Developer" and google chrome "Firebug" but … | |
Re: Hi mSedique, Can you please the page with all sliders on your webserver and share the page link with us so I can see what is the problem. For initial analysis i suggest to cut the codes from function slideSwitch and combined all codes into one function like this: function … | |
Re: If you coded (slider and menu) both as position:absolute then z-index will work. make menubar z-index:200 or some other high value. and if you are positioning the slider as position:absolute then simply remove z-index rule. simply make sure to code menubar position:relative then it should not conflict. If still there … | |
Re: You are using [code] <div id="header"> .... .... </div> [/code] while you have written header class in css: .header{ height:220px; width:901px; background:url(/images/mockup-2_02.jpg) no-repeat; } in this case you should use <div class="header"> </div> instead of <div id="header"></div> so browser can understand and render the header div with background. Thats all … | |
Re: IE 7 can't understand the HTML5 tags e.g. <header> <nav> <article> <figure> you should use HTML 4 or choose a browser which can understand the HTML 5 tags like chrome, firefox and IE9. | |
Re: You should use position attribute for close button. make sure it has position:absolute in css and then set the top:50px left:400px whatever fits your requirements. | |
Re: Coool! Thats what i've detected but you already got it. Enjoy happy coding. | |
Re: change the width of logo div to 100% and your problem will be solved. | |
Re: Although almostbob told a good solution but if you want to use this in repeating fashion like blog posts then you should use proper css codes instead of inline coding. For example your div is a container for your text/article. .container { clear:both; width:100%; height:auto; } .container img { float:left} … | |
Re: Violet_82, I dont agree with tawes01 answer. You can give margin as .class { margin:50px auto} and its works. I've analyzed the css codes of your page and detected a problem with your css code. Solution is: give a height value to .navigation_menu ul for example: .navigation_menu ul { height:100px; … | |
Re: try this: in the main div of the page add these css codes #AnyDivName{ width: 940px; margin-left:auto; margin-right:auto; } and for the inner divs add these codes: #AnyDiveName { overflow:hidden; } try to keep the inner divs positions relative instead of absolute. Hoping this would be solution. | |
Re: This can be done in any way but i know 2 methods to make the job perfect. I've done this job some weeks ago nicely. Please choose any suitable method from the following. 1st Method: [url]http://kalsey.com/2003/07/rounded_corners_in_css/[/url] or [url]http://www.cssjuice.com/25-rounded-corners-techniques-with-css/[/url] This method is very nice and suiltable. you can use rounded corners … | |
Hi Fellows, I am working on a website project. I need to create a scrolling upside navigation buttons. Please visit [url]http://www.kingston.ac.uk/[/url] This website has navigation buttons, when user hover mouse over the button, the button start scrolling upside and when user move the mouse to other button then previous button … | |
Re: Please visit [url]http://opiefoto.com/articles/photoslider[/url] or try this: [url]http://css-tricks.com/revealing-photo-slider/[/url] hoping you problem would be solved. Regards |
The End.