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 5
1
2
3
>
Last
»
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
Change background position on mouse-hover
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
Change background position on mouse-hover
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
Change background position on mouse-hover
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
Change background position on mouse-hover
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
Problem with Button - no action on click when executing flash in page
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
Regular expression: remove all images except the ones with specific class
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
Dashed border bug in IE7
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
convert a mootools 1.2.4 script, to mootools 1.12
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
Display xml file's content into page - Problem in Firefox
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
Display xml file's content into page - Problem in Firefox
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
Display xml file's content into page - Problem in Firefox
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
Display xml file's content into page - Problem in Firefox
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
Display xml file's content into page - Problem in Firefox
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
Simple mouseover fade-in/out effect in Mootools 1.12
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
Problem with url greek characters in IE
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
Problem with url greek characters in IE
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
Problem with url greek characters in IE
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
Problem with url greek characters in IE
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
Problem with url greek characters in IE
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
Resolved
Problem with updating INT value, using radiobutton
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
Resolved
Problem with updating INT value, using radiobutton
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
On click change selected element's style (mootools)
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
Customizing dynamic select boxes
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
Problem with multiple classes
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
Problem with multiple classes
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
Page 1 of 5
1
2
3
>
Last
»
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
10:49 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.