10,650 Topics
| |
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 … | |
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> … | |
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 … | |
How to design and add navigation menu in joomla 2.5? | |
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. … | |
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 … | |
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 --> … | |
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 … | |
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 … | |
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 … | |
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 … | |
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 … | |
Hi What does you think about CoffeeCup Software for web design, anyone. I wants to start designing websites. | |
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 | |
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 … | |
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 … | |
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 … | |
| |
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), … | |
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" … | |
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 … | |
Who can correct the html code of my cv? http://www.eduardlid.herobo.com | |
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> … | |
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{ … | |
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 … | |
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 … | |
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 … | |
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 … | |
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) | |
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. … |
The End.