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 4
1
2
3
>
Last
»
Showing results 1 to 25 of 95
Search took
0.51
seconds.
Search:
Posts Made By:
ksduded
Forum:
Computer Programming
11-13-2012, 01:39 PM
Replies:
0
Dictionary Macro for MS Word
Views:
1,087
Posted By
ksduded
Dictionary Macro for MS Word
I would like to have a pop-up dictionary when I place my mouse over a word in a MS Word document.
Is there a Marco or extension that can achieve this?
Linking the word with Google definition...
Forum:
PHP
09-28-2011, 12:38 AM
Replies:
0
Facebook Comments Shennanigins
Views:
554
Posted By
ksduded
Facebook Comments Shennanigins
I am using facebook comments and providing the url of the page to distinguish. here is the code I am using
<?php $commenturl="http://".$_SERVER['HTTP_HOST'].$_SERVER['REQUEST_URI'];?>
<div...
Forum:
PHP
06-02-2011, 04:25 PM
Replies:
1
Special character encode
Views:
225
Posted By
ksduded
Special character encode
I want to change the encoding of a URL's special characters....
for example change
http://
to
http%3A%2F%2F
Forum:
Apache configuration
04-02-2011, 02:52 PM
Replies:
1
Redirection without cloaking
Views:
956
Posted By
ksduded
Redirection without cloaking
I want to redirect www.seconddomain.com to a sub directory inside the the main domain.
firstdomain.com points to the root - public_html
seconddomain.com should redirect to -...
Forum:
PHP
11-19-2010, 08:31 PM
Replies:
15
Removing extra space in string
Views:
1,658
Posted By
ksduded
I am sorry it is the other way around. %Ride%...
I am sorry it is the other way around. %Ride% picks up Easy Rider.
Forum:
PHP
11-19-2010, 03:16 PM
Replies:
15
Removing extra space in string
Views:
1,658
Posted By
ksduded
I echoed the result and it did say Easy Rider.......
I echoed the result and it did say Easy Rider.... but it did not pick up the records associated with Easy Rider...
I think the problem is that the entry in my database has "Easy Rider [a lot...
Forum:
PHP
11-18-2010, 09:59 PM
Replies:
15
Removing extra space in string
Views:
1,658
Posted By
ksduded
i tried that. but for some reason it is not...
i tried that. but for some reason it is not working for me. I think it has to do with the code proceeding...
I have strings which have a lot of white space after the string. So from what I...
Forum:
PHP
11-18-2010, 09:32 PM
Replies:
15
Removing extra space in string
Views:
1,658
Posted By
ksduded
Removing extra space in string
some of my strings have a lot of empty space
e.g. "This is my string "
I want to remove the empty space after the g in string so that it reads
"This...
Forum:
MySQL
03-30-2010, 09:08 PM
Replies:
1
Secure MYSQL Password
Views:
1,433
Posted By
ksduded
Secure MYSQL Password
Hello.
currently I am used this line of code which has resulted in phishing attacks.
mysql_connect($server="localhost", $username="username", $password="password"); // connecting with the MYSQL...
Forum:
HTML & CSS
03-09-2010, 03:29 PM
Replies:
3
Gaps in HTML slice table
Views:
1,574
Posted By
ksduded
try adding border="0" in your <img>...
try adding border="0" in your <img> tags
Forum:
PHP
01-18-2010, 08:28 PM
Replies:
2
How to save a return value from function
Views:
877
Posted By
ksduded
so something on the lines of: $j =...
so something on the lines of:
$j = modYOOcarouselHelper::getList($params, $access);
and should i replace getList function with the array_slice function?
Forum:
PHP
01-18-2010, 06:06 PM
Replies:
2
How to save a return value from function
Views:
877
Posted By
ksduded
How to save a return value from function
I am trying to use the return value from a function, but I don't know how to save it inside a variable.
I tried this
$j = return array_slice($rows, 0, $items);
but it didn't work
Right at...
Forum:
JavaScript programming
01-07-2010, 08:44 PM
Replies:
1
Mouseover Video Preview
Views:
2,771
Posted By
ksduded
is there a way to do this through javascript? or...
is there a way to do this through javascript? or should I be using some other technique, maybe css?
please advise, thank you.
Forum:
JavaScript programming
01-06-2010, 03:40 AM
Replies:
1
Mouseover Video Preview
Views:
2,771
Posted By
ksduded
Mouseover Video Preview
I am trying to mimic the video mouseover preview which can be viewed at the website below once you put your mouse over a picture a video preview window is opened which plays back the video and stops...
Forum:
HTML & CSS
01-04-2010, 01:27 AM
Replies:
4
Image dissolve through CSS
Views:
1,862
Posted By
ksduded
thanks for the suggestion... is it possible to...
thanks for the suggestion... is it possible to use an swf instead by changing that css line?
Forum:
HTML & CSS
01-03-2010, 11:22 PM
Replies:
4
Image dissolve through CSS
Views:
1,862
Posted By
ksduded
Image dissolve through CSS
I am using this code to have a background inside a layer
#rt-header .rt-container {background: #fff url(../images/backgrounds/style5/header-bg.jpg) 100% -30px no-repeat;}
I want to have...
Forum:
JavaScript programming
11-28-2009, 07:06 AM
Replies:
1
Flash Player, Tabs and Javascript
Views:
757
Posted By
ksduded
do i need to anything more or was my explanation...
do i need to anything more or was my explanation not clear enough.... is there a way to sort this problem...
thanks
Forum:
JavaScript programming
11-27-2009, 03:15 PM
Replies:
1
Flash Player, Tabs and Javascript
Views:
757
Posted By
ksduded
Flash Player, Tabs and Javascript
I have 3 tabs with a flash video playing in each. If a user clicks on a video and then decides to move to another tab while the video is playing.... the video stops and the tab is switched. I am...
Forum:
JavaScript programming
11-23-2009, 03:52 AM
Replies:
2
How to initialize a negative value?
Views:
499
Posted By
ksduded
i'm sorry it was a syntax problem... thanks...
i'm sorry it was a syntax problem... thanks anyways
Forum:
JavaScript programming
11-23-2009, 12:06 AM
Replies:
2
How to initialize a negative value?
Views:
499
Posted By
ksduded
How to initialize a negative value?
I am using
var number = -141;
later on when i use the variable number in another calculation, for example
var result = 450 + number;
I get the result NaN.
Forum:
PHP
10-23-2009, 07:40 PM
Replies:
2
Substr help
Views:
443
Posted By
ksduded
I had a similar question. I want to check...
I had a similar question.
I want to check for the word CATEGORY: inside a string which can be CATEGORY: ITEM
and remove the word CATEGORY: leaving only ITEM inside the string....
In case the...
Forum:
JavaScript programming
10-19-2009, 05:34 PM
Replies:
4
Passing two lines of code through onClick
Views:
760
Posted By
ksduded
actually there was probably some conflict naming...
actually there was probably some conflict naming it player1..... once i changed it to player3 it started working.
Thanks anyways.....
Forum:
JavaScript programming
10-19-2009, 05:24 PM
Replies:
4
Passing two lines of code through onClick
Views:
760
Posted By
ksduded
If its any help I exchanged player1 and player 2...
If its any help I exchanged player1 and player 2 like this
<a href="javascript:void(0)" onClick="player2.sendEvent('STOP'); player1.SendEvent('STOP');" title="<?php echo $list[$i]->title ?>">
...
Forum:
JavaScript programming
10-19-2009, 04:43 PM
Replies:
4
Passing two lines of code through onClick
Views:
760
Posted By
ksduded
Passing two lines of code through onClick
I need to pass two lines of code through an onClick event....
player1.sendEvent('STOP');
player2.sendEvent('STOP');
I tried
<a href="javascript:void(0)" onClick="player1.sendEvent('STOP');...
Forum:
JavaScript programming
10-15-2009, 05:05 PM
Replies:
0
Stop video through javascript
Views:
1,187
Posted By
ksduded
Stop video through javascript
I am using joomla, and have a tabbed menu at the top, which has different articles embedded within. I have embedded a flash video inside each article. The problem is that if i play a video and then...
Showing results 1 to 25 of 95
Page 1 of 4
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
05:38 PM
.
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.