Go Back   CodingForums.com > Search Forums

Before you post, read our: Rules & Posting Guidelines

Showing results 1 to 25 of 106
Search took 0.42 seconds.
Search: Posts Made By: ktsixit
Forum: JavaScript programming 10-13-2011, 10:19 AM
Replies: 7
Views: 970
Posted By ktsixit
ok, it's finally working. Thank you very much for...

ok, it's finally working. Thank you very much for your help :thumbsup:
Forum: JavaScript programming 10-13-2011, 09:01 AM
Replies: 7
Views: 970
Posted By ktsixit
venegal, I'll try to use the script you...

venegal,

I'll try to use the script you suggested, although I'm already using jquery in my page. I'll tell you if it worked or not
Forum: JavaScript programming 10-12-2011, 02:10 PM
Replies: 7
Views: 970
Posted By ktsixit
hi venegal and thank you for your reply. I...

hi venegal and thank you for your reply.

I changed the code but it's still not working.
Forum: JavaScript programming 10-11-2011, 03:42 PM
Replies: 7
Views: 970
Posted By ktsixit
Change background position on mouse-hover

Hi all,
I tried to create a mouse over effect using jquery. When user hovers #box1_trigger link, the #service_box1 div should change it's background position. The code i created is the following...
Forum: Flash & ActionScript 10-11-2011, 02:39 PM
Replies: 0
Views: 580
Posted By ktsixit
Problem with Button - no action on click when executing flash in page

Hi all,

I have created a flash that in the end it displays a button. When user clicks on the button, gets redirected to a page.

This button works fine when executing .swf file locally or as...
Forum: PHP 08-17-2011, 11:01 AM
Replies: 1
Views: 393
Posted By ktsixit
Regular expression: remove all images except the ones with specific class

Hi all,
I'm trying to create a regular expression in order to remove all images from a text but keep the ones that have class="image_class". Can you help me create it?
Forum: HTML & CSS 01-03-2011, 01:36 PM
Replies: 1
Views: 1,214
Posted By ktsixit
Dashed border bug in IE7

Hi all,
I have to deal with a weird border issue in IE7. Take a look of the image below:

http://img213.imageshack.us/img213/1105/89321051.jpg

It shows how dashed border is rendered in firefox...
Forum: JavaScript programming 11-04-2010, 01:46 PM
Replies: 0
Views: 682
Posted By ktsixit
convert a mootools 1.2.4 script, to mootools 1.12

Hi all,
I have found a nice mootools script and it's using the 1.2.4 version of mootools.
The problem is that my website is already using the 1.12 version.
Is it possible to change the code and...
Forum: JavaScript programming 07-08-2010, 07:42 AM
Replies: 9
Views: 1,279
Posted By ktsixit
I tried it. Using utf-8 didn't work either

I tried it. Using utf-8 didn't work either
Forum: JavaScript programming 07-06-2010, 02:41 PM
Replies: 9
Views: 1,279
Posted By ktsixit
Sure, I updated my previous reply and added the...

Sure, I updated my previous reply and added the xml code.
Forum: JavaScript programming 07-06-2010, 11:13 AM
Replies: 9
Views: 1,279
Posted By ktsixit
Here's the code function importXML() { ...

Here's the code

function importXML()
{
if (document.implementation && document.implementation.createDocument)
{
xmlDoc = document.implementation.createDocument("", "", null);...
Forum: JavaScript programming 07-05-2010, 03:09 PM
Replies: 9
Views: 1,279
Posted By ktsixit
hello Kor, and thank you very much for your...

hello Kor, and thank you very much for your suggestions.

I fixed all the issues you mentioned, but the script is still not working on Firefox.

Is there anything else I should check?
Forum: JavaScript programming 07-05-2010, 12:25 PM
Replies: 9
Views: 1,279
Posted By ktsixit
Display xml file's content into page - Problem in Firefox

Hi all,
this is the code I'm using in order to display the contents of an xml file into a page. It's working fine with IE but with Firefox.

I have searched over intrenet and have applied all...
Forum: JavaScript frameworks 06-28-2010, 04:06 PM
Replies: 0
Views: 2,171
Posted By ktsixit
Simple mouseover fade-in/out effect in Mootools 1.12

Hi all,
I have a very simple mouseover fade-in/out animation to create, but it has to work using the mootools 1.2 version. I have tried a lot of different things and versions of code, but I can't...
Forum: PHP 03-01-2010, 12:26 PM
Replies: 9
Views: 1,620
Posted By ktsixit
I'm not a php expert, I'm trying to understand...

I'm not a php expert, I'm trying to understand exactly what's the problem here but I don't think I actually do.

Anyway, I tested the following code both in firefox and Internet explorer and...
Forum: PHP 03-01-2010, 11:23 AM
Replies: 9
Views: 1,620
Posted By ktsixit
I still don't get valid urls with this one. By...

I still don't get valid urls with this one.
By the way my database and page encoding are utf-8.

The url I get is:...
Forum: PHP 03-01-2010, 11:06 AM
Replies: 9
Views: 1,620
Posted By ktsixit
You mean something like this? ........ ...

You mean something like this?

........
<?php $queryString_met = "&" . implode("&", $newParams); ?>
........
.......
<?php
$aaa = sprintf("%s?pageNum_met=%d%s", $currentPage, max(0,...
Forum: PHP 03-01-2010, 10:58 AM
Replies: 9
Views: 1,620
Posted By ktsixit
hello Dormilich and thank you for your reply. I...

hello Dormilich and thank you for your reply. I have also tried using the urlencode() function but the returned url is not valid. I may have done some kind of mistake, I just don't know why it's not...
Forum: PHP 03-01-2010, 10:01 AM
Replies: 9
Views: 1,620
Posted By ktsixit
Problem with url greek characters in IE

Hi all,
I'm using the following script in my website in order to create pagination "next-previous" functionality. It's a actually a Dreamweaver's code. The script uses the url to get some values...
Forum: PHP 02-26-2010, 12:33 PM
Replies: 2
Views: 663
Posted By ktsixit
that was stupid, I'm really sorry for this....

that was stupid, I'm really sorry for this. Sometimes the mistake is in front of your eyes and you go blind. I was trying to fix this yesterday testing a million possible solutions. I feel really...
Forum: PHP 02-25-2010, 11:13 AM
Replies: 2
Views: 663
Posted By ktsixit
Problem with updating INT value, using radiobutton

Hi all,
I'm using a form to update the INT value of a sql table field called "frontpage". i use the following code


$updateSQL = sprintf("UPDATE trips SET frontpage=%s WHERE id=%s",
...
Forum: JavaScript programming 01-26-2010, 09:48 AM
Replies: 0
Views: 1,044
Posted By ktsixit
On click change selected element's style (mootools)

Hi all,
I'm working on a script which is actually a very simple tab system.

<script>
window.addEvent('domready', function() {
var tabs = $$('div[id^="tab"]');
tabs.fade('hide');
...
Forum: JavaScript programming 12-10-2009, 12:47 PM
Replies: 1
Views: 603
Posted By ktsixit
Customizing dynamic select boxes

Hi all,
I'm trying to customize a script I found. It's about two select boxes, one for continent selection and one for country selection. When user selects a continent from the first select box, the...
Forum: HTML & CSS 11-13-2009, 12:08 PM
Replies: 2
Views: 644
Posted By ktsixit
you are there right. There was some kind of...

you are there right. There was some kind of override in css code. I figured out how to fix this. Thank you very much for your quick response :thumbsup:
Forum: HTML & CSS 11-13-2009, 11:49 AM
Replies: 2
Views: 644
Posted By ktsixit
Problem with multiple classes

Hi all,
I have created a menu in my website and there are multiple classes applied on it. This is what it looks like:
<li class="parent active item29"><a href="#">Menu item 1</a></li>

I'm trying...
Showing results 1 to 25 of 106

 
Forum Jump

All times are GMT +1. The time now is 10:49 AM.