Unable to get value of the property 'x': object is null or undefined " almost always means that the object you are referring do does not exist or doesn't have that particular property. try using an...
the splice method of the built in Array object won't accept will only accept an integer or a variable storing the integer. this may not solve your problem but these lines(139 & 140) and few others...
i think Location in the header should be lower case, and all this code needs to appear in php tags at the top of the file, if it appears after the head tags it may not work and say something like...
Thanks for the response, i truly appreciate it, but could you be a little more specific please, maybe provide a link to this area of facebook or even better a link to a tutorial.
Hi guys can anyone assist me with finding a facebook like or share plugin that will aoto redirect to another page on/off my site after the user has clicked like or share?
one important change is that you should use $_REQUEST instead of GET or POST, if javascript is turned off the data will be sent via POST since the form used method="post"...
as far as i know, as long as you copy the link to your desktop using right-click, or just drag it over, it should use your favicon as long as your favicon normally works when you book mark your site...
from your original code it seems that you are not using a blog like wordpress but seem to be building a custom site with pages that load templates based on the query string e.g. ?p=1 or ?p=2, etc.
...
perhaps you can create a div in the page like this <div id='searches'> and then when they click search have it call a function that appends the search to...
i agree with this line of thinking, i offered it since he was already using includes. personally i'd just use unique classes and ids if it really had to be so conditional, or maybe even have php...
i could never really wrap my head around cron jobs, i really did try hard though, lol. what i ended up doing is just creating a simple script that checked the date, and compared it to a date stored...
not to show off, but you could even simulate a calculator,
in this case the addition button doesn't do anything, you'd
have to add a way to switch the mode which isn't that hard
and give the...
the issue is that some browsers assume that you are trying to save a copy of the image by default, try using a background image, or better yet asking the user to right click and copy shortcut or add...
maurycy is correct, you can read all about the location object here. some of the characters in the url may be interpreted as html when you try to alert/write out the url to the screen, but it is all...
cool, didn't know that the location object had a pathname property, thanks for sharing, silly me, i've been using the split method in the rare cases that i needed to work with it.
i understand that you want to make a pretty alert box, i was saying to display it with a custom function instead of rewriting the normal alert box, so it would still pull up your custom box, but...
i don't know any straight forward way to search the source code, especially if you use php or javascript, as the page may have the code in the source and it could be overwritten as it loads into the...