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 38
Search took
0.17
seconds.
Search:
Posts Made By:
katierosy
Forum:
PHP
09-16-2010, 04:19 PM
Replies:
3
Ways to retrieve dynamic (Real-time) data?
Views:
1,591
Posted By
katierosy
If you will run a function using setTimeout...
If you will run a function using setTimeout method, it will help,
random.php
_____________
<?php
$input = array("Neo", "Morpheus", "Trinity", "Cypher", "Tank");
$rand_keys = array_rand($input,...
Forum:
PHP
08-02-2010, 03:16 PM
Replies:
1
AJAX post returning 500 Internal Server Error on Live Server
Views:
5,332
Posted By
katierosy
The image shows the shipping_selection.php file...
The image shows the shipping_selection.php file is not there on the server.
Forum:
PHP
07-22-2010, 07:16 AM
Replies:
17
Admin Edit User's Information
Views:
1,195
Posted By
katierosy
If you will post the database structure here, it...
If you will post the database structure here, it will help us.
Forum:
PHP
07-22-2010, 07:16 AM
Replies:
3
Updating multiple rows
Views:
815
Posted By
katierosy
To update you will need the id of the table to go...
To update you will need the id of the table to go through the array of post data.
<? print_r($_POST);?> will help to find array data structure of the post data;
If you will give input...
Forum:
PHP
07-08-2010, 01:53 PM
Replies:
11
GD and PNG24 transparency
Views:
1,927
Posted By
katierosy
There are some best tutorials available on net,...
There are some best tutorials available on net, please search based on your need.
http://github.com/maxim/smart_resize_image/blob/master/smart_resize_image.function.php
This looks good also,...
Forum:
PHP
06-16-2010, 06:32 PM
Replies:
1
excel formatting using PHP
Views:
781
Posted By
katierosy
Please see this article...
Please see this article http://devzone.zend.com/article/3336 the excel reader and writer as mentioned, may help.
If not, you have to know more about it from the download as above and you may...
Forum:
PHP
06-16-2010, 06:31 PM
Replies:
3
Ajax shoutbox
Views:
784
Posted By
katierosy
If you will go for jquery ajax.post() $.post()...
If you will go for jquery ajax.post() $.post() each from jquery.com
it may help you more.
Else you may fix the bug by yourself, by giving alert message for each line to find where it fails on the...
Forum:
PHP
06-16-2010, 06:30 PM
Replies:
1
radio checked
Views:
457
Posted By
katierosy
Grouping check box as per below mentioned html...
Grouping check box as per below mentioned html and saving $status as shown may help on what is needed.
<?php
if(isset($_POST['save']) && $_POST['save'] != ''){
$status = $_POST['chkname'];
...
Forum:
PHP
06-08-2010, 08:21 AM
Replies:
12
preg_replace help
Views:
825
Posted By
katierosy
If you replace the with <strong> and [\b] with...
If you replace the with <strong> and [\b] with </strong> it will work
<?php
$str = "This [b]doesnt sound right though.";
$ok = str_replace('','<strong>',$str);
...
Forum:
PHP
05-28-2010, 04:42 PM
Replies:
2
result in tables
Views:
508
Posted By
katierosy
If you will post the text in the company.txt...
If you will post the text in the company.txt file, as example data it will help one to understand the issue clearly.
Forum:
PHP
05-11-2010, 05:37 PM
Replies:
2
phpMailer backup SMTP server settings
Views:
1,133
Posted By
katierosy
You will change the userid and password along...
You will change the userid and password along with host inside a if clause.
If mail sending fails from one host and user id and password , you will use another host details. Please read the...
Forum:
PHP
05-11-2010, 05:35 PM
Replies:
5
FCKeditor problem - Editor/text area not displayed in html
Views:
1,675
Posted By
katierosy
Please see that you are calling the php codes...
Please see that you are calling the php codes inside the <table><tr><td><?php write down the fck edoitor code here ?></td></tr></table> tags
Forum:
HTML & CSS
05-10-2010, 04:20 PM
Replies:
2
Resolved
Overflow in Safari but not Firefox
Views:
693
Posted By
katierosy
Add width:100% !important; in #sliderWrap...
Add width:100% !important; in #sliderWrap (screen.css line 5)
Forum:
HTML & CSS
05-10-2010, 04:20 PM
Replies:
3
layer size
Views:
707
Posted By
katierosy
No issues in IE7 and IE8 with Document mode IE7...
No issues in IE7 and IE8 with Document mode IE7 and IE8 standards. to change the document mode use Alt + 7 and Alt + 8 respectively.
Forum:
HTML & CSS
04-30-2010, 03:45 PM
Replies:
3
Help with HTML & CSS project.
Views:
1,437
Posted By
katierosy
The documentation is clear. you should have basic...
The documentation is clear. you should have basic idea of web server, HTML CSS JS and Images placement. Please go through the chapter. and implement it in your projects / assignment. We can help you...
Forum:
HTML & CSS
04-30-2010, 03:44 PM
Replies:
2
css text opacity problem in ie
Views:
1,421
Posted By
katierosy
Please check this site for IE animation issue. ...
Please check this site for IE animation issue.
http://jszen.blogspot.com/2005/04/ie-bold-text-opacity-problem.html (http://jszen.blogspot.com/2005/04/ie-bold-text-opacity-problem.html)
Forum:
Flash & ActionScript
04-29-2010, 01:56 PM
Replies:
2
Should I use Actionscript 2 or 3?
Views:
3,380
Posted By
katierosy
Actionscript 3, beacuse it is more object...
Actionscript 3, beacuse it is more object oriented.
Forum:
Flash & ActionScript
04-29-2010, 01:54 PM
Replies:
1
LinkBar rollOver Issues
Views:
1,730
Posted By
katierosy
I execuetd the code,without clicking itself the...
I execuetd the code,without clicking itself the linkbar is showing the subnmenus, but the First link 'home' doesn't have any submenus,so user feels there is nothing selected.for selecteing the other...
Forum:
Flash & ActionScript
04-29-2010, 01:53 PM
Replies:
1
Progressive appearance of image (left to right)
Views:
1,009
Posted By
katierosy
No inbuilt Wipe effect in FLASH, but there are...
No inbuilt Wipe effect in FLASH, but there are several custom sourcecodes,which has done the same thing.
Forum:
Flash & ActionScript
04-29-2010, 01:44 PM
Replies:
1
Having problems importing in flex builder
Views:
1,950
Posted By
katierosy
Tween Library is missing.
Tween Library is missing.
Forum:
Flash & ActionScript
04-29-2010, 01:43 PM
Replies:
2
load a movie from a specific frame and unload a previously loaded movie
Views:
2,046
Posted By
katierosy
May be proper unloading of previously loaded...
May be proper unloading of previously loaded movie is needed.
Forum:
Flash & ActionScript
04-29-2010, 01:43 PM
Replies:
1
Passing Data
Views:
1,181
Posted By
katierosy
Use itemclick,get the data from the selectedItem...
Use itemclick,get the data from the selectedItem object.
Forum:
PHP
04-29-2010, 11:04 AM
Replies:
6
styling wordpress sidebar widgets
Views:
1,328
Posted By
katierosy
Yes even I m able to see this line....
Yes even I m able to see this line. class="widget". You override this widget class and add another class to it, jquery library may make this task easy, if you already know jquery.
Forum:
PHP
04-26-2010, 02:14 PM
Replies:
2
Password recovery script - need help.
Views:
2,756
Posted By
katierosy
You may get a script, which is similar to your...
You may get a script, which is similar to your requirement or May not.
Most probably you are saying that you will create a table with fields namely
1. userid
2. question and
3.answer.
And you...
Forum:
HTML & CSS
04-26-2010, 01:57 PM
Replies:
3
css help debugging
Views:
838
Posted By
katierosy
your Height of header div is overlapping on...
your Height of header div is overlapping on yellowbar,
change the height of header div to "auto";
add a clear div to clear the floated elements, before the closing div tag of header.
EX:......
Showing results 1 to 25 of 38
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
10:12 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.