1,100 Recommended Topics

Remove Filter
Member Avatar for
Member Avatar for mattster

## Introduction ## Ever since the dawn of programming, we have had the luxury of variables, OOP, functions and other lovely tools within our languages. CSS is arguably the easiest language to ever pick up, with everyone having to learn it’s basics. However, it lacks any power, as we have …

UI / UX Design html-css web-design
Member Avatar for mattster
6
863
Member Avatar for SimonIoa

i have created an Open graph storie on my facebook app. I want to to integrate the code to my website... this is the meta tags i use <head prefix="og: http://ogp.me/ns# fb: http://ogp.me/ns/fb# rovespier: http://ogp.me/ns/fb/rovespier#"> <meta property="fb:app_id" content="349547121879416" /> <meta property="og:type" content="rovespier:art" /> <meta property="og:url" content="Put your own URL to …

UI / UX Design web-design
Member Avatar for SimonIoa
0
149
Member Avatar for Thomas_23

Hello, I have a project and I need a good web hosting one that is free but that will also let people create accounts, and have a little profile page like Facebook if anyone has any in mind please post below!

UI / UX Design web-design
Member Avatar for cool0
0
566
Member Avatar for tsp003

I've got a problem with my pagination with one of my components on my Joomla 2.5 website. I no longer have a subscription with the developers so they won't help me. Basically the pagination in this component is vertical instead of horizontal, as in the picture below. ![pagination.PNG](/attachments/large/3/39807112133f3356027c716834f3863e.PNG "align-center"). I've …

UI / UX Design html-css php ui-ux web-design
Member Avatar for gentlemedia
0
387
Member Avatar for shammi.khan.73

Are there any good resources to get started with Node.JS? Any good tutorials, blogs or books? Of course, I have visited its official website http://nodejs.org/, but I didn't think the documentation they have is a good starting point.

UI / UX Design node.js web-design
Member Avatar for Squiva
0
320
Member Avatar for Dmitriy78

I want to have a box within a box within a box; a border within a border within a border using divs. If you can see what I'm doing wrong please help. It would really be appreciated. Here is my html: <!DOCTYPE html> <html> <link rel="stylesheet" type="text/css" href="divReference.css"> <body> <div …

UI / UX Design web-design
Member Avatar for donz365
0
208
Member Avatar for methuselah90

What would be the best way of lining up the **Back** text with the **Booking** heading? **HTML** <nav class="navbar navbar-default navbar-fixed-top"> <div class="container"> <div class="navbar-brand">Booking</div> <div>Back</div> </div> </nav> **CSS** .navbar { background-color: #0088CC; padding-left: 0em !important; padding-right: 0em !important; } .navbar-brand { color: #fff !important; padding-left: 0em !important; padding-right: 0em …

UI / UX Design web-design
Member Avatar for donz365
0
125
Member Avatar for rishisagar

I am working on a website and i want to use symbols like alpha and beta in headings...

UI / UX Design html-css web-design
Member Avatar for donz365
0
89
Member Avatar for vegaseat

Here we use the eval() function as the backbone of a simple calculator. One table is used for the display. A second table holds the buttons for the keypad. The whole thing forms an attractive looking calculator. To test it, simply paste the code into an editor like notepad and …

UI / UX Design html-css web-design
Member Avatar for diafol
1
2K
Member Avatar for Simon_4

Hi I just have the follow problem. In my form, I have a select option. Usually I should see some text there, I can change and open the dropdown menu, but I not see any text. What it could be? Here is the url: http://web159.login-142.hoststar.ch/memberd/de/prices/ And here some html code: …

UI / UX Design web-design
Member Avatar for pritaeas
0
332
Member Avatar for Kewne

Hi guys, Can you suggest me a free web (browser) tester and can I hear your opinions about this testers? Thank you.

UI / UX Design web-browser web-design
Member Avatar for djjeavons
0
328
Member Avatar for omarabed

I finished an excellent lesson in html and now how I can apply what I learned in building a simple Web page?

UI / UX Design web-design
Member Avatar for pixelsoul
0
214
Member Avatar for samson.oba.77

I tried different jquerry sliders from the internet. Some work but only as full background while i want the slider containend in a div "<div class="banner"> ". Im now using unslider from unslider.com, while the sliding works the images totally leak out of the div container.How can I change this …

UI / UX Design javascript-jquery web-design
0
159
Member Avatar for zella

hi can someone help me make my headers fixed and my table body be able to scroll vertically. i have seen the javascript and css "display:block and overflow-y: auto; overflow-x: hidden;" it just doesnt work with me . <style> .table{ width:100%; border-collapse:collapse; border:0px ; cellspacing:5px; cellpadding:5px; margin-left:auto; margin-right:auto; max-width:70%; border-color:#9DC45F; …

UI / UX Design web-design
Member Avatar for diafol
0
103
Member Avatar for daniel.conlinjr.1

im working on a theme build and im having troubble getting the sidebars to appear on the same level as the content, as of right now they are displaying below the main content and they need to be even with the top of it.... any help would be greately appreciated. …

UI / UX Design web-design wordpress
Member Avatar for tdrosiadis
0
95
Member Avatar for elvi.1221

Hello! Im trying to put some icons in my html codes but no result. no icons. im tyring it to do like that: <span class="icon-home"></span>

UI / UX Design html-css web-design
Member Avatar for pixelsoul
0
69
Member Avatar for Samuccaya

I saw a post from a few years ago on how to load fonts into my server and imbed them so that other viewers can see them. There was a code given that was @font-face { font-family: yourfont; src: url('yourfont.ttf'); } Do I put this code into the CSS portion …

UI / UX Design web-design
Member Avatar for mattster
0
85
Member Avatar for Kewne

I have made a simple code that will only save to a simple database. I have this code: register_activation_hook(samplePath, 'sample_install'); add_action('admin_menu', 'main'); add_action('user_admin_menu', 'main'); and a function like this : function main(){ <?php if (current_user_can('smessage')) { echo("admin");} else{ if(current_user_can('rmessage')){ echo("other user"); } } } and this the sample_install function from …

UI / UX Design web-design wordpress
Member Avatar for asimegusta
0
188
Member Avatar for Simon_4

Hi There I have a bit problem with my navigation, or the dropdown of it. If I hover an a element, the other just move around... I do not know how to fix it. Here is my css code: div.com-amazon-webstore-GlobalSiteNav-2 ul#globalNav li.navigationGroup ul { position: absolute; top: 0px; left: -9999px; …

UI / UX Design web-design
Member Avatar for asimegusta
0
152
Member Avatar for PulsarScript

Hi all,can someone help to identify and remove strange blue lines in the form: //here is the form: <form class="getinput" method="post" action="<?php echo $_SERVER['PHP_SELF'];?>"> <div> <h2>Login</h2> <table class="form"> <tr><td> <label> <span>Lecturer ID</span><input name="lecturerId" type="text" id="tableField"> </label> </td></tr> <tr><td> </td></tr> <tr><td> <label> <span>Password</span><input name="password" type="text" id="tableField"><br/> <input name="send" type="submit" id="sendButton" value="Submit"> …

UI / UX Design web-design
Member Avatar for JorgeM
0
130
Member Avatar for manazian

hello, help me to make a photo gallery to my website

UI / UX Design image php web-design
Member Avatar for diafol
-3
261
Member Avatar for Deep Modi

Hello sir, I am trying to create the FOoter... My Work (Code): <html> <body> <div id='footerdiv' style="height:400px;background-color:#091d22"> <div id ="Socialbar" style="height:50px; background-color:#0c3239"> </div> <div id="ftNavBar"> <div class="ftNav" id="ft_summary"> <script type="text/javascript" src="http://ji.revolvermaps.com/2/1.js?i=8yc9f8z4elm&amp;s=350&amp;m=8&amp;v=true&amp;r=false&amp;b=000000&amp;n=false&amp;c=ff0000" async="async"></script> <div class="ftNav" id="xsoftware"><h1>Software-1</h1> <ul> <li><a href="">Advance Notepad</a></li> <li><a href="">X Content</a></li> <li><a href="">y Content</a></li> <li><a href="">z Content</a></li> </ul> </div> …

UI / UX Design web-design
Member Avatar for Christel_1
0
147
Member Avatar for jackparsana

please help me to install fonts in my website. can i put fontfile in my server and use in webpage. thanks in advance. jack

UI / UX Design web-design
Member Avatar for Samuccaya
0
416
Member Avatar for cristian.stilpeanu.1_1

Hi guys, someone please help me with a problem, i search alot to google how to hide my ending of my url page and can't find nothing.. ex: www.url.com/file.html what i want it's: www.url.com/file how i can do this? please help me, ty.

UI / UX Design html-css web-design
Member Avatar for NerdFreak
0
311
Member Avatar for ankit.baphna

Hi, I want to create list of items on my header to which if selected sends that value to my Div class where my search code is there as input to it. I have seen href works for pointing to.php with id value as parameter. but what is syntax for …

UI / UX Design html-css php web-design
Member Avatar for pixelsoul
0
256
Member Avatar for Kewne

Hi guys, Just wanna ask what the "::" is for? ex. CRM_ContactsCommon::get_my_record() Correct me if I'm wrong, the **CRM_ContactsCommon** is a class and the **get_my_record** is a function inside the class. Now, is the "::" works the same way like in java to access a function of a class? Thank …

UI / UX Design web-design
Member Avatar for Kewne
0
196
Member Avatar for emaus9

index.html file <form id="form" method="post" action="formdata.php" enctype="text/plain" autocomplete="on" target="_blank"> <!-- onsubmit="return confirm('Your request have been submitted. Thank You.')" onsubmit="this.submit(); this.reset(); return false;">--> <fieldset> <legend>Get a FREE Quote</legend> <label for="flname">First and Last name:</label><input type="text" name="flname" autofocus placeholder="Please type your first and last name." size="40" required /><br> <!-- <label for="lname">Last name: </label><input …

UI / UX Design html-css php web-design
Member Avatar for emaus9
0
195
Member Avatar for Kewne

Hi guys, I just followed the tutorial on epesi and have finished making their tutorial on "Hello World". Now, I'm trying to create another module but it doesn't show up at the administrator availanble install. It was just a simple code following the skeleton presented at the HelloWorld tutorial just …

UI / UX Design web-design
0
186
Member Avatar for glindhot

<input type="radio" name="Wed" value="" checked>None <br /> <input type="radio" name="Wed" value="Class 1">Computers <br /> <input type="radio" name="Wed" value="Class 2" >Physics (1st 5 weeks) <br /> <input type="radio" name="Wed" value="Class 3">Astronomy (2nd 5 weeks) <br /> <input type="radio" name="Wed" value="Class 4">Mathematics <br /> <input type="radio" name="Wed" value="Class 5">Literature <br /> This …

UI / UX Design web-design
Member Avatar for diafol
0
162
Member Avatar for Kewne

Hi guys, I am learning how to code using epesi framework. Can anyone help me with this** Utils_RecordBrowserCommon::get_records** . I can't make it work it always gives me this error **Message: RecordBrowser critical failure, terminating** . I have followed on how the rb is used, this is my code $data …

UI / UX Design php web-design
0
150
Member Avatar for hemanath

if i have complete webpage in chrome when i open opera alignment proble occur and also destop width is change please give me solution

UI / UX Design web-design
Member Avatar for diafol
0
142
Member Avatar for sneixum

hello.. newbie want to ask.. :) how to make floating ads with flash or image content in the top and also in the bottom of the website screen? when website page is scrolled, the ads will not move from their place, not even a bit.. you know i'ts hard to …

UI / UX Design web-design
Member Avatar for shiqar
0
118
Member Avatar for davy_yg

I am trying to place padding for the table so that it looks good. but how? index.php <table border="0" width="300px"> <tr style="background-color:#ede6c9; color: black;"> <td> <?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']; …

UI / UX Design web-design
Member Avatar for raykevinnn
0
111
Member Avatar for Xecantur

I'm not quite sure how to word it but I have a group of tags I want to style nav->ul->li->a but I'm not sure what the syntax is to specify it I've tried just about every combination I can think of current code: <!DOCTYPE html> <html> <head> <title> Site One</title> …

UI / UX Design web-design
Member Avatar for Xecantur
0
104
Member Avatar for cristian.stilpeanu.1_1

Hi guys, i want to put on my every page an image to represent my website, like wordpress when you share on facebook etc, it's the content part and bellow it's image from his post, i want to do something like this.

UI / UX Design web-design
Member Avatar for Amanda_2
1
246
Member Avatar for vizz

With my following code how to create simple filter using only CSS? li items have opacity 0.1, how to make opacity 1 if radio buttons are checked? By default *All Type* radio button is checked, so all li items must have opacity 1. When other buttons are checked, how to …

UI / UX Design html-css web-design
Member Avatar for Phaelax
0
243
Member Avatar for Deep Modi

hello all of you, I dont know whether i am putting THIS SUBJECT in the proper place or not. @admin if this is placed at wrong place then just cut and paste to original place. LOGO - I want the new ideas on creating the logos. I have the group …

UI / UX Design web-design
Member Avatar for <M/>
0
278
Member Avatar for Kewne

I have a code: <body> <?php global $wpdb; $sql = ""; $sql = "SELECT * FROM emgAdmin"; $sql = "$sql INNER JOIN wp_posts ON wp_posts.ID = emgAdmin.ID_OfPost "; $ArrResult = $wpdb->get_results($sql); while ($emgAdminResult = mysql_fetch_object($ArrResult)) { echo($emgAdminResult->post_date); } ?> </body> and I'm getting an error that says,"Call to a member …

UI / UX Design web-design wordpress
Member Avatar for Kewne
0
2K
Member Avatar for fireburner29

Hi, I would like to put steam effect on my home page. How to make animated steam effect using jquery? Please help me. My Website : http://hotels-b2b.com/biryani/

UI / UX Design javascript-jquery web-design
Member Avatar for fireburner29
0
1K
Member Avatar for Simon_4

I have the problem, and I tried allready a lot, as i like to center my navigation, center to my site. The main issue is, that I work with amazon's sellercentral, Amazon Webstore. And I can't show the site in public, and maybe there other things, don't let me center …

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

Hi! I cant solve this puzzle.In my code the maincontentpic div doesnt show.The image (CompHandWeb.jpg)is in the same folder and at the right place, it showed up before i altered the code. The second part after the gap is the Css which is also working, apart from said maincontentpic div. …

UI / UX Design web-design
Member Avatar for gentlemedia
0
239
Member Avatar for nanpak

Hi, can anyone help me out on how to host a web page design for a secondary school? i'm still learning, i just don't have idea. thanks!

UI / UX Design web-design
Member Avatar for Amanda_2
0
192
Member Avatar for Priti_P

Hello, Am new in CSS I have form like below code. <div> <span class="lable"> Practice Name<span class="PreRequired">*</span></span> <input type="text" name="practiceName" ng-model="practiceData.practiceName" style="width:20.5%;" required ng-pattern="/^([a-zA-Z]+\s*)*[a-zA-Z]+$/" placeholder="Practice Name"/> <span ng-show="SubmitPractice.practiceName.$error.pattern"> Please enter valid Practice Name </span> </div> <div> <span class="lable"> Practice Head<span class="PreRequired">*</span></span> <select ng-model="practiceData.practiceHead" style="width:20.5%;" required="required" ng-options="em.gslab_id as em.employee_name for em …

UI / UX Design html-css web-design
Member Avatar for hericles
0
179
Member Avatar for newbi11

Hi everyone, I am having some problems implementing a js slide caption on my webpage and I would appreciate if someone could help. Here is the Js caption http://ryun.github.io/HCaptions/ and here is the code I am working with : <html> <head> <style> .cap-overlay{ font-family: monospace; font-size: 26px; color: #666; } …

UI / UX Design javascript-jquery web-design
Member Avatar for newbi11
0
166
Member Avatar for andrew3208

Hello All! Not sure if I'm posting in the right place, but I'm not sure where that would be, so here goes. I'm a high school history teacher, and I've had an idea about creating a "lesson/unit planning" website for a while. Teaching in general is such a time-suck, so …

UI / UX Design web-design
Member Avatar for broj1
0
129
Member Avatar for janicemurby

hya im working on a template and i have the body and a content box and i want to align the content box to center of body how can i do this in css ty jan x

UI / UX Design web-design
Member Avatar for pixelsoul
0
118
Member Avatar for Kewne

Hi, Does anyone here kbow how to get the post not the pages in a wordpress dashboar? This line of code: `$ArrResult = $wpdb->get_results("SELECT * FROM {$wpdb->posts} WHERE post_type = 'page' ");` and for the table I have something like this: `<td><?php echo $sampleResult->post_title ?></td` I thought this would get …

UI / UX Design web-design
Member Avatar for Kewne
0
96
Member Avatar for krunal_2

i have a radio switch But How can i make a switch on/of Using Two Buttons

UI / UX Design web-design
Member Avatar for krunal_2
0
66
Member Avatar for network18

There's trouble in using font awesome icons as they suggest, so I am using them as below - <i class="nimg nicon-ico_help_rnd_lg" style='color: #FFFFFF !important;' alt="Info" title="Color code information" onclick="info()"></i> and style below - .nimg { height: 37px; width: 37px; float: left; /*display: table-cell;*/ display: block; text-indent: -9999px; vertical-align: middle; /*border:1px …

UI / UX Design web-design
Member Avatar for anandvaishnav
0
987
Member Avatar for sweexee

Hi, please can someone help me to solve divs' ovelapping issue in my code? My navigation overlapping logo area when I resize my browser window to a smaller. Other divs stay proportionally in their places except navigation . I tried different options but I can't find a mistake. I would …

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

The End.