10,650 Topics
| |
Hi, I'm trying to run netbeans debugging tool but I always get a message "This webpage is not available". I tried following a configuration from youtube which says to uncomment the zend_extension = "C:\xampp\php\ext\php_xdebug.dll" and xdebug.remote_enable = 1. But I can't still make the debug works. Can anyone help me … | |
## 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 … | |
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! | |
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 … | |
I'm taking API course and we were asked to develop API,, I'm new to this subject so which API is easier to work with twitter,Amazon or google map | |
| I'm having an issue with emulation check on IE7. For some reason it seems to be ignoring my css and it's completely scrambled. IE5, IE6, IE8, IE9 and beyond looks great. I had to fix alignment issues on divs in IE5+6, but other that they're fine. But IE7 just looks … |
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 … | |
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 … | |
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> | |
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; … | |
Is flat design just a temporary trend, or is it here to stay and we’ll be designing flat websites for years to come? Can it be, perhaps, the new standard of web design? | |
| |
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. … | |
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: … | |
Hi guys, Can you suggest me a free web (browser) tester and can I hear your opinions about this testers? Thank you. | |
I want to make a semantic bulletin board. But, I don't know whether the <section> tag should be used for a category and a forum or not.. And, I also wonder if there is something better if I use <article> tag for the first forum post (the article that is … | |
Hi, I'am newer in PHP development.I have a question please,Is there any way to create a web application with AngularJS, HTML5, and CSS3 as front end, and NodeJS as back end ,and PHP5 as a the restful web service? thanks for Help | |
I finished an excellent lesson in html and now how I can apply what I learned in building a simple Web page? | |
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 … | |
Hi.. I’m trying to create circular menu bar,but my menu bar is nearly similar to tympanus circular menu bar(visit [Click Here](http://tympanus.net/Tutorials/CircularNavigation/index2.html)) but in tympanus if we want menubar we must click open/menu button I want menu bar(fixed) to be display without any any clicking and instead of button i need … | |
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 … | |
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; … | |
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"> … | |
| |
<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 … | |
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 … | |
Hi guys, someone please help me basic guidence about wordpress theming through HTML? Thank you | |
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 … | |
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. | |
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 … |
The End.