Posts
 
Reputation
Joined
Last Seen
Ranked #2K
Strength to Increase Rep
+0
Strength to Decrease Rep
-0
71% Quality Score
Upvotes Received
16
Posts with Upvotes
16
Upvoting Members
16
Downvotes Received
10
Posts with Downvotes
9
Downvoting Members
6
5 Commented Posts
1 Endorsement
Ranked #858
Ranked #686

189 Posted Topics

Member Avatar for iramsweet

Html 5 has a universal declaration`<!doctype html>` you don't need to write all that lines with trasitional strict etc

Member Avatar for anand9796
0
363
Member Avatar for daino

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

Member Avatar for Tangerinejoe
0
557
Member Avatar for dany12

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 …

Member Avatar for stultuske
0
243
Member Avatar for dany12

What do you think about PL/SQL ? Is this a language worth learning for the feature along with SAP?

Member Avatar for user123454321
0
214
Member Avatar for lwaterfo

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>

Member Avatar for aliceknight
0
189
Member Avatar for Jack_9

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

Member Avatar for almostbob
0
170
Member Avatar for newbie14

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

Member Avatar for veera100
1
316
Member Avatar for dwlamb

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

Member Avatar for dwlamb
0
301
Member Avatar for Sara Evans

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 …

Member Avatar for Jack_9
0
202
Member Avatar for Kyla_1

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 …

Member Avatar for dany12
0
208
Member Avatar for dany12

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 …

Member Avatar for TrustyTony
0
322
Member Avatar for momonq1990

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.

Member Avatar for shophiarajan47
0
172
Member Avatar for dany12

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 = …

Member Avatar for dany12
0
262
Member Avatar for SPRINGHEEL

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/

Member Avatar for diafol
-2
136
Member Avatar for dany12

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 …

Member Avatar for dany12
0
296
Member Avatar for dany12

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 …

Member Avatar for stultuske
0
343
Member Avatar for jacksantho

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 …

Member Avatar for bathina.gunasekhar
0
8K
Member Avatar for eddstyson

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?

Member Avatar for eddstyson
0
191
Member Avatar for dany12

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 …

Member Avatar for dany12
0
348
Member Avatar for rajuahmed

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.

Member Avatar for dany12
0
75
Member Avatar for dany12

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 # …

Member Avatar for dany12
0
3K
Member Avatar for chrisschristou

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 …

Member Avatar for João_5
0
172
Member Avatar for rouse

What version of bootstrap? Do you use a `div class="col-md-12"`? On a `div class="row"`?

Member Avatar for rouse
0
96
Member Avatar for t_thakar

Maybe something like this $parent = $_POST['parent']; $query="select $parent from table";

Member Avatar for t_thakar
0
192
Member Avatar for dany12

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 …

Member Avatar for dany12
0
242
Member Avatar for somjit{}
Member Avatar for dany12

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 …

Member Avatar for cereal
0
378
Member Avatar for Mafiamanandre
Member Avatar for Mafiamanandre
0
142
Member Avatar for mastermind2

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?

Member Avatar for diafol
0
360
Member Avatar for dany12

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.

Member Avatar for dany12
0
748
Member Avatar for dany12

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 …

Member Avatar for profmuluka
1
459
Member Avatar for pwolf

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 …

Member Avatar for pwolf
0
536
Member Avatar for Burhan_1

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. …

Member Avatar for dany12
-1
418
Member Avatar for accra

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 …

Member Avatar for accra
0
409
Member Avatar for simplypixie
Member Avatar for hilRunr

Yes use css3 media queries and than use respond.min.js to make your website responsive for ie8-10. Hope this helps

Member Avatar for jahid32
0
132
Member Avatar for markyeoj

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.

Member Avatar for dany12
0
155
Member Avatar for davy_yg

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'] = '';

Member Avatar for dany12
0
136
Member Avatar for dany12

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 …

Member Avatar for pritaeas
0
1K
Member Avatar for Sanjay_6

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

Member Avatar for dany12
0
177
Member Avatar for laura301019

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

Member Avatar for dany12
0
170
Member Avatar for Whilliam

Use the youtube API and email to a list of emails on every upload that succeeds. Good luck with your project

Member Avatar for dany12
0
67
Member Avatar for toxicandy

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

Member Avatar for dany12
0
316
Member Avatar for dany12

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 …

Member Avatar for dany12
0
376
Member Avatar for gahhon

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 …

Member Avatar for JorgeM
0
181
Member Avatar for dany12

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" …

Member Avatar for dany12
0
249
Member Avatar for TheCodeCrimson

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

Member Avatar for GrazerC0de
0
338
Member Avatar for dany12

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 …

Member Avatar for diafol
0
191
Member Avatar for David2012
Member Avatar for jlauer2003
1
548
Member Avatar for personalisedpen
Member Avatar for Draconyster
0
342

The End.