10,643 Topics
| |
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 … | |
if i have complete webpage in chrome when i open opera alignment proble occur and also destop width is change please give me solution | |
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 … | |
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&s=350&m=8&v=true&r=false&b=000000&n=false&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> … | |
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 … | |
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> … | |
Hi Need some help on thiz matter, I have done the accordion slide color and at the moment the border line color is in blue. But I need to know on how to change it to different colors of the border line individually. Pls refer to the attach file. Rgds … | |
please help me to install fonts in my website. can i put fontfile in my server and use in webpage. thanks in advance. jack |
The End.