What should be given as the url to the script while adding it to cron scheduler. The script is at, say, domain.com/scripts/script.php or /public_html/scripts/script.php
PS:I am using cPanel
I'm working on a project where I'm using mindmeister.com as a tool when brainstorming new ideas.
Now I need a tool where I can define roles and what responsibilities they have, and link this to a person / persons. It would also be nice if I could add tasks with a due date for each person.
Are there any open source websites which has this?
Hello fellow front-end web h4X0|2s,
I was wondering if anyone had any resources, proof, or personal experience in using the age-old http/https JavaScript hack:
<script src="//someserver.com/js/script.js"></script>
Has anyone encountered issues in any of these browsers (IE 5.5+, FF2+, Chrome, Opera 9+, Safari 3+)? Has anybody had success stories?
Thank you for your help.
After reading this thread:
http://stackoverflow.com/questions/2792932/nsuserdefaults-not-present-on-first-run-on-simulator
I know it's quite easy to store some app data in the [NSUserDefaults standardUserDefaults]. But if other applications also happen to use the same key to store their data, is this possible that my app data gets overwritten?
Many thanks to you all.
Hi,
I want to add Facebook's new 'Like' button on the articles on my Joomla website. When I tried, I could add the button for my website, but not for individual articles.
How can I achieve the integration with an individual article.
The end result should look something like Mashable.com where 'Like' button appears on each article.
Thanking you in advance,
LoadedGuns
Here's a webpage that does what I'm describing: http://mashable.com/2010/05/13/mobile-tech-journalists/
What's going on with the images? It seems that they get loaded and fade in as you scroll them into view.
Is there a name for this technique? Is it a new optimization technique? Where can I read more about it?
Hi,
I am creating this content slider, you can view/edit here:
http://jsbin.com/esame4
I have put in place setInterval so that animation runs automatically, however, when it is run for the first time, google image is shown but not afterwords. Should be simple but i am unable to figure out the problem.
very often in Internet I see links like this:
www.abcde.com/~main/material/hello
and this part ~main/material/hello is grey, if I remove hello I receive access forbidden, can somebody explain, what is this system, and is it possible receive access?
I am using Netbeans 6.8
The problem is that the projects explorer (that displays all the projects and their contents) displays each package as a node. For instance, if there is package hierarchy like this;
com.mycompany.myproject.package1.package1.1
then it displays 5 nodes for the five packages which is very disturbing while development.
Is there any way by which I can configure it(Netbeans) so that it groups all the subpackages of a package under one node and displays the subpackages only when I expand the package node?
I'm just starting of to get Facebook connect to work.
One thing that really bugs me, is that when I click the FB login button, it opens up a popup. I would much more prefer to have the user redirected to FB, where he can login and be sent back to my site. (Just like openid login works here at SO)
I can't find anything in the docs, although I have the feeling I'm not looking in the right place: http://developers.facebook.com/docs/reference/javascript/fb.api/
http://ratingscorner.com/product_rating.php?alias=Peoples-Education-Society-Institute-of-Technology-%28PESIT%29-100-feet-Ring-Road-Bangalore&product=Colleges
in IE the slideshow which is there is not showing up at all. i have no clue about this. any help on this.
I found out the problem. The Z-index is causing problem. but how do i solve the issue is not clear to me.
http://stackoverflow.com/questions/950571/how-can-i-set-window-application-as-light-weight-in-flex-still-not-get-answe
There's a solution but how to do it in flex 4 using spark? Because it says it can't find "window"...
I instantiate the HttpWebRequest object:
HttpWebRequest httpWebRequest =
WebRequest.Create("http://game.stop.com/webservice/services/gameup")
as HttpWebRequest;
When I "post" the data to this service, how does the service know which web method to submit the data to?
I do not have the code to this web service, all I know is that it was written in Java.
Hello,
I am developing in C# using the SerialPort class.
SerialPort.Write() is a blocking method.
How can I exit this method when I want to stop writing? I use a thread to write.
I abort this thread when I want to stop writing but the COM port continues to write.
Any ideas?
Thanks a lot.
Sorry for my basic English.
I have an array as follows:
$players = array(
$player = array(
'name' => 'playername',
'speed' => '10',
'agility' => '10',
'influence' => '10'
)
etc
Then I calculate a $score, based on the sum of speed, agility and influence.
$score = $p['speed'] + $p['agility'] + $p['influence'];
How can I loop through my array, but order the results from highest to lowest $score?
PS- http://pastebin.com/eUEQ5y4u
I want to have a url like this:
domain.com/css/site.css?test=234
Rule:
RewriteEngine On
RewriteRule ^([a-z]+)/$ $1.php
RewriteRule ^css/([a-zA-Z0-9]+).css?count=(.*)$ css.php?f=$1&test=$2
But I get every time a 404: Not found (site.css)
If I have a rule like that it works, just without getting the $_GET-Variable:
RewriteEngine On
RewriteRule ^([a-z]+)/$ $1.php
RewriteRule ^css/([a-zA-Z0-9]+).css$ css.php?f=$1
I'm trying to replicate the browser post parameters on http://www.ebayclassifieds.com/m/PostAd?scrid=3465450-2253858851033189948 but for some reasons I can't find where the values for 2 of them are comming from . The parameters are
btn-previwe-ad.x and
btn-previwe-ad.y
but I can't find such as parameters in the html source itself or any hidden value.
When I am trying to access Topspeed.com, my internet explorer shows the page just fine, but if I try firefox then I end up on the apache 2 test page... any idea why ?
http://i41.tinypic.com/1z4bi1c.png
Picture says it all, it should currently be showing a file but as you can see its having issues drawing the content of the file.
I have unloaded all addons and restart visual studio.
If it mathers the previus project was a VS 2k8.
Hi,
I am using openinviter plugin which i got from http://openinviter.com. It works fine.
But it does not show anything when
contacts are more..like 2000
When i pull contacts from twitter,it only
shows some latest contacts..i dont
know where are other contacts..
can anyone help me with this?This is the critical part of my site..Please..:((
i have posted this question
http://stackoverflow.com/questions/2874487/how-can-i-implement-this-python-snippet-in-java
i have compiled it now i need to use in main project
public static void main(String[]args){
}
?
can anybody show me example?
i have posted this question
http://stackoverflow.com/questions/2874487/how-can-i-implement-this-python-snippet-in-java
i have compiled it now i need to use in main project
public static void main(String[]args){
}
?
can anybody show me example?