Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
40% Quality Score
Upvotes Received
1
Posts with Upvotes
1
Upvoting Members
1
Downvotes Received
1
Posts with Downvotes
1
Downvoting Members
1
6 Endorsements
Ranked #299
Ranked #2K
~13.6K People Reached
About Me

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

Member Avatar for oliversmith

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.

Member Avatar for Stucorner
1
2K
Member Avatar for driazi

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

Member Avatar for iamseo
0
303
Member Avatar for kindo

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.

Member Avatar for kindo
0
240
Member Avatar for bolfescu
Member Avatar for mattster
0
154
Member Avatar for nisbusiness

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.

Member Avatar for madelinekim
-4
6K
Member Avatar for RinzLove

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

Member Avatar for IIM
0
264
Member Avatar for ggeoff

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.

Member Avatar for ggeoff
0
301
Member Avatar for jeffcogswell

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 …

Member Avatar for fiascolabs
2
1K
Member Avatar for <M/>

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 …

Member Avatar for ansaripk
0
1K
Member Avatar for tapuwa2002

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 …

Member Avatar for ansaripk
0
120
Member Avatar for jahanas

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 …

Member Avatar for Dandello
0
142
Member Avatar for davy_yg

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.

Member Avatar for teedoff
0
143
Member Avatar for 68thorby68

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.

Member Avatar for 68thorby68
0
162
Member Avatar for Mona Ali
Member Avatar for ansaripk
0
135
Member Avatar for alanlee9898
Member Avatar for alanlee9898
0
102
Member Avatar for BlueCharge

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

Member Avatar for ansaripk
0
100
Member Avatar for Violet_82

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

Member Avatar for Violet_82
0
111
Member Avatar for SCRAWL

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.

Member Avatar for Troy III
0
114
Member Avatar for stuckinmud

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 …

Member Avatar for ansaripk
0
139
Member Avatar for ansaripk

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 …

Member Avatar for EvolutionFallen
0
107
Member Avatar for nostalgia149

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

Member Avatar for ansaripk
0
89

The End.