1,100 Recommended Topics

Remove Filter
Member Avatar for
Member Avatar for RikTelner

I manage to copy/write/edit this code, but it doesn't seem to work, not even `alert();` is executed, it does exactly nothing. <?php // include "from_db.php"; ?> <!DOCTYPE html> <html> <head> <script src="http://maps.googleapis.com/maps/api/js"></script> <script src="http://code.jquery.com/jquery-1.11.2.min.js"></script> <link rel="stylesheet" href="styles.css" media="screen" /> <script> function initialize() { var mapProp = { center: new google.maps.LatLng(51.509, …

UI / UX Design perl web-design
Member Avatar for pixelsoul
0
213
Member Avatar for davy_yg

index.php <div style="width: 220px; color: black; margin: 0 0 0 800px; z-index: 2;"> <?php // How can we help $result = mysql_query("SELECT * FROM `static_page` WHERE post_id='27'") or die(mysql_error()); echo '<td>'; while ($data = mysql_fetch_array($result)){ $isi = $data['isi_berita']; echo '<h2>'.$data['judul'].'</h2><br><br>'; echo substr($isi, 0, 1000).'<br>'; } ?> </div> <div style="margin: -250px …

UI / UX Design web-design
Member Avatar for Alicera Nz
0
196
Member Avatar for LONGWAY

i add this <head> <link href="/css/jquery.bxslider.css" rel="stylesheet" /> </head> <body> <ul class="bxslider"> <li><img src="/images/pic1.jpg" /></li> <li><img src="/images/pic2.jpg" /></li> <li><img src="/images/pic3.jpg" /></li> <li><img src="/images/pic4.jpg" /></li> </ul> <script src="//ajax.googleapis.com/ajax/libs/jquery/1.8.2/jquery.min.js"></script> <script src="/js/jquery.bxslider.min.js"></script> <script> $(document).ready(function(){ $('.bxslider').bxSlider(); }); </script> </body> but all i get is unordered list of the images what s wrong

UI / UX Design web-design
Member Avatar for LONGWAY
0
166
Member Avatar for dilipd044

how to add canonical url to website eg: site.com to be converted into www.site.com this can be done by ServerAlias in virtual host or any other way to set canonical url to website.

UI / UX Design web-design
Member Avatar for dilipd044
0
164
Member Avatar for LONGWAY

what s the best way to add link and caption to the images? <ul class="bxslider"> <li><img src="/images/pic1.jpg" /></li> <li><img src="/images/pic2.jpg" /></li> <li><img src="/images/pic3.jpg" /></li> <li><img src="/images/pic4.jpg" /></li> </ul>

UI / UX Design web-design
Member Avatar for LONGWAY
0
137
Member Avatar for LONGWAY

how can I click a button or a link which is under a fixed div?

UI / UX Design web-design
Member Avatar for LONGWAY
0
123
Member Avatar for LONGWAY

what this mean Note that the call must be made inside of a $(document).ready() call, or the plugin will not work! any1?

UI / UX Design web-design
Member Avatar for pixelsoul
0
108
Member Avatar for erum

I am new to bootstrap framework..I need just small loader WITH bootstrap .. and Just call that small loader with javascript.any help ??

Member Avatar for pixelsoul
0
96
Member Avatar for aeinstein

Hi All, I would greatly appreciate considered recommendations on books pertaining to HTML5, CSS and Javascript, for starters, either as dedicated subject reference or in some combination. If a combintion of these subjects are addressed in a given book then additional subject matter (such as game applications, jQuery, mobile applications, …

Member Avatar for iMadhusanka
0
435
Member Avatar for Violet_82

Hi chaps, I'm not terribly sure how to go about this. I've got a small site where I want to add some files for people - well me since nobody will ever use that website - to download, a sort of repository if you like a bit like github maybe, …

UI / UX Design web-design
Member Avatar for Violet_82
0
217
Member Avatar for Bensirpent07

Ok... to be honest I should have seen this coming. But as I was designing my website I decided to test it out ([test.weblup.net](http://www.test.weblup.net)) in IE and Firefox. If you test it out yourself you can see how different they look. Well I'm not sure how to deal with it …

UI / UX Design web-design
Member Avatar for <M/>
0
509
Member Avatar for KnifeDarky

Hello, so I'm completely re-designing and updating files on the website, but the problem is, that everytime I change e.g. index.html file the website stays the same. I think that it has something to do with the browser's cache. It happens more often on Firefox, but I just hit ctrl+f5 …

UI / UX Design caching web-browser web-design
Member Avatar for KnifeDarky
0
254
Member Avatar for janicemurby

hya all i wonder if someone can help me in trying to make the text are in my website transparent so the image in the background can be seen in text area here is the css i have for that section /*----------------------------*/ /* 2.3 - Navigation - Level 1 */ …

UI / UX Design html-css web-design
Member Avatar for happygeek
0
193
Member Avatar for samson.oba.77

Hi ! I don´t understand why my div class="footer" doesnt appear, everthing else seems to work fine. Thx for help ! <!DOCTYPE html> <html> <head> <title>Hauptseite</title> <meta http-equiv="Content-Type" content="text/html; charset="UTF-8"> <style type="text/css"> html,body{height:100%;margin:0;background-color:#191970;} .maincontent{position:relative;min-height:100%;margin-left:10%;margin-right:10%;background-image:url(pic1_pixabay.jpg);background-size:100%;background-repeat: no-repeat;} .frontbox{position:absolute;margin-top:1%;left:1%;right:2%; padding:20px;font-size;text-align:center;background-color:white;opacity:0.5;border:thick solid #4D94FF;border:(255, 255, 255, .5); border-radius: 25px;} .sidebox{position:absolute;top:40%;left:2%;width: 250px;background-color:white;opacity:0.5;border:thick solid #4D94FF;border-radius: 25px;} .footer{background-color:black;} …

UI / UX Design web-design
Member Avatar for samson.oba.77
0
179
Member Avatar for Priti_P

Hello, I want to show select list in angular js Data is in .php file in json format as below: `["{\"0\":\"949\",\"user_id\":\"949\",\"gslab_id\":\"GS-0835\"}","{\"0\":\"493\",\"user_id\":\"493\",\"gslab_id\":\"GS-0451\"}","{\"0\":\"338\",\"user_id\":\"338\",\"gslab_id\":\"GS-0322\"}","{\"0\":\"961\",\"user_id\":\"961\",\"gslab_id\":\"GS-0843\"}","{\"0\":\"444\",\"user_id\":\"444\",\"gslab_id\":\"GS-0409\"}"]` what I have written till is in my index.php file: <script src="http://ajax.googleapis.com/ajax/libs/angularjs/1.2.15/angular.min.js"></script> <script src="myNoteApp.js"></script> <body ng-app="mainApp"> <div ng-controller="mainController"> <select> <option ng-repeat="category in content" value="{{category.user_id}}"> {{category.user_id}} </option> </select> </div> </body> …

UI / UX Design json web-design
Member Avatar for Traevel
0
170
Member Avatar for khairbabu61

I have prepared web site in google blog spot. Done site map and google tools set .Also create bing site map. When I am schercing in google money from out sourcing which not showing properly but in bingit is showing properly. Pls can you help how to solve this problem.

UI / UX Design perl web-design
Member Avatar for craftkilimanj
0
160
Member Avatar for djblois

I need to put a query string into a servervariable so when the user posts back to the page, the variable is still in the URL (and it will not crash). How do I do this. Here is the code that calls the page: function GoProfile(Userid) { window.document.location.href = 'AdminEditProfile.asp?UserID=' …

UI / UX Design web-design
Member Avatar for djblois
0
145
Member Avatar for Bensirpent07

I don't understand what the problem is at all... I can point you to the url [link removed] but I just need people to tell me what html and css they need to know... I can put it all here but it would be a bit overwhelming.

UI / UX Design web-design
Member Avatar for almostbob
0
136
Member Avatar for ash14val

How to do coding for home page actually want to make button like , home. Aboutus contact signin sign up

UI / UX Design web-design
Member Avatar for Software Development
0
99
Member Avatar for kuhashmi

Top navigation menu with drop down works perfectly in IE8 but in IE 9 it didn't support padding or height as it has to be. When i adjust it according to IE9 then in IE8 extra height appear. check this link: http://moghulweb.com/KLB/ .navigationlink{margin-left:10px; font-family:Arial;} .navigationlink ul { /*text-align: left;*/ display: …

UI / UX Design web-design
Member Avatar for almostbob
0
92
Member Avatar for samjom

Hi there, Just wanted to know from Daniweb expert! Which is more useful and suitable on home page? Rotating slider or static banner.

UI / UX Design web-design
Member Avatar for samjom
0
293
Member Avatar for sathyakumar23
Member Avatar for samson.oba.77

Hy folks! Why are div frontbox and div sidebox not inside div maincontent when code is displayed on the internet ?. Instead the div sidebox is outside div maincontent. Thx for help. <!DOCTYPE html> <html> <head> <title>Schulung</title> <meta charset="UTF-8"> <style type="text/css"> .maincontent{height:100%;width:100%;background-image:url(pic1_pixabay.jpg);background-size:100% auto;background-repeat: no-repeat;} .frontbox{text-align:center; padding:20px;background-color:white;opacity:0.5;border:thick solid #4D94FF;border:(255, 255, 255, …

UI / UX Design web-design
Member Avatar for rtrethewey
0
135
Member Avatar for Trevor_4

<a href="#"> Home </a> <a href="#"> Video1 </a> <a href="#"> Advanced Warfare </a> <a href="#"> Video 2 </a> </nav> those are the nav buttons i have and i want video 2 and advanced warfare to be active and click as to show images and a short video i have and …

UI / UX Design web-design
Member Avatar for tdrosiadis
0
128
Member Avatar for RikTelner

There is screen A and screen B. Both screen are same physical size in length and width. Just one is 1920x1080 and another size is (I think) 800x640. See, if I make query for 1920x1080 mobile, this will also trigger on computers having same resolution. That does not mean, that …

UI / UX Design html-css web-design
Member Avatar for RikTelner
0
395
Member Avatar for Stacy_2

does the link element have a closing back slash or not i.e is it (1) <link href="css/style.css" rel="stylesheet" type="text/css" media="all" /> or (2) <link href="css/style.css" rel="stylesheet" type="text/css" media="all" >

UI / UX Design web-design
Member Avatar for almostbob
0
301
Member Avatar for Stefce

Hello im really confuzed in the HTML and CSS language i have maked a footer and some div elements in the body so when i scroll up the footer doesnt is alwaus visible when i scroll down the button is hovering the footer and also the other div element i …

UI / UX Design html-css web-design
Member Avatar for imti321
0
260
Member Avatar for gamestoenjoy

Hi, In use WordPress with the theme twenty thirteen. I have empty spaces when I check my site in desktop, so I want to use width of 50% In style.css I changed for .site the width to 50% instead of 100% and it worked great in the desktop, but when …

UI / UX Design web-design wordpress
Member Avatar for gamestoenjoy
0
182
Member Avatar for bamytech

how can i stop repeation on image attached to body tag of an html page

UI / UX Design web-design
Member Avatar for almostbob
0
169
Member Avatar for LONGWAY

How I can make fastest a slider with small linked images like a film tape and they should slide left and right !!!!!!! Pls help fast !!!

UI / UX Design web-design
Member Avatar for LONGWAY
-2
326
Member Avatar for justadaniwebber

I am making a website and for some odd reason the site does not load up properly. Parts of it have been removed and the older version shows. Also, the images and the .js/.css does not load up properly? How do i get it to show up properly?

UI / UX Design perl web-design
Member Avatar for <M/>
0
135
Member Avatar for Siberian

Anyone have experience with Google Web Designer, it seems to create an awful lot of code, I can extract the style sheets, then there is a slew of scripts. Can this be reduced ? When I export the HTML file that is created within GWD and play it in another …

UI / UX Design web-design
Member Avatar for webhawk
0
204
Member Avatar for Rblalock

Hello, I'm new to the DaniWeb community and I am in need of some serious help. I am taking a web design class, but the teacher I currently have now has no idea what he is doing; he is an Info Tech teacher, but we have two classes at the …

Member Avatar for Gregory_4
0
3K
Member Avatar for Bensirpent07

Ok I am seriously stumped by this. I have a CSS reset, but some reason my body on my website ([Click Here](http://www.test.weblup.net)) still has a margin of 8px all the way arround. My CSS reset is pasted below, you can go to the website to see the HTML. The only …

UI / UX Design web-design
Member Avatar for Bensirpent07
0
2K
Member Avatar for advent_geek

Hello Guys, i have a one html5 website, i had added google maps on my contact us page, while i checking that on mobile, the map (google map iframe) shows as a default width, is it possible to change the width regarding media query.

UI / UX Design html-css seo web-design
Member Avatar for advent_geek
0
603
Member Avatar for Pablo149

Greetings one and all, I am in the process of transitioning for merely teaching about website design to actually getting paid to create them. My question is simple, and it's for those of you who already make a living doing what I have merely talked about: what are the most …

UI / UX Design web-design
Member Avatar for webhawk
0
213
Member Avatar for RikTelner

I have project for school. I need to make responsive website for Mexican restaurant. So far I know, Mexican restarants are based really vivid and shouting colors, I wanted to add more color to couple headers or buttons with one of these patterns https://www.google.com/search?q=mexican+pattern&tbm=isch They're looking good, but also extremely …

UI / UX Design web-design
Member Avatar for Dani
0
151
Member Avatar for LONGWAY

Help, however I try to add background image in joomla article, when i run it i only get one row of the image. What I want is to add a full image 600px wide 800px high but as display i get just one row of the image, I dont intend …

UI / UX Design web-design
Member Avatar for LONGWAY
0
124
Member Avatar for sofiaross06

Hi..., I am a programmer.sometimes I am having work to improve the existing website at that time I am confused which cms is used for that website...can any one help me how can I identify the website build details..?

UI / UX Design web-design
Member Avatar for samjom
0
107
Member Avatar for ankit1122

may i know what are the advantages of making a webpage available like xyz.domainname.com instead of domainname.com/xyz.. if there are any advantages let me know and how can i acomplish???

UI / UX Design web-design
Member Avatar for ankit1122
0
99
Member Avatar for Johnpeter304

Hello all, I am new into this webdesign industry. How to do website design so that my website contnet will show differnt in desktop and in mobile different ? This is my website adress http://www.cheapwebsitedesign4u.org.uk. You can have a visit and give me some ideas. Thanks In advance.

UI / UX Design web-design
Member Avatar for webhawk
-1
278
Member Avatar for Ida Amir

Hi guys, this semester i'm taking Web Application Development.. I still new about HTML.. I hope u guys can help by teaching me ok.. hehe..

UI / UX Design html-css web-design
Member Avatar for diafol
1
144
Member Avatar for ravi142

hello, i have ul li html structure and i am trying to make tree horizontally My Code Below please suggest me how can i do using css ? <div class="tree"><ul><li><a>SIRE: Cadenza F F58 Barney CA1FF0058</a><ul><li><a>SIRE: HV International F D3106 HVIFD1306 </a></li><li><a>DAM: Amani Elizabeth 5UBFA0550</a><ul><li><a>SIRE: Amani Lancelot 5UBFW1008</a></li><li><a>DAM: Amani F X2073 …

UI / UX Design html-css web-design
Member Avatar for diafol
0
2K
Member Avatar for azapovjednik

Hello all, I would like to make a simple search input field... something like google search on top of the screen when you sign into your gmail account.. you can see it here[Click Here](http://prntscr.com/5ehef7) Because I had troubles trying to achieve it... I came up with a funny semi solution... …

Member Avatar for Masterblank
0
500
Member Avatar for ankit.baphna

Hi Friends, After working for 2 days I finished my homepage design with HTML5 and CSS3 syntax. but when I open this on my Android chrome browser everything looks messy as well as half information. ex: I created three menu tabs but on my mobile browser i could see only …

UI / UX Design html-css web-design
Member Avatar for gentlemedia
0
250
Member Avatar for VenusCrystal

Hi Folks, I have a tabset created using jquery. Each tablabel is an image. On hovering over the images, it changes to another image and on click of any image the corresponding tab contents are shown. This hover effect works absolutely fine on windows desktop. But when I test this …

UI / UX Design html-css web-design
Member Avatar for gentlemedia
0
230
Member Avatar for jonlloydd

PHP code not being interpreted by DW and appearing as text on webpage. My Php code is below, this code is bolted into a html site(PHP file). However the code is not being executed and it is appearing as text on the webpage. Any help would be really appreciated. <?php …

UI / UX Design php web-design
Member Avatar for jonlloydd
0
183
Member Avatar for EvaBozh

I am making a web-site, and I have to make my background images darker. http://jsfiddle.net/EveBozh/48ah63bp/ And one more. How can I put the text on the image? Can someone please help me? Thank you!

UI / UX Design web-design
Member Avatar for diafol
0
183
Member Avatar for davy_yg

Hi, I am trying to create horizontal scroll and I wonder why it doesn't work. input_image.php <div style="width: 15px; overflow-x: scroll;"> HALLO </div>

UI / UX Design web-design
Member Avatar for gentlemedia
0
175
Member Avatar for ravi142

Hello, I want to build my own **Intro video** so any one suggest me some script or web site that provide this **free** feature but not include his brand name. Thank You.

UI / UX Design seo video web-design
Member Avatar for Bensirpent07
0
168

The End.