Go Back   CodingForums.com > Search Forums

Before you post, read our: Rules & Posting Guidelines

Showing results 1 to 25 of 49
Search took 1.09 seconds.
Search: Posts Made By: Maurizio1230
Forum: Apache configuration 07-18-2010, 05:21 PM
Replies: 5
Views: 2,050
Posted By Maurizio1230
Oh. thank you very much. Sorry but I didn't see...

Oh. thank you very much. Sorry but I didn't see the not Logical Operator "!" in your code. You are great!!! :)
May I ask you how to redirect from http://site.com/blabla/EVERYTHING.php to...
Forum: Apache configuration 07-17-2010, 07:49 PM
Replies: 5
Views: 2,050
Posted By Maurizio1230
Thank you very much And what about my second...

Thank you very much
And what about my second question?:
Forum: Apache configuration 07-16-2010, 10:13 PM
Replies: 5
Views: 2,050
Posted By Maurizio1230
RewriteCond for SSL

Hi all,
I set some RewriteCond in order to redirect from some pages (80 port) to its corresponding ssl pages (443):
RewriteCond %{SERVER_PORT} 80
RewriteCond %{REQUEST_URI} /LogIn.php...
Forum: JavaScript programming 07-12-2010, 07:56 PM
Replies: 3
Views: 502
Posted By Maurizio1230
unobtrusive js replace

Hi all,

I have this code:
<input type="hidden" value="update_cart" name="ca">
<input type="hidden" value="2" name="numcart">
<input type="submit" name="submit" value="Update Cart"...
Forum: PHP 06-21-2010, 08:47 PM
Replies: 3
Views: 1,371
Posted By Maurizio1230
Maybe something with ob_start? I'm getting...

Maybe something with ob_start?
I'm getting crazy!
Forum: HTML & CSS 06-20-2010, 02:04 PM
Replies: 16
Views: 2,086
Posted By Maurizio1230
Javascript and Java are two different scripting...

Javascript and Java are two different scripting languages.
Javascript is composed by two words, Java and Script, because its syntax was influenced by Java.

Javascript doesn't require any...
Forum: HTML & CSS 06-20-2010, 12:06 PM
Replies: 16
Views: 2,086
Posted By Maurizio1230
If you want to swap the color themes without...

If you want to swap the color themes without reloading page, then you need javascript.

If you want to swap the color themes reloading page, then you need to clone css (that you want to swap) and...
Forum: HTML & CSS 06-20-2010, 11:51 AM
Replies: 4
Views: 2,245
Posted By Maurizio1230
Be careful! Url is case-sensitive. It will work...

Be careful! Url is case-sensitive.
It will work with this:
#newsPostBucket {
background-repeat: no-repeat;
height: 290px;
width: 700px;
background-image: url(resource/postHead.jpg);
}
You...
Forum: PHP 06-20-2010, 10:39 AM
Replies: 3
Views: 1,371
Posted By Maurizio1230
I want the change everywhere (only output is...

I want the change everywhere (only output is important).
The engine is ioncube (zend) encoded (but I can NOT edit the ioncube encoded files).

I was trying to add that php code (str_replace) on a...
Forum: PHP 06-19-2010, 09:26 PM
Replies: 3
Views: 1,371
Posted By Maurizio1230
replace code in php output

Hi all,

I have this php output:
<form><input type="submit" name="submit" value="Update Cart" class="inpSubmit"></form>

and I'm trying to replace the input of this form with str_replace:
<?php...
Forum: HTML & CSS 06-17-2010, 09:08 PM
Replies: 5
Views: 2,146
Posted By Maurizio1230
what? why localhost link? the site is...

what? why localhost link? the site is http://hostinvent.com (in order to access "test" for username and password)
the link structure means http://USERNAME:PASSWORD@website.com (it's universal link...
Forum: HTML & CSS 06-16-2010, 01:43 PM
Replies: 5
Views: 2,146
Posted By Maurizio1230
And if I fix chrome with this: <button...

And if I fix chrome with this:
<button style="position: relative; top: -100px; right: -742px; width: 150px; height: 38px; padding-bottom: 37px; border-width: 0pt 0pt 1px 1px; border-style: none none...
Forum: HTML & CSS 06-15-2010, 05:14 PM
Replies: 5
Views: 2,146
Posted By Maurizio1230
Firefox and Chrome different views

Hi all,

Firefox and Chrome shows me two different views of the header of my site as you can see in the attached images.
What's wrong? I'm getting crazy.
This is the site...
Forum: JavaScript programming 06-08-2010, 05:28 PM
Replies: 6
Views: 6,477
Posted By Maurizio1230
Finally we solve. It works with this code: ...

Finally we solve. It works with this code:
<script language="javascript" type="text/javascript">
function changeStyle(){
var div = document.getElementsByClassName("success");
...
Forum: JavaScript programming 06-07-2010, 03:30 PM
Replies: 6
Views: 6,477
Posted By Maurizio1230
It doesn't work with this: <script...

It doesn't work with this:
<script language="javascript" type="text/javascript">
function changeSuccessStyle(){
var div = document.getElementsByClassName("success");
[].forEach.call(div,...
Forum: JavaScript programming 06-07-2010, 12:31 PM
Replies: 6
Views: 6,477
Posted By Maurizio1230
What have I to use instead of...

What have I to use instead of document.getElementsByClassName("success warning info")?
Forum: JavaScript programming 06-06-2010, 06:30 PM
Replies: 6
Views: 6,477
Posted By Maurizio1230
No, the three classes are not defined in the same...

No, the three classes are not defined in the same time on the same page.
Sometimes I have this:
<p class="success">You can add a number to a number, and return the sum.</p>
Sometimes this:
<p...
Forum: JavaScript programming 06-04-2010, 02:50 PM
Replies: 6
Views: 6,477
Posted By Maurizio1230
document.getElementsByClassName not work

Hi all,

why document.getElementsByClassName doesn't work?
<script language="javascript" type="text/javascript">function changeStyle()
{
var div = document.getElementsByClassName("success...
Forum: JavaScript programming 05-03-2010, 09:30 PM
Replies: 3
Views: 598
Posted By Maurizio1230
No, I mean a js code or something else that can...

No, I mean a js code or something else that can add an image in all https page of MY site.
Forum: JavaScript programming 05-03-2010, 07:59 PM
Replies: 3
Views: 598
Posted By Maurizio1230
image in all https pages

Hi all,

I'd like to insert an image with fixed position in all https pages.
Is it possible? How?

Thank you very much
Forum: JavaScript programming 04-30-2010, 06:01 PM
Replies: 3
Views: 3,745
Posted By Maurizio1230
May you check this page please?:...

May you check this page please?: https://test:test@hostinvent.com

At the bottom You will see these scripts:
<script language="javascript" type="text/javascript"...
Forum: JavaScript programming 04-30-2010, 11:32 AM
Replies: 3
Views: 3,745
Posted By Maurizio1230
Put JavaScript at bottom

Hi all,

I'd like to put all my js files at bottom, before the </body>, for Speeding Up my Site.

I moved this type of code:
<script language="javascript" type="text/javascript"...
Forum: HTML & CSS 04-28-2010, 11:28 AM
Replies: 9
Views: 1,864
Posted By Maurizio1230
It works!!! But I don't understand why I should...

It works!!! But I don't understand why I should put :hover on button.

Thank you very much.
Forum: HTML & CSS 04-28-2010, 10:14 AM
Replies: 9
Views: 1,864
Posted By Maurizio1230
The html code is: <button type="submit"...

The html code is:
<button type="submit" name="Submit"><span class="buttonSubmit"><em><b>LogIn</b></em></span></button>
but it doesn't work.
If I delete the button tag:
<span...
Forum: JavaScript programming 04-27-2010, 08:25 PM
Replies: 5
Views: 1,172
Posted By Maurizio1230
Unfortunately it's not really easy with css. ...

Unfortunately it's not really easy with css.
<button name="Submit" type="submit">
<span class="buttonSubmit"><em><b>Log In</b></em></span>
</button>
Check this thread...
Showing results 1 to 25 of 49

 
Forum Jump

All times are GMT +1. The time now is 11:05 AM.