- Strength to Increase Rep
- +0
- Strength to Decrease Rep
- -0
- Upvotes Received
- 16
- Posts with Upvotes
- 16
- Upvoting Members
- 16
- Downvotes Received
- 10
- Posts with Downvotes
- 9
- Downvoting Members
- 6
189 Posted Topics
Re: Html 5 has a universal declaration`<!doctype html>` you don't need to write all that lines with trasitional strict etc | |
Re: Sublime text 2 can be a great editor for web with following plugings prefixr css tidy html tidy codeintel jquery alignment. The best part is that is cross platform. Good luck in find the best ide for you | |
I have only one week to learn java at a intermediate level. What books tutorials you recomend? Another thing I have to learn is java Algoritms and Data structures. Can some one show me how? I have a little bit understanding of arrays if while for switch classes try catch … | |
What do you think about PL/SQL ? Is this a language worth learning for the feature along with SAP? | |
Re: Something like this <div class="head_banner"><a href="<?php echo home_url();?>/page"><img src="<?php bloginfo('template_url'); ?>/images/image.png"></a></div> | |
Re: Yes it's very easy,bootstrap is overwriting your code. So to override the bootstrap code use the important rule. I prepared a codepen version for you [Click Here](http://codepen.io/anon/pen/lktbc) Hope this helps | |
Re: You have a bootstrap 3 template the should work after you insert this between the head tags <!-- Latest compiled and minified CSS --> <link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/bootstrap/3.2.0/css/bootstrap.min.css"> <!-- Optional theme --> <link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/bootstrap/3.2.0/css/bootstrap-theme.min.css"> Hope this helps | |
Re: I would use a class on the hidden input field Something like this. I made a codepen for you [Click Here](http://codepen.io/anon/pen/EucaF) Hope this helps | |
Re: The first question you should ask yourself when you are securing a website is: ## How I am going to build my website? ## ## Do I use a platform or do I make it from scratch? ## There are 2 ways both have advantages and desadvantages. Method 1 Platform … | |
Re: Ok first of all what you have is a slider. The basic idea behind it is that it moves images into the view and then out of the view. If you don't know coding and you don't have a user interface or GUI, you will not be able to create … | |
Based on this ideea **You just wrote a loop allowing the input of 20 names into a list. Alas, you made an error as you entered name number 17. Redesign your input loop, so you can correct the error easily without having to retype the previous 16 names.** I wrote … | |
Re: A normal `<link rel="styleshet" type="text/css" href="your_mobile.css"/>` The responsive part of your css goes in your css file. Don't add your responsive rules as atributes to your html link tag, it will only cause trouble with older browsers and unexpected errors Hope this helps. | |
I searched daniweb for related questions and google but i canot seem to find my problem in my code When I try to search for a word that exists in my list it returns false This is my code def main(): #the word that I am looking for word = … | |
Re: If you use HTML5 then the following code should work well <input type="time" name="time"/> or if you would like something that should work without html5 try this plugin http://jonthornton.github.io/jquery-timepicker/ ![]() | |
I have a simple menu like this **HTML** <div> <ul> <li> <a href="#">Demo</a> </li> <li> <a href="#">Demo2</a> </li> <li> <a href="#">Demo3</a> </li> <li> <a href="#">Demo4</a> </li> <li> <a href="#">Demo5</a> </li> </ul> </div> **CSS** ul li:nth-child(1){border-top:4px solid red;} ul li:nth-child(2){border-top:4px solid pink;} ul li:nth-child(3){border-top:4px solid blue;} ul li:nth-child(4){border-top:4px solid orange;} Now … | |
I would like to know what means Java Web UI with html5 knowledge,flex,javascript,css? Do you have to use plain jsp jsf servlet and then use a MVC pattern? If so the views are made with html5 flex? If anyone knows more about this please explain it to me because I … | |
Re: You have to create a .htaccess file using an editor like notepad or notepad++, before that you should activate the rewrite option in httpd.conf. Use this link to understand how to activate this http://www.lancelhoff.com/enabling-htaccess-in-apache-on-windows/. The part with the rewrite it is new for me so I can help you just … | |
Re: Do you use php in production or dev mode try this error_reporting(E_ERROR | E_WARNING | E_PARSE); and see what you get. One more idea validate your data and use pdo to be safe. Are you trying to upload a file to a directory and to the database too? | |
Hy I would like to know what python gui framework, I can use that will be compatible cross platform and will help me create my snippet saver, that will be relational database, with categories for each language. I thought I can use kivy to create my graphical interface than use … | |
Re: You have to choose a web hosting company the lowest price with a lot of feature is ipage. The top 3 companies from my point of view are: Hostgator Ipage Dreamhost Hope this helps, if not post a reply and i will get back to you. | |
Hy my apache2.4.6 is not reading htaccess files My 000-default.conf file is <VirtualHost *:80> # The ServerName directive sets the request scheme, hostname and port that # the server uses to identify itself. This is used when creating # redirection URLs. In the context of virtual hosts, the ServerName # … | |
Re: Your example doesn't work because you have a `<input>`element open and add a nother element in that this is identically to this `<div <span> <form>>`,this is not a valid syntax. Web consortium have created this method and this method alone to add images to buttons `<button><img src="path/to/image"/></button>` I hope you … | |
Re: What version of bootstrap? Do you use a `div class="col-md-12"`? On a `div class="row"`? | |
Re: Maybe something like this $parent = $_POST['parent']; $query="select $parent from table"; | |
Can somebody explain to me how can I create a one page for all crud and my edit for to be the same with my create form? I don't know how to use if(iseet($_POST['action=create']) if(iseet($_POST['action=edit']) if(iseet($_POST['action=delete']) Oh and if someone is intrested in accepting an apprentice to teach and review … | |
Re: Are you using a css reset? try overflow:auto; on your div. | |
I am still learning Laravel 4 so I have a resourceful controller tasks and I am having a problem implementing my jquery. My delete works fine without jquery so i think that I am not providing the proper url I have found one problem I don't know how to pass … | |
Re: Show some off your css that you think is causing the problem than I can help you further. | |
Re: One basic rules with sessions is that you will need session_start(); on all pages so that you session will be active on every page Maybe this is you problem? ![]() | |
I have a thread in the php area but my question is from python and php world a like so I would like some input form you guys on python part. [PHP Python web future](http://www.daniweb.com/web-development/php/threads/466242/php-framework-or-python-framework) Thank you. | |
What will be the language of the feature web PHP or Python? What framework will be the future a php one or a python one? I would like to add that Laravel for php is still young and the development is not made by a corporation so I don't think … | |
Re: I don't know if this ideea will help you but bu here goes nothing. To build something secure you will hape to use a server that is yours and use the https protocol. For your login salt hash your passwords and even md5 encrypt them. Don't use ajax for posting … | |
Re: Can't you use an ther way to display your content maybe with a fancy box or a fadein that will populate a div or a span with your content. The idea to try hacking the behaviour of a browser is not a solution because every browser has it's own behaviour. … | |
Re: Do you want to use jquery? Do you like to provide functionality for users with javascript disabled? Can you use pdo? These are the question you should answer before going forward And to help you with your question you can send as many inputs form a form via jquery ajax … | |
Re: Have you allowed execute wright for you htaccess? | |
Re: Yes use css3 media queries and than use respond.min.js to make your website responsive for ie8-10. Hope this helps | |
Re: I donot see any problems in the latest chrome.In which browser do you experience problems? Do you use a css framework? Any reset.css? If you can answer to this questions than I maybe able to provide more help. | |
Re: Maybe this could help? RewriteEngine on RewriteCond $1 !^(index\.php|resources|robots\.txt) RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule ^(.*)$ index.php/$1 [L,QSA] 2- from the config file change $config['index_page'] = 'index.php'; to $config['index_page'] = ''; | |
I would like some help with my connect class.This class is created by me it is my way of thinking so i would like to know why this class dossent get my variables and connect proprely to mysql. the code <?php /** * Exp:Connect to database in oop style @params … | |
Re: What is you audiance, do you wanted to be responsive?To adapt to mobile desktop? Are you going to use pictures? After you answer this question i may be able to help you | |
Re: Have you thought to use for uni version a file that can than be parsed and populate youe application with the necessary data. Something like a xml or a excel document. Hope this helps | |
Re: Use the youtube API and email to a list of emails on every upload that succeeds. Good luck with your project | |
Re: Found your problem adblock thinks that what you have there is a add try using ace editor to display your code or use something similar. Good luck | |
Hy I want to understand what is a better approach on problem solving point of view for a php project , a framework or the mvc pattern? I would like to add that I know that both principels are quite the same but with a minor diffrence that a framework … | |
Re: I don't know asp but I think in your css you set you calendar to an absolute positioning and that could be your problem,but if I can't see the live site. I can only recomand you to chech the positioning, if it is absolute than changeit to relative and see … | |
I need a way to store x y height and width in 4 jquery variables I was thinkink about the jquery ajax get but don't know how to achive this. This is my code <?php $result = $pdo->query('SELECT * FROM figures'); foreach ($result as $row=>$value) { echo '<li>'."My value is" … | |
Re: Learn Responsive design(media queries css3 html5) Use a frontend framework like gumby or bootstrap Learn php frameworks they will make your life easier Ruby Java for web The list can continue but learn this first | |
I have strated this thread so that we can all share our favorites ide's for PHP My personal favorites are : Notepad++ Netbeans PHP Aptana OK share your favorites and see who will win you can add any php editor you like mac linux android windows it dosen't matter Let's … ![]() | |
Re: I think you might have a virus and I recomand if you are a windows user to try hitman pro | |
Re: php.net phpeveryday phpbuilders search on google php tutorial |
The End.