Register
FAQ
Calendar
Search
Today's Posts
Rules
Guidelines
SMS enable your application
via Clickatell’s fast, simple and reliable API's, built to integrate with any system.
Click here
to learn more.
Flash Website Builder
- Trendy Site Builder is a Flash Site Building tool that helps users build stunning websites.
Check Out Custom
Custom Logo Design
by LogoBee. Website Design and Free Logo Templates available.
CodingForums.com
>
Search Forums
Search Results
User Name
Remember Me?
Password
Before you post, read our:
Rules
&
Posting Guidelines
Page 1 of 2
1
2
>
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
RewriteCond for SSL
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
RewriteCond for SSL
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
RewriteCond for SSL
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
unobtrusive js replace
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
replace code in php output
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
Give users ability to swap color themes!
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
Give users ability to swap color themes!
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
Resolved
Background image does not not display within div container
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
replace code in php output
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
replace code in php output
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
Firefox and Chrome different views
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
Firefox and Chrome different views
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
Firefox and Chrome different views
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
document.getElementsByClassName not work
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
document.getElementsByClassName not work
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
document.getElementsByClassName not work
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
document.getElementsByClassName not work
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
document.getElementsByClassName not work
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
image in all https pages
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
image in all https pages
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
Put JavaScript at bottom
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
Put JavaScript at bottom
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
hover and botton
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
hover and botton
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
Set Onmouseover in Javascript Without Calling/Running The Function
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
Page 1 of 2
1
2
>
Forum Jump
User Control Panel
Private Messages
Subscriptions
Who's Online
Search Forums
Forums Home
:: Client side development
JavaScript programming
DOM and JSON scripting
Ajax and Design
JavaScript frameworks
Post a JavaScript
HTML & CSS
XML
Flash & ActionScript
Adobe Flex
Graphics and Multimedia discussions
General web building
Site reviews
Building for mobile devices
:: Server side development
Apache configuration
Perl/ CGI
PHP
Post a PHP snippet
MySQL
Other Databases
Ruby & Ruby On Rails
ASP
ASP.NET
Java and JSP
Other server side languages/ issues
ColdFusion
Python
:: Computing & Sciences
Computer Programming
Computer/PC discussions
Geek News and Humour
Web Projects and Services Marketplace
Web Projects
Small projects (quick fixes and changes)
Medium projects (new script, new features, etc)
Large Projects (new web application, complex features etc)
Unknown sized projects (request quote)
Vacant job positions
Looking for work/ for hire
Project collaboration/ partnership
Paid work offers and requests (Now CLOSED)
Career, job, and business ideas or advice
Domains, Sites, and Designs for sale
Domains for sale
Websites for sale
Design templates and graphics for sale
:: Other forums
Forum feedback and announcements
All times are GMT +1. The time now is
11:05 AM
.
Web Hosting UK
|
Dedicated Server Hosting
|
Shareware Junction
|
Software Geek
|
Flash file uploader
|
Cloud Server
|
Web Hosting Australia
Home
-
Contact Us
-
Archives
-
Link to CF
-
Resources
-
Top
Powered by vBulletin®
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.