1,100 Recommended Topics

Remove Filter
Member Avatar for
Member Avatar for Ritesh_4

Hi Some friends and myself are starting a web project in wordpress, whereby we'll need to access the same core wordpress files remotely from our home pcs. Is there a way to have the core files "centered" somewhere, and each one of us can branch them, do our own modifications …

UI / UX Design web-design wordpress
Member Avatar for Ritesh_4
0
136
Member Avatar for Pablo149

Hello to all who read this: I have been reading many of the posts here, where there are so many different levels of expertise. I am hoping that some of you may be able to provide me with some answers. I have read over and over again how formal training …

UI / UX Design web-design
Member Avatar for mattster
0
132
Member Avatar for Chem_1

Like this https://pbs.twimg.com/profile_images/2209626429/photoshop_normal.gif

UI / UX Design html-css web-design
Member Avatar for oriclon
0
131
Member Avatar for delta_frost

I have created a Web-Gallery where photos are uploaded,can be tagged with one or more tags,and can be viewed by Users/Tags/Likes/Date of Upload/Title. I am to create a navigation like "Prev" and "Next". But what category should I choose to implement this and how ? What I thought of was …

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

Hello, i have these files in main folder: *index.html probleme/p1.html probleme/p2.html probleme/p3.html probleme/p4.html* what link should I write to acces *index.html* from *p1.html* ? I don't want to write the long link *D:\Bogdan\Proiecte\...*

UI / UX Design html-css web-design
Member Avatar for shashikumar s g
0
110
Member Avatar for gcardonav

I created a page that will take a users input and then compare the input with a word. The idea is that the user has 6 chances to guess the word. If the user guesses the word or ran out of guesses the button clicked will change from Guess to …

UI / UX Design javascript-jquery web-design
Member Avatar for gcardonav
0
131
Member Avatar for Pablo149

Hello everyone, I am in the process of breaking into the web design field, and there's something that has me puzzled. In most areas of IT, there is usually some sort of certification involved; it might not be "necessary", but its extremely helpful to have. For example, if you want …

UI / UX Design web-design
Member Avatar for AleMonteiro
0
382
Member Avatar for khurram123

I have problem in css setting. I have created three link in header section on right side. with small icons 1. Home 2. Contact us and Site Map. <div class="icons"><!--icons starts here --> <ul> <li class="home"><a href="#">Home</a></li> <li class="contact"><a href="#">Contact Us</a></li> <li class="sitemap"><a href="#">Site Map</a></li> </ul> </div><!--icons ends here --> …

UI / UX Design html-css web-design
Member Avatar for mattster
0
225
Member Avatar for jaihoon.meerzakhel

hello, i want to aske that how to make our controls in asp.net responsive i always have probleme with the positioning of the controls in the right place for example: if i want to put my controls in the center i should use margins and paddings but the probleme with …

UI / UX Design web-design
Member Avatar for almostbob
0
73
Member Avatar for gcardonav

Hi guys, I change my code from Javascript to jQuery and I believe I have everything allright, but my jQuery is not showing the value. Can you help me with it? I am adding the important snippets but if you need all my code here is it [Click Here](http://liveweave.com/YoR5Vz). Thank …

Member Avatar for gcardonav
0
189
Member Avatar for redean

Hi What does you think about CoffeeCup Software for web design, anyone. I wants to start designing websites.

UI / UX Design web-design
Member Avatar for redean
0
677
Member Avatar for YOLO87

Hi guys, I can really use some advice about becoming a web designer. At the moment I'm currently sharpening my skills. What I would like to know is how a typical Web Designer works over a day and a project. I'm assuming after you received the initial design, during the …

UI / UX Design web-design
Member Avatar for EvolutionFallen
0
221
Member Avatar for desmy

i just started reading about web development recently but am finding it add to understand please i need to realy get how to do those division cause it is realy giving me problem very well this is the html code <div class="header-3"> <section> <div class="first"> <div class="second"> <div class="third"> <div …

UI / UX Design web-design
Member Avatar for Pablo149
0
123
Member Avatar for <M/>

I seem to not be able to identify why the styling does not appear at all on my page... Did i reference something incorrectly? It all appears right to me... syntax, quotes, tags all look right. Does anyone have an idea what may be happening? Sorry if my question is …

UI / UX Design html-css seo web-design
Member Avatar for shashikumar s g
1
710
Member Avatar for stokie-rich

HI guys hope your all well. I'm in the final stages of getting my website created. I wanted a simple HTML/CSS dropdown menu I have found this, from this website [Click Here](http://line25.com/tutorials/how-to-create-a-pure-css-dropdown-menu) I have followed it to the letter This is my code so far (HTML code) <html> <head> <title>Nav</title> …

UI / UX Design html-css web-design
Member Avatar for chirsty269
0
572
Member Avatar for Siberian

When clicking on the word reachme, there is an event that occurs, the problem is not with the anchor or the event. The problem, keeping the #reachme div hidden until the anchor is clicked. I've adjusted the height of class.capsuleb, including adding display:none and/or overflow:hidden to the class.capsuleb as well …

UI / UX Design web-design
Member Avatar for Siberian
0
375
Member Avatar for Vish0203

Hello, I'm trying to display the google map in a bootstrap modal. But only a part of the map is visible not the complete map. here's my modal code, followed by the javascript for the map <div id="geo_modal" class="modal fade"> <div class="modal-dialog"> <div class="modal-content"> <div class="modal-header"> <button type="button" class="close" data-dismiss="modal" …

Member Avatar for Taywin
0
315
Member Avatar for Eduard_1

Who can correct the html code of my cv? http://www.eduardlid.herobo.com

UI / UX Design html-css web-design
Member Avatar for almostbob
0
274
Member Avatar for spikyvashy

The code below is only my navigation menu of my website. The problem is that the code below causes any content that comes after this to be pushed far out to the right of the screen. I've tried inspecting my code for possible unclosed tags or a mistake but I …

UI / UX Design web-design
Member Avatar for almostbob
0
175
Member Avatar for iamthwee

In this tutorial I am going to be going over subsurface scattering, sometimes considered as the holy grail of 3D rendering, in blender cycles. **So what is SSS and why is it important?** 'Subsurface scattering (or SSS), also known as subsurface light transport (SSLT),[1] is a mechanism of light transport …

UI / UX Design web-design
Member Avatar for Siberian
3
333
Member Avatar for cgull

Hello, I am trying the example from Bootstrap 3 for nested columns. The problem is, the nested row is going out of the parent column. So this code: <div class="row" style="border: 1px solid red"> <div class="col-md-9"> Level 1: .col-md-9 <div class="row" style="border: 1px solid blue"> <div class="col-md-6"> Level 2: .col-md-6 …

UI / UX Design web-design
Member Avatar for veedeoo
0
273
Member Avatar for Brandon_7

I am attempting to make a transition/fade effect when a user hovers over a link. I am trying this technique... however I cannot figure out how to do this technique. I know how to do it with css, but I want to know how to do it with the following …

UI / UX Design web-design
Member Avatar for mattster
0
1K
Member Avatar for khizer03

Dear I am pasha from (Bangalore)India, i have a query In a web page how can i allow a user to write tetimonal online and it should be veiwed by everyone..means that should be present in feedback page...as users post their comments that should go adding on the web page …

UI / UX Design web-design
Member Avatar for mattster
0
356
Member Avatar for missy_mi

Hi, I am trying to develop a website using adobe flash. So far so good. I am currently trying to embed google maps in my flash website and its a success. But, after i go the frame(page) to view the map..the embeded map is still there. It is on every …

UI / UX Design flash web-design
Member Avatar for AleMonteiro
0
355
Member Avatar for OsaMasw

Hello there am using bootstrap a long time ago but this is the first time I had an issue like this, normally when adding an icon to button its should appears like this `<span class="glyphicon glyphicon-search"></span>` ![e16ba87456c60933b47a886f3bd7c753](/attachments/small/3/e16ba87456c60933b47a886f3bd7c753.jpg) but today I found its appears like this ![399d82ee4052075368a7f6f6c19a1051](/attachments/large/3/399d82ee4052075368a7f6f6c19a1051.jpg "399d82ee4052075368a7f6f6c19a1051") just look for …

Member Avatar for OsaMasw
0
296
Member Avatar for mgn2683

I need to add a shadow to the right and left sides of my main content area. Any ideas how to accomplish this with cross browser and mobile compatibility? Site can be viewed at: http://ushousingco.com/template.htm One more thing..I'm also trying to get the little strip above the blue bar in …

UI / UX Design html-css web-design
Member Avatar for mattster
0
293
Member Avatar for 68thorby68

I have a simple 3 column display #div_left { display:inline-block; width:25%; height:76%; float:left; text-align:center; } #div_middle { display:inline-block; width:45%; height:76%; margin:0 2.5% 0 2.5%; float:left; text-align:center; } #div_right { display:inline-block; width:25%; height:76%; float:left; text-align:center; } I need to place my slideshow in middle column #slideshow { position:relative; width:100%; height:100%; } …

UI / UX Design web-design
Member Avatar for markwelbar
0
261
Member Avatar for ggeoff

Hi My website works OK in IE9, Safari, Opera and Chrome but Firefox objects to my Contacts page. The contact form position is wrong and the navigation does not work for the Contacts page. The other pages work ok. Both HTML and CSS validate ok[Click Here](http://www.pcwebsite.org.uk)

UI / UX Design html-css web-design
Member Avatar for ggeoff
0
199
Member Avatar for guykondas

Hello friends i created my website by using html,css and Javascript and dont know how to publish the site by gething the domain. pls can some one help me

UI / UX Design html-css web-design
Member Avatar for Luther78
0
196
Member Avatar for k2k

hi, would anyone please show how i should make my site searchable? by yahoo, google... whatever search engine. is it the meta tag? any quick example please. thanks

UI / UX Design web-design
Member Avatar for John_66
0
173
Member Avatar for bolfescu

Hy i have this js code: <script type="text/javascript"> var msg_id; @if(Session::has('message')) {{"msg_id = ".Session::get('message').";"}} <?php Session::forget('message'); ?> @endif $(function(){ jQuery.each( inbox, function( i, val ) { $('#contact_'+val).parent().addClass('inbox'); }); jQuery.each( others, function( i, val ) { $('#contact_'+val).parent().addClass('others'); }); $(".others").addClass('hide'); $("#inbox").removeClass('bg-inverse').addClass('bg-primary'); if(msg_id){ console.log(others); if($.inArray(msg_id.toString(),others)>-1){ $('#others').trigger('click'); } $('#contact_'+msg_id).trigger('click'); }else{ if(inbox_1.length>0){ if(others_1.length>0){ $('#contact_'+inbox_1[0]).trigger('click'); }else{ …

UI / UX Design java web-design
Member Avatar for mattster
0
154
Member Avatar for Darryl61

I am, admittedly, a novice at this. Currently have a website using Bravenet (It's a GoDaddy domain). Wanting to change the website, I have used Bravesites to create a new website. I am confused as to how to upload the new website to take the place of the old one. …

UI / UX Design web-design
Member Avatar for John_66
0
150
Member Avatar for murali2489

Hi All, I have an application which runs in IE11. There is one link in the application which has pdf as attachment. when i click on it , IE11 shows a pop-up menu which only has two buttons "save" and "cancel". There is no option available to open the file …

UI / UX Design pdf web-design
Member Avatar for mattster
0
139
Member Avatar for active-worker

Hi Guys, Good day! I like to fix one thing. When clicked/touched anywhere in the selection box, two things happen, the contents of the selection box is shown and the 'v' symbol changes in a '^' symbol. [Click Here](https://dl.dropboxusercontent.com/u/211935016/new.jpg) Any help is(GREATLY)appreciated ..... Thank you.

UI / UX Design web-design
Member Avatar for OsaMasw
0
119
Member Avatar for faithingod1970

I am trying to create a drop down box there an authorized user on an intranet page can add a folder or item to a drop down box similar to how a user on Yahoo Mail can add folders to the "move" drop down box. Can I do this with …

UI / UX Design web-design
Member Avatar for _neonyx_
0
156
Member Avatar for _neonyx_

Hi everyone! Posting here because I'm having trouble with some code that to me looks perfectly fine, and I've seen it function perfectly fine when typing it as an example on another site, but for some reason it seems buggy on my site only :/ Here's the HTML portion: <div …

UI / UX Design html-css web-design
Member Avatar for _neonyx_
0
754
Member Avatar for Ketul_1

Hi, I'm having a problem with a table: I want the leader dots on only the 1st line (date........event) 1. In September 4 section the leader dots are on the FIRST and LAST line. For the Second-last lines I thought if I created a new "tr" section (with different styling …

UI / UX Design html-css web-design
Member Avatar for cereal
0
584
Member Avatar for dsmush

Could someone please explain why when I submit an empty search form I get sent to a page with no navigation menu? The navigation menu is there when a search term that has no matches is submitted and the error message is the exact same: "Sorry, but nothing matched your …

UI / UX Design web-design wordpress
Member Avatar for pritaeas
0
198
Member Avatar for macky.p.deleon

hi guys im a newbie on html java script,, im using switch statement but my final output always fall at my default statement need help.... here's my code... function finalgrade() { var texttgp, texttgm, texttgsf, texttgf, textfg; texttgp = parseFloat(document.frmMacky.textTgp.value); texttgm = parseFloat(document.frmMacky.textTgm.value); texttgsf = parseFloat(document.frmMacky.textTgsf.value); texttgf = parseFloat(document.frmMacky.textTgf.value); textfg …

Member Avatar for Daniel_28
0
127
Member Avatar for Violet_82

Hi all, I have come across something weird today. In my HTMl page I have an iframe pulling content from somewhere else. The height and the width of the iframe as set in the CSS. In the head tag of the Iframe there are 2 CSS files, one for desktop …

UI / UX Design html-css web-design
Member Avatar for almostbob
0
1K
Member Avatar for Hosmer23

A handy code that brings up a password window to keep others off of the web pages you choose.

UI / UX Design web-design
Member Avatar for dasabel100
0
815
Member Avatar for guyinpv

I don't know if this is the right section, but it was under "web design" and that works for me. I assume that many of the members here actually do web design or graphics design, logos, art, programming for a living, or at least side work. This means you must …

UI / UX Design web-design
Member Avatar for guyinpv
0
283
Member Avatar for MrDavo

Hi Everyone, It has been a while since I have delved into web design, and as a result many of the old tags that I have used are no longer supported within HTML5. Due to the changes I am being forced to rely upon CSS to perform tasks where I …

UI / UX Design html-css web-design
Member Avatar for NetJunkie
0
283
Member Avatar for dlmagers

I need to ask question. I am sure it is easy once I figured it out or someone on here points me in the right direction. What I am trying to do is keep the header fixed and the parallax image at a default state is as it appears when …

UI / UX Design web-design
Member Avatar for diafol
0
274
Member Avatar for showman13

I'm having a major issue with a form that is being served by an external source, and the only control I have over the layout is by using a CSS file. They sent me a base file, but won't do anything to help me modify it to repair the form. …

UI / UX Design html-css web-design
Member Avatar for showman13
0
157
Member Avatar for centenond

so i have this divs that overflow when i type something repetitive like hahahahha or lalalal i was wondering if theres a solution for this problem? i know i can put overflow:hidden or auto; but id like to know if theres a solution :P Thanks

UI / UX Design web-design
Member Avatar for centenond
0
139
Member Avatar for M@S00M

can i use targetted css for browser compatibility?

UI / UX Design html-css web-design
Member Avatar for Dani
0
87
Member Avatar for SID5721

I have just started learn HTML. Please suggest me any website.

UI / UX Design html-css web-design
Member Avatar for diafol
0
787
Member Avatar for surfingturtle

Dear members, I thank you for taking time to view this discussion, which would focuss on how to build ones career in webpage designing, Kindly guide me from ground zero to start with, after doing some research I stumbled across Jon Duckett's book (HTML & CSS, Design and build website), …

UI / UX Design career web-design
Member Avatar for BibhutiAlmighty
0
457
Member Avatar for murali2489

Dear Team, Im migrating my application from ie8 to ie11. The below code opens a new window in ie 8 as expected but in ie 11 it opens a new tab. I checked in microsoft website, they told to change internet pop up settings. But i need to make some …

UI / UX Design web-browser web-design
Member Avatar for almostbob
0
442

The End.