10,650 Topics

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 …

Member Avatar for Ritesh_4
0
135
Member Avatar for prancode

Hi, I am trying to dynamically generate horizontal bars for my project. I would want to make these bars draggable, but I am not able to do so. Could you please tell me how this can be done using javascript/jquery. The code written so far is as follows: <!DOCTYPE html> …

Member Avatar for prancode
0
185
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 …

Member Avatar for mattster
0
131
Member Avatar for riyaz123
Member Avatar for uniquesofts

I am webmaster of uniquesofts, we provide outsourcing your task to one who is not on your shore or the buyer of the service is located in some other country then the provider of the service. And wide range of internet marketing and search engine optimization to promote the websites. …

Member Avatar for anne123
0
328
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 …

Member Avatar for AleMonteiro
0
381
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 --> …

Member Avatar for mattster
0
224
Member Avatar for Yorkiebar14

Hello, I am struggling at trying to get custom fonts working in my application. I have added the font file to the project's resources via the 'Add Existing File...' option, and setup the following code... > FontFamily standard; Font wt; > [DllImport("gdi32.dll", ExactSpelling = true)] private static extern IntPtr AddFontMemResourceEx(IntPtr …

Member Avatar for hericles
0
350
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 …

Member Avatar for almostbob
0
72
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 …

Member Avatar for gcardonav
0
128
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 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 …

Member Avatar for Pablo149
0
123
Member Avatar for redean

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

Member Avatar for redean
0
672
Member Avatar for memetTLT

Dear all Anyone could advise me what happen to my web? This Account Has Been Suspended http://thelomboktravel.com/cgi-sys/suspendedpage.cgi I'm just a beginner in developing a web with WP. Regards Memet

Member Avatar for pritaeas
0
61
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 …

Member Avatar for EvolutionFallen
0
219
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 …

Member Avatar for almostbob
0
173
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 …

Member Avatar for Siberian
0
375
Member Avatar for Chem_1
Member Avatar for suavedesign

I am trying to use parallax scrolling for my website. So far, every tutorial I found for parallax scrolling only works with bacground images, which my site does not have. http://www.boneiolam.org/ns/index2.php is the url to my site. If you scroll down to the section with the news (light blue background), …

0
149
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 <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 …

Member Avatar for shashikumar s g
1
707
Member Avatar for Eduard_1
Member Avatar for almostbob
0
273
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> …

Member Avatar for chirsty269
0
568
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{ …

Member Avatar for mattster
0
152
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 …

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 …

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 …

Member Avatar for AleMonteiro
0
354
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 …

Member Avatar for mattster
0
291
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)

Member Avatar for ggeoff
0
198
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. …

Member Avatar for John_66
0
150

The End.