i am writing a sendmail module to email some things to my site users.
for testing it i use my own email at yahoo to receive this email.
but some thing woeful happend. about 1200 sent to my email address at yahoo at a moment and yahoo sent all of them to spam box.
now i can't send any email to yahoo addresses and my server gives me this message in…
i am writing a sendmail module to email some things to my site users.
for testing it i use my own email at yahoo to receive this email.
but something woeful happened. about 1200 sent to my email address at yahoo at a moment and yahoo sent all of them to spam box.
now i can't send any email to yahoo addresses and my server gives me this message in…
hi
i have added openid login with Yahoo! and Google in my site.
it is ok and works fine.
when users select for example Yahoo! to login to my site, they will be logged in in their yahoo mail account too.
i think it is not secure because maybe they don't notice to this issue and leave computer while their email account is availble.
what do you…
i am trying to use php-openid library for implementing openID in my site.
the basic consumer example inside its package doesn't work for Google and Yahoo.
i found the Google solution here:
http://stackoverflow.com/questions/1183788/example-usage-of-ax-in-php-openid/2612816
but it doesn't still work for Yahoo! .
how can i made it works?
Hello all,
I'm trying to retrieve a listing of a user's youtube videos and embed them in a page using jQuery. My code looks something like this:
$(document).ready(function() {
//some variables
var fl_obj_template = $('<object width="260" height="140">' +
'<param name="movie"…
hi,
i have webpage in which a webpart contains a Chart control. the problem is chart control is rendered perfectly when i login as central admin.
but when i login as another user with contribute permisson following problems occur.
when i change webconfig as --- add key="ChartImageHandler"…
i have written this code to apply 'jQuery Tooltip plugin' to ajax loaded elements.
i mean the row i want to show tooltip on its mouseover is loaded into page by ajax.
here's the code:
$("[id^=pane]").delegate("[id^=comm]","mouseover",function() {
$(this).tooltip({
// each…
i have a form and want to add "select location" option in it with Google map.
how can i done it and how can i get where the user is pin as his location?
i use 'FireBug' extension of FF to debug designed webpages and installed 'IE Developer Toolbar' for IE to get this purpose, but it is not as well as FireBug. it is difficult to work with it.
is there any other extension for IE that is more user friendly and easy to use??
i have a form and want to submit it with a script.
i'm going to use curl function in php to do it.
but the form is not submit directly.
it have 3 steps and at the end of each step it store entered value in session variables and at the final steps it insert record to database with…
i am call a web service which is locate on https protocol.
and i get "failed to load external entity" error while calling it.
as i search on google it is because in PHP5, SOAP class will not parse WSDL file located on a secure HTTPS connection.
what is the solution? i don't want…
i am using php-openid library.
i request email address from providers(Yahoo! and Google) to return back to me to check in my tables. when the user enters user and password to get authenticated with Yahoo! or Google,the provider asks user to allow sharing info.
some think like…
i have some pictures that want to show them as a thumbnailed photo gallery.
images are in 400x300 and the thumbnails should be in 50x50.
i am sure scaling photos to small size is not a good way (cause of increasing page load time), so how can i create online these thumbnails…
hi
i want to design a theme for postnuke cms.
and want to use css condition in the template files.
postnuke use smarty tag like
<!--[if $n eq ''] -->....<!--[/if]-->
so when i use
<!--[if lt IE 7]>....<![endif]-->
it gives some errors about…
Is there any reason why the asterisk is next to the object type in this code? I'm a little confused by the way I see this used. Some times it looks like this:
NSString* stringBefore;
and sometimes like this:
NSString *stringBefore;
Is there a difference? Or a right or…
I have a link that when user clicks on it some data loaded into a div. I want to display waiting message to user until the data fetch completely from server and then show it to user.
I also want to call the data url happen only when the result box is going down(slide…
hi
i have installed "phpmyvisitors" cms to get statistics of my sites visits.
it is written in php and is open source.
i gets many useful information like:
-total visits
-viewed pages
-visitor browser informations
-visitor distribution over the world
-how…
i am working on some modules,actually change them.
but i don't know how i should document changes in a way that be clear and usefull for future changes.
would someone help me on this issue?
thanks.