Firefox error in FeedProcessor.js
[Exception… “Component returned failure code: 0x80040111 (NS_ERROR_NOT_AVAILABLE) [nsIChannel.contentType]” nsresult: “0x80040111 …!-->
Read Article →In-depth guides, insights, and best practices for modern software engineering
[Exception… “Component returned failure code: 0x80040111 (NS_ERROR_NOT_AVAILABLE) [nsIChannel.contentType]” nsresult: “0x80040111 …!-->
Read Article →SELECT * FROM tablename WHERE `active`='1' AND `id` IN ('107' , '125' ) ORDER BY `id` DESC LIMIT 12`
Read Article →
This script works in all browsers, including Internet Explorer! 🙂
if (strstr($_SERVER['HTTP_USER_AGENT'],"MSIE")) { …
Read Article →
After creating a onRelease handler in Actionscript 2 as follows:
myMovieClip.onRelease = function() { doWhatever(); }
..you then want to remove the …
Read Article →I often have to show a shortened version of a news item and then a link to show the entire news article or whatever.
Here’s a way to get that …
Read Article →$lines = file('all-words.txt');
foreach ($lines as $line_num => $line) {
echo "Line number ".$line_num;
}
Read Article →
Start writing content to your blogs from your Windows Desktop now.
No need to login to your wordpress backend to post items anymore, there is now a …
Read Article →
What the heck is that?
So you’ve just visited a website using Mozilla Firefox and this message has popped up telling you that the site looks …
Read Article →| Actual Display Colour | HEX Colour |
|---|---|
| #000000 … |
Ever find yourself typing the headers into the php mail() function over and over again?
Try using a standard function and calling it when you need to …
Read Article →I came across a very interesting article about mySQL Development Tools. …
Read Article →Hello all actionscripters, you can’t use getURL anymore in Actionscript 3.
Below is how you should now start doing it:
var request:URLRequest = …
Read Article →