10,650 Topics

Member Avatar for
Member Avatar for profmuluka

1. You need a text editor i suggest notepad++ ( http://notepad-plus-plus.org/ ) 2. You need a color picker i sugest pixie by Nattyware ( http://www.nattyware.com/pixie.php ) 3. Learn how to code at w3chools.com i suggest you start with the html tutorial (http://www.w3schools.com/html/ ) and the css tutorial at ( http://www.w3schools.com/css/ …

Member Avatar for minitauros
0
193
Member Avatar for jLamp

Hi friends, In my web site, I have added Google Translator. From the moment I add Google Translator my some div elements are not working properly. I have set header div 0px from the top. (See the attachment 01 or http://i40.tinypic.com/2lcbcef.jpg) But after I adding GT (Google Translator) header section …

Member Avatar for jLamp
0
295
Member Avatar for Fiorentino01^

Hi I am studying html5 and have a hard time understanding exactly how those tags function.Maybe I am used to the old div tags and cannot figure out what is going on. For example I look at a page made with html5 and css3.In the page there are 3 article …

Member Avatar for Fiorentino01^
0
280
Member Avatar for alex910TN

hey guys, I am really new to UI design and I am trying to finish building a simple website to include on my resume. My problem is that I have a login page with a radio button asking the user if they are an existing customer. If they are they …

Member Avatar for Patrickoller
0
873
Member Avatar for chrisschristou

i try make my site compatible with all stadanrt devices and when i litle work but my proble is images is still large small screen how can i do it automatical resize in small screen, such they are in diferent class diferent div ... here is my css @media only …

Member Avatar for simplypixie
0
115
Member Avatar for chrisschristou

hello friend i need help. i created my site and i trying to make it compatible with all screen size (resolution) i use media query, what want is to know how to calculate the pixel smaller or larger i mean if my screen is 1200px and the div is 1000 …

Member Avatar for LastMitch
0
162
Member Avatar for can-mohan

Guys, I need to write thread safe singleton class for my assignment. below is the code snippet for factory method in singleton class, I will appreciate if anyone is having suggestion for the same. *MySingleton * MySingleton::GetInstance() { if (m_pOnlyOneInstance == NULL) { pthread_mutex_lock(&mutex); m_pOnlyOneInstance = new MySingleton(); pthread_mutex_unlock(&mutex); } …

Member Avatar for mike_2000_17
0
4K
Member Avatar for mitchell.schols

I want to have ONE picture on my home page (a poster) and when the date is done I want the new one to replace it and the old to go to a list of all the previous posters. if anyone has a snippet of code that would be amazing. …

Member Avatar for mitchell.schols
0
316
Member Avatar for davy_yg

Hi, I would like to center two images. These two images must be next to each other and located in the center of the screen harizontally. This is what I've tried. header.php [CODE] <div id="banner"> <img src="<?php echo get_stylesheet_directory_uri(); ?>/images/banner.png" class="center"/> <img src="<?php echo get_stylesheet_directory_uri(); ?>/images/bannerside.png" class="center"/> </div> [/CODE] style.css …

Member Avatar for aaaaabeecd
0
135
Member Avatar for hilRunr

<body onresize="self.location.reload()"> This works in IE 8, Google Chrome, but will not reload upon resize in Firefox 24.0. How can I fix this? Should I switch to using CSS3 media queries?

Member Avatar for jahid32
0
131
Member Avatar for laura301019

I am creating a php page that allows users to add a new letter to a letter archive that is saved to an XML file. One of the form elements is recipient with a text box. I would like to add a button that when clicked it will bring up …

Member Avatar for EvolutionFallen
0
113
Member Avatar for markyeoj

I need a help in my css.., i am using an [Isotope](http://isotope.metafizzy.co) for my portfolio, I want my grid to be responsive but I have a problem with the grid look in 960px below size browser. here's the screenshot: [IMG]http://i.imgur.com/LGvVPrQ.png[/IMG] it looks like after the first row, the divs are …

Member Avatar for dany12
0
154
Member Avatar for laura301019

Hi I am beginning by final year project which is an appointment system. I had planned to use Visual Studio and SQL Server for this but at the end of the year I have to submit my system to the uni on a disc, I was just wanting to know …

Member Avatar for dany12
0
168
Member Avatar for toxicandy

**EDIT I FOUND THE PROBLEM BUT I STILL WANT TO BE ABLE TO FIX IT. THE PROBLEM IS THAT AD BLOCK BLOCKS THE .INFO CLASS. WHY DOES IT DO THAT? DOES ANYONE KNOW THE FIX? ![65a1b0578a8f4238c26406ce91ff0577](/attachments/small/4/65a1b0578a8f4238c26406ce91ff0577.png "align-left") ** I recently downloaded a web template from http://www.freewebsitetemplates.com/ and it seems to …

Member Avatar for dany12
0
315
Member Avatar for JayGeePee

Maybe this is on the site already, but I'm going to ask directly. How do you guys/gals test your scripts or websites on all browsers for compatibilty. I'm new to this and would like to know. For the most part I've found that Firefox, Chrome, Safari, and Opera do alright. …

Member Avatar for HoverportMedia
0
349
Member Avatar for guest27

I have created a dropdown menu but the problem I'm having is that when I hover over the top navigation menu, the drop-down menu items are hidden behind the slider and content. I looked online and trying to figure out the problem but cannot fixed. Does anyone can help me? …

Member Avatar for JorgeM
0
233
Member Avatar for valonesal

Does anyone know the safe tags to use on a website or know where I may be able to find a list of them? Thank you.

Member Avatar for Gaetane
0
112
Member Avatar for GrazerC0de

I think Big website like Daniweb should be responsive. So users can discuss in the mobile platform. Yeah,having a mobile app would increase use activity. So, is it build a responsive website is difficult ? putting @import media screen only codes can make website responsive

Member Avatar for pritaeas
0
183
Member Avatar for everton.retweets

Hi Everyone. Got a problem with a wp comment form plugin I am trying to design. I have created a wp comments form plugin that adds to additional fields to the main comment form in worpdress. This has been created using the default twentyeleven theme. The pluing consists of two …

Member Avatar for everton.retweets
0
309
Member Avatar for zobadof

Hello, So I've done it the old fashioned way with <font size="15">Blah Blah</font> as this is the easiest way I know of at current for doing select bits of text only. However, no matter how high I set the font size, whether it be 10000 or 10 it does not …

Member Avatar for GrazerC0de
0
2K
Member Avatar for ACRDepos

Hello everyone again, I'm trying to do some web studies here and of course, digging deeper into responsive web design. Recently I came across this web page: http://kumanimedia.com/portfolio You will notice when you rescale your browser window, the boxes fluxuate based on it's size. On that, I inspected the element …

Member Avatar for GrazerC0de
0
232
Member Avatar for pardeepkhatri
Member Avatar for TheCodeCrimson

I'm new to these forums, but not to html and css. Currently learning Python, with PHP next on my to do list, and I'm looking for some advice from fellow web developers on what would be the best programming and scripting languages to learn. I come from the graphic design/web …

Member Avatar for GrazerC0de
0
336
Member Avatar for davy_yg

Hello, I am trying to create a navigation on a picture. How to do so? This is what I have: indonusa/cloud.php <img src="images/CloudS.jpg"> <div id="nav1"><a href="#"><img src="images/cloud-nav11.jpg"></a></div> <div id="nav2"><a href="#"><img src="images/cloud-nav21.jpg"></a></div> <div id="nav3"><a href="#"><img src="images/cloud-nav31.jpg"></a></div> <div id="nav4"><a href="#"><img src="images/cloud-nav41.jpg"></a></div> </div> indonusa/css/product.css #nav1{ background:url('../images/CloudNav.jpg') 0 0; margin: -325px 0 0 40px; …

Member Avatar for davy_yg
0
169
Member Avatar for davy_yg

Hello, Cek my site: http://www.innovation.web.id/services.php I wonder why the article shift to the right. Not only in service menu but also in blog, portfolio & contact. Thanks before.

Member Avatar for diafol
0
87
Member Avatar for Kaone_1

Scenario AMY Networks is a consultancy business that designs, installs and operates networks for clients in the Higher Education Sector. As one their project leaders you have been asked to responding to an ITT (Invitation to Tender) for a network design, installation and operation for a new building in a …

Member Avatar for rubberman
0
205
Member Avatar for faisal6621

I'm working on a School's fee management module. The client's requirement is: 1. There are 6 types of fee to be paid: * Annual Fee * Tuition Fee * Exam Fee * Games Fee * Development Fee * Other Charges 2. Only tuition fee will be paid monthly and rest …

Member Avatar for Begginnerdev
0
5K
Member Avatar for kurianjoseph

Kindly suggest me some good books to set my foothold on html&css. Recently i got a book "Head first to html & css"but it contains lots of silly exercises and jokes and kinda repetative. Is the missing manual series good to go by? HTML4 or 5 ? There are a …

Member Avatar for naina125
0
136
Member Avatar for Dannyv79

I have an idea that has been growing and have been learning all of the necessary languages, methods, technologies etc. to get this idea put into reality. However there is so much out there that I don't know if I am going down the road that a rookie would take, …

Member Avatar for naina125
0
222
Member Avatar for praba_web

Hi, I am Freelance Web developer. i dont know How to Set Web Design and Web Development Prices? Recently i have done one web designing project.that project contains 16 pages with mysql. Please Tell me how much should i have to charge?

Member Avatar for hag++
0
281

The End.