10,651 Topics

Member Avatar for
Member Avatar for bm42

Hi all, I would like to pose a design pattern to discussion that is achieved in two different ways. Imagine the situation where you have an interface "IFoo" (aka virtual) and implementations "FooA", "FooB", ... that inherit and implement "IFoo". Now you want the user (of the library you are …

Member Avatar for bm42
0
1K
Member Avatar for Deep Modi

let I am having the Text Link. so what should I do so that i can know how many times the link clicked? I just want to know how can I get the total clicks of link... whether its button or text... This feature is available in softpedia. while clicking …

Member Avatar for JorgeM
0
119
Member Avatar for fray

Hi, I have been having major problems with Frontpage and am ready to download a diffrent free website builder, whats the best one? and how would i upload my current pages to my new builder?

Member Avatar for matrixdevuk
0
317
Member Avatar for darkelflemurian

Good morning everyone I come here today with some questions in hopes that someone can help me through. The problem: At my work, I am requiered to create a chat app for mobile using html5 and websockets. We have a custom made chat app for desktop in the company which …

Member Avatar for PubNub
0
333
Member Avatar for Spencer_2

http://prntscr.com/2l3gnh - My Problem I'm currently using this HTML: <footer> <p class="alignleft">Text on the left.</p> <p class="alignright">Text on the right.</p> </footer> With this CSS: /***** Reset *****/ html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, …

Member Avatar for diafol
0
339
Member Avatar for fheppell

On my site, I've been tweaking the remember me checkbox so that it looks like a button, whilst still being a checkbox, my html is: <span class="button-checkbox"><button type="button" class="btn" data-color="info">Remember Me</button><input type="checkbox" name="remember_me" id="remember_me" checked="checked" class="hidden"></span> A fontawesome icon is dynamically changed and the status of the checkbox is modified …

Member Avatar for pritaeas
0
215
Member Avatar for jcomputing

I am new to drupal. How would a user add a button on a drupal page using a wysiwyg rather than using code?

0
88
Member Avatar for terryds

How to make a clickable list item with anchor text inside ? For example <li class="clickable"> <a href="http://www.somesite.com">Go</a> </li> So, when i click the list item, the browser should automatically go to www.somesite.com ... In other words, I want to make it like the snippets on CSS Tricks : http://css-tricks.com/snippets/

Member Avatar for pixelsoul
0
112
Member Avatar for sweet.virat

Hey i want navigation menu with image ... It means that if in my manu there is 3 button home,serviceses,about us than when onmouseover on that text it shows images which i choose..this type of implemntation done by me.. But when images change there is no effect ... And i …

Member Avatar for sweet.virat
0
277
Member Avatar for kevwood

Hi all thanks for reading, I am having problems getting my padding to work how i would like. I have a the followinc code for my page <!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>Sonc Hydro</title> <link rel="stylesheet" type="text/css" href="css/main_styles.css" /> …

Member Avatar for matrixdevuk
0
289
Member Avatar for andi-dev

<div class="datagrid"><table> <thead><tr><th>header</th><th>header</th><th>header</th><th>header</th></tr></thead> <tfoot><tr><td colspan="4"><div id="paging"><ul><li><a href="#"><span>Previous</span></a></li><li><a href="#" class="active"><span>1</span></a></li><li><a href="#"><span>2</span></a></li><li><a href="#"><span>3</span></a></li><li><a href="#"><span>4</span></a></li><li><a href="#"><span>5</span></a></li><li><a href="#"><span>Next</span></a></li></ul></div></tr></tfoot> <tbody><tr><td>data</td><td>data</td><td>data</td><td>data</td></tr> <tr class="alt"><td>data</td><td>data</td><td>data</td><td>data</td></tr> <tr><td>data</td><td>data</td><td>data</td><td>data</td></tr> <tr class="alt"><td>data</td><td>data</td><td>data</td><td>data</td></tr> <tr><td>data</td><td>data</td><td>data</td><td>data</td></tr> </tbody> </table></div> CSS .datagrid table { border-collapse: collapse; text-align: left; width: 100%; } .datagrid {font: normal 12px/150% Arial, Helvetica, sans-serif; background: #fff; overflow: hidden; border: 1px solid #36752D; -webkit-border-radius: …

Member Avatar for diafol
0
366
Member Avatar for hemalatha.nambisan

**I am creating a webserver where I am using a tool called HMMer. When user uses this server they have the option to generate the output for the input either as tabular output or as text output.My problem is to show both output in the web page. I am doing …

Member Avatar for urtrivedi
0
174
Member Avatar for sweet.virat

please follow this link and help me https://drive.google.com/file/d/0B6V-9RLYdFzeVUVQdzJyNnd1MEk/edit?usp=sharing visit html file and help regarding this proble

Member Avatar for sweet.virat
0
146
Member Avatar for Violet_82

Guys, I was wondering if any of you use Umbraco CMS and if so how user-friendly/good/easy-to-use it is. thanks

0
91
Member Avatar for Nitin Daphale

When I draw on my HTML5 canvas, it is zoomed already? Hence drawn arrow below is blurred! (snap attched). What is the Reason? Any help to avoid this? var ctx = document.getElementById("canvasWhiteboard").getContext("2d"); ctx.beginPath(); ctx.moveTo(touchX, touchY); ctx.lineTo(moveX, moveY); ctx.lineWidth = 4; ctx.strokeStyle = "black"; ctx.stroke();

0
173
Member Avatar for tayyongjie.gin

So what i am trying to do here is to create a slide show which will show both image and text box with one click and i cannot seem to get it right so anyone here can help me? CSS: #divs color:black; width: 350px; height: 350px; overflow: hidden; position: relative; …

Member Avatar for minitauros
0
177
Member Avatar for shuvobd71

**Platform of making website by HTML** For making html website there are many platform where we can executite the codes.The most used platform are notepad,notepad++ and Macromidea dreamweaver. Most popular platform is Macremidea dreamweaver.Any body can download it from the company website or can purchase it.Later I will discuss about …

Member Avatar for EvolutionFallen
-2
209
Member Avatar for crazyvonzipper

Hi there guys, I have quite a stupid question which for some reason I cannot wrap my head around. I have a table with supposed 4 cells (2 rows x 2 columns) but I want to set the 2nd column's rowspan to 2 making 3 cells <table> <tr> <td id="cell1" …

Member Avatar for crazyvonzipper
0
172
Member Avatar for Mohamed_26
Member Avatar for RikTelner

How to detect key being pressed and how to send "impulse" to PHP file about which key has been pressed? Simply Googling "PHP key detection", doesn't deliver reliable resources. Offcourse I could use JavaScript, but I wouldn't be able to get this to PHP, since, they're on opposite sides.

Member Avatar for RikTelner
0
79
Member Avatar for safeer008

Hi I want my link to blink. I am using this code <a href="#" style=" text-decoration:blink;">Click Here</a> but it is not working.

Member Avatar for pixelsoul
0
113
Member Avatar for abhijit_2

how to disply mysql table data on same form and also edit update and delete these data on that form in wordpress

Member Avatar for safeer008
0
97
Member Avatar for terryds

Here is the fiddle : http://jsfiddle.net/terryds/2QNK3/ The problem is the black bar at the top of the page... It should have 5px margin-bottom.. But, it doesn't... Please help me fix it...

Member Avatar for terryds
0
140
Member Avatar for nathan.pavlovsky

Hello Programmers! I am working on a 'comics' page of my website. It is going to have multiple pictures (arranged neatly in a table) for the viewer to see and enjoy. I would like to have the images (by default) have a width of 10% of the browser window's width …

Member Avatar for nathan.pavlovsky
0
332
Member Avatar for shuvobd71

I want to be an expertise in html 5.can any body inform me about some platform of learning html 5

Member Avatar for Ewald Horn
-1
180
Member Avatar for johmny
Member Avatar for vivek1995

my site's link is http://daplonline.in/ i want to put 4 more link in above image "Note only for first image not at all" am tired let's see the CSS Code for bottom buttons .main_image { width: 598px; height: 460px; float: left; background: #333; position: relative; overflow: hidden; color: #fff; } …

Member Avatar for nauticalmac
0
115
Member Avatar for LogicWeb

Just curious if anyone knows where to find the very identical social sharing script + icons found at this link (the FB/Twitter ones right above "previous post" on the bottom left. http://blog.soluslabs.com/2013/05/05/2-new-kvm-generation-2-templates-added-2/ They're really nice. I asked soluslabs, but they said "go ahead and take it" but never specified where …

Member Avatar for pritaeas
0
76
Member Avatar for Omni

Having some issues with securing my home FTP server running FileZilla FTP Server. Basically I was running through the guide on Life hackers guide on how to setup a personal home web server [Click Here](http://lifehacker.com/124212/geek-to-live--how-to-set-up-a-personal-home-web-server). Regarding the section of locking down directory access from HTTP I did the following. 1. …

Member Avatar for cereal
0
624
Member Avatar for gmosley96

I have an Excel file that is basically a list of IP addresses and corresponding host names. People need to reference this occasionally so they download the XLS file from the server. I would like to improve this process. Is there an easy way to display the data on a …

0
87

The End.