Go Back   CodingForums.com > Search Forums

Before you post, read our: Rules & Posting Guidelines

Showing results 1 to 25 of 96
Search took 0.16 seconds.
Search: Posts Made By: skmd
Forum: HTML & CSS 05-06-2010, 05:38 PM
Replies: 0
Views: 1,390
Posted By skmd
IE6 and IE7 RTL - LTR problem

Hi all,

I have this website. which is multi language that has both RTL and LTR direction.
It works very fine on Opera, FF and IE8. but when I tried to view on IE8-IE7 compatibility mode and IE6....
Forum: PHP 10-07-2009, 10:58 PM
Replies: 4
Views: 563
Posted By skmd
ok, I came up with some ideas: 1- I moved...

ok, I came up with some ideas:

1- I moved the validation function inside the if($db->num_rows == 0) statment.

2- I changed the dns server to opendns. it looks faster.

3- 60% of my emails...
Forum: PHP 10-07-2009, 09:26 PM
Replies: 4
Views: 563
Posted By skmd
Here is the validate function function...

Here is the validate function


function validateEmail($email, $domainCheck = false, $verify = false, $probe_address='', $helo_address='', $return_errors=false,$debug=false) {
global $debug;...
Forum: PHP 10-07-2009, 09:08 PM
Replies: 4
Views: 563
Posted By skmd
My script takes ages to finish. anyway to improve it?

Hi there,

I have made a script to insert emails from files to mysql db. the script also checks every email if its valid via smtp before inserting it. everything is working fine. its just that it...
Forum: Apache configuration 10-05-2009, 05:40 PM
Replies: 6
Views: 1,841
Posted By skmd
Thank you clunk.werclick. I really appreciate...

Thank you clunk.werclick. I really appreciate your effort. It worked just fine.

I would like to mention a little mistake I did. It could help others.
I forget to change the second ip from...
Forum: Apache configuration 10-04-2009, 11:21 AM
Replies: 6
Views: 1,841
Posted By skmd
Thank you clunk.werclick for your reply. And...

Thank you clunk.werclick for your reply. And sorry for being unclear.

What I meant is that I need to intercept the OUTGOING request to a specific url (uses ip not a domain) and make my server...
Forum: Apache configuration 10-03-2009, 11:23 PM
Replies: 6
Views: 1,841
Posted By skmd
apache, point ip to localhost

Hi there,

I'm currently testing a script. and I would like to change settings to my apache so that the requested ip points actually to a local folder.
example:

when the script requests url...
Forum: PHP 01-01-2009, 12:41 AM
Replies: 3
Views: 859
Posted By skmd
It looks it will do the job perfectly. I will...

It looks it will do the job perfectly. I will give it a shot. thanks Fou-Lu.
Forum: PHP 01-01-2009, 12:10 AM
Replies: 3
Views: 859
Posted By skmd
closing mysql connections automatically

Happy new year every body.

I have just moved my website to a new host company that have a proccessors limitation. Since then, my website has encountered many 500 internal server errors. when I...
Forum: JavaScript programming 12-02-2008, 08:45 PM
Replies: 1
Views: 485
Posted By skmd
object problem

Hi guys,

I'm facing a strange problem about saving objects.
I have a simple code as bellow:

var history = new Object();

// I have another object called options for each "<a>" tag in my web...
Forum: PHP 10-12-2008, 04:52 PM
Replies: 6
Views: 1,611
Posted By skmd
I guess, there is no way to send the data to...

I guess, there is no way to send the data to multiple pages with forms. However, you can do this in php. try this function (Only PHP 5)

function do_post_request($url, $data, $optional_headers =...
Forum: JavaScript programming 10-09-2008, 12:21 PM
Replies: 26
Views: 31,596
Posted By skmd
I absolutely agree. it's just a matter of design....

I absolutely agree. it's just a matter of design.
I will try to collect some information about users experiances and I will see then how this will go on.

Thank you for everything.
Forum: JavaScript programming 10-07-2008, 09:20 PM
Replies: 26
Views: 31,596
Posted By skmd
I appreciate your comments Basscyst. Anyway. its...

I appreciate your comments Basscyst. Anyway. its not a commercial plugin. anyone can modify it and custumize it to meet his needs. besides it still v1.00. I guess thats normal. Some of the features...
Forum: JavaScript programming 10-07-2008, 12:12 AM
Replies: 26
Views: 31,596
Posted By skmd
I didnt say its a bug. jumpfroggy does. And I...

I didnt say its a bug. jumpfroggy does.
And I didn't say I'm profissional in ajax and jscript as its not my major.
Your post is intresting can you explain it more.??
Forum: JavaScript programming 10-06-2008, 09:02 PM
Replies: 26
Views: 31,596
Posted By skmd
May be you are guessing because you are not...

May be you are guessing because you are not familiar with ajax programming.
I posted my project above (http://max.jsrhost.com/ajaxify-jquery-plugin/ see "Demonstration > load from hash" to...
Forum: JavaScript programming 10-06-2008, 06:59 PM
Replies: 26
Views: 31,596
Posted By skmd
Thank you Arty Effem for your try. but I think...

Thank you Arty Effem for your try. but I think you haven't got it yet.
We are using the hash to reflect the ajax status. Just saving some information in it. Actually The anchors we use doesn't...
Forum: JavaScript programming 10-06-2008, 11:18 AM
Replies: 26
Views: 31,596
Posted By skmd
May be (1) is the nearest. But not exactly. I...

May be (1) is the nearest. But not exactly.
I need to insert hash and remove it based on some events.
its simply like this:
<a href="#hash">Insert hash</a>
And
<a href="#none">Remove hash</a>...
Forum: JavaScript programming 10-04-2008, 11:02 PM
Replies: 26
Views: 31,596
Posted By skmd
No, its almost the same. expect that the hash...

No, its almost the same. expect that the hash contains a url.
I was working in the past 2 days on jQuery plugin. It was originally coded for my last project. And I thought it may be useful for...
Forum: JavaScript programming 10-02-2008, 09:58 PM
Replies: 26
Views: 31,596
Posted By skmd
Thanks jumpfroggy, I appreciate your first post...

Thanks jumpfroggy, I appreciate your first post was a useful reply for me.
Thats exactly what I wanna know.
Actually it is not just an IE bug. Opera and firefox behave in the same way.
I guess,...
Forum: JavaScript programming 10-02-2008, 11:40 AM
Replies: 26
Views: 31,596
Posted By skmd
I already have. but it scrolls anyway

I already have. but it scrolls anyway
Forum: JavaScript programming 10-01-2008, 11:27 PM
Replies: 26
Views: 31,596
Posted By skmd
thats not my problem. my question is: How can I...

thats not my problem. my question is:
How can I remove the hash (with its #) without making the page scrolls up to the top.
Because i'm developing an ajax application and it's too noisy to scroll...
Forum: JavaScript programming 10-01-2008, 10:18 AM
Replies: 26
Views: 31,596
Posted By skmd
delete hash from address bar

Hi everyone,

I'm trying to delete hash from the address bar all day long. but I couldn't solve it.

I have tried many things like
document.location.hash = ""; But it didn't work.

the only...
Forum: PHP 09-14-2008, 11:35 PM
Replies: 2
Views: 458
Posted By skmd
I found the solution, its too complicated to...

I found the solution, its too complicated to explain.


The reason I need to send html data is because the form for a cms and the input is sent from an html editor.
Thanks anyway.
Forum: PHP 09-14-2008, 08:14 PM
Replies: 2
Views: 458
Posted By skmd
Weired form striptping tags

Hi everybody,

I coded today a form for a software but when I tried to put an html code inside one of the fields I was suprised. the code has been filtered as its filterd by strip_tags(). there is...
Forum: PHP 09-12-2008, 11:09 PM
Replies: 6
Views: 554
Posted By skmd
I saw it. but i didn't thought that this what im...

I saw it. but i didn't thought that this what im looking for. it doesn't has the the features I need besides its 8 years old . its written for php 3.0.
Showing results 1 to 25 of 96

 
Forum Jump

All times are GMT +1. The time now is 04:14 PM.