Posts by valdir silva • 89 points
11 posts
- 
		0 votes1 answer32 viewsQ: Multiply table prefixesIs there a php function to replace #_ by multiple example table prefixes Test,test2,test3,test4 ->from ( '#__dolar_corrent AS a' )->leftJoin ( '#__users' )… phpasked valdir silva 89
- 
		1 votes1 answer41 viewsQ: jQuery Menu function select url browserHow do I make the code window.location.href with the right value of <option: <script type="text/javascript"> jQuery(document).ready(function($){… jqueryasked valdir silva 89
- 
		0 votes1 answer46 viewsQ: As Create a select menu, it is in the first position with the current urlAs Create a select menu, it is in the first position with the current url, changing the selected of option: <select > <option value="http://www.test.com/teste1"… 
- 
		1 votes1 answer213 viewsQ: How do I add an input type="radio" in a form?How do I add an input type="radio" in a form for the result to go to other pages? And when I edit the form the radio choice is still saved? 
- 
		1 votes1 answer56 viewsQ: How do I modify a url with . htacess?I have the url example.com/photo I would like to modify it for example.com/image Note I have access to . htacess and apache modules. 
- 
		2 votes1 answer5853 viewsQ: How do I open this function url in a new tabThe code below converts url hyperlink text: $bodyText = "The text you want to filter goes here."; function formatUrlsInText($text) { $reg_exUrl =… 
- 
		0 votes2 answers89 viewsA: Css in different resolutions and browsersThe browser incompatibility problem has been solved with this: http://www.devmedia.com.br/como-utilizar-a-tecnica-css-reset/26797 I’m leaving the link and not the code to give a credit to who put.… cssanswered valdir silva 89
- 
		0 votes2 answers89 viewsQ: Css in different resolutions and browsersI have the componente1 and the componente2 follow the example: body { margin: 0; } .componente1 { width:250px; float: left; background-color: green; height: 340px; } .componente2 { width:250px;… cssasked valdir silva 89
- 
		1 votes2 answers88 viewsQ: How do I use @media to block padding-top in smaller resolutions?How do I block 'padding' from that function <div style=" width: 300px; float:left; padding-top:68px" > no @media ? The goal is to block 'padding' in smaller resolutions.… cssasked valdir silva 89
- 
		1 votes1 answer94 viewsQ: Float:left and float:right in smaller resolutionsI have component 1 in float:left and component 2 in float:rigth, , but the problem occurs when in lower resolution component 2 is below component 1 facing the right side and component 1 facing the… cssasked valdir silva 89
- 
		0 votes1 answer48 viewsQ: What do I call one function in another?I’m trying to call this function here $bodyText = "The text you want to filter goes here."; function formatUrlsInText($text) { $reg_exUrl =… phpasked valdir silva 89