detect IT
maybe you have the same problems to solve ... keep smiling ;)
Showing posts with label plugin. Show all posts
Showing posts with label plugin. Show all posts

have a look

btw: i really recommend to subscribe to this blog - you can find lots of usefull informations ... have fun
Read more...

 

another video about webdevelopment ... here you can have a look - how to work with css using firebug plugin

Using Firebug for CSS from kristarella on Vimeo.


Read more...

 

bothered by microsoft

Posted In: , , . By kajdo

if you are using jstats for your joomla-site you probably have the same problem ...

a lot of visits from an ip address in this NetRange 65.52.0.0 - 65.55.255.255. You can do a lookup for the ip address in a whois database like http://cqcounter.com/whois/ and you'll see that the bot/spider who is bothering you is a service from microsoft.com

To get rid of all the visit counts you can try to insert the ip-address in your jstats_bot table and hope that jstats will recognise it the next time as a bot.

here is the sql code to insert the new bot

INSERT INTO `DATABASE`.`jos_jstats_bots` (
`bot_id` ,
`bot_string` ,
`bot_fullname`
)
VALUES (
NULL , '65.55.11', 'microsoft.com'
);

Read more...

 

This is a pack for use with IEview.Includes all 72 emoticons from version 3.5.0.239 of skype.Also includes 15 hidden emoticons.They all are exactly the same emoticons like in skype.This is very helpful for these who work with skype plugin to chat from miranda.Now they seen the same thing like the skype users.
If you use Skype Emoticons 3.5.0.239 (like app. 5960 other users of miranda & ieview) you probably realised, that this icon-set unfortunately replaces : with the (blush) icon which is really annoying.

Here is the solution (or reason) for this behaviour

Open the file skype.asl ...

; Pack of smileys for use with IEView plugin.
;
SelectionSize = 25, 25
;------------------------------------------
; Skype CODE START
Smiley = "01.gif" , 0, ":) :-) :=)"
Smiley = "02.gif" , 0, ":( :-( :=("
Smiley = "03.gif" , 0, ":D :-D :=D :d :-d :=d"
Smiley = "04.gif" , 0, "8) 8-) 8=) B) B-) B=)"
Smiley = "05.gif" , 0, ":o :-o :=o :O :-O :=O"
Smiley = "06.gif" , 0, ";) ;-) ;=)"
Smiley = "07.gif" , 0, ";( ;-( ;=("
Smiley = "08.gif" , 0, "(sweat) (:|"
Smiley = "09.gif" , 0, ":| :-| :=|"
Smiley = "10.gif" , 0, ":* :-* :=*"
Smiley = "11.gif" , 0, ":p :-p :=p :P :-P :=P"
Smiley = "12.gif" , 0, "(blush) :$ :-$ :=$ :">"
...

change line 17 (mismatching brackets) to

Smiley = "12.gif" , 0, "(blush) :$ :-$ :=$ :>"

restart miranda and the error in the replacement will be gone

Read more...