blog.codetheinter.net
CodeTheInter.net » Blog Archive » Still kicking…
http://blog.codetheinter.net/2008/09/12/still-kicking
September 12th, 2008. A small update I did make to the site was to add SEO which was pretty easy considering there was only one type of URL to contend with which was CodeTheInter.net? Indexphp&p=home. This is now displayed as CodeTheInter.net/home. So search engines can index the site easier. Just noticed the blog here doesn’t have SEO so will be adding that next! This will be a whole different ball game and with the new IPB 3 hooks system i should be able to reduce the amount of edits required by a ton&...
blog.codetheinter.net
CodeTheInter.net » Blog Archive » IPBTracker Updates
http://blog.codetheinter.net/2008/04/07/ipbtracker-updates
April 7th, 2008. Right seems this whole blogging thing is getting on top of me and so I haven’t been making regular posts. I hope to change that but for the time being here’s some updates about the IPBTracker site. Check out www.ipbtracker.eu. News forum for downloads and hope the long wait has been worth it. Think that’s about it on the IPBTracker side of things so till next time happy editing. 754 Responses to “IPBTracker Updates”. February 13th, 2015 at 6:53 pm. February 13th, 2015 at 10:23 pm.
blog.codetheinter.net
CodeTheInter.net » jQuery
http://blog.codetheinter.net/category/programming/jquery
Switch classes in jQuery. On August 24th, 2009. JQuery comes with a nice little function called toggleClass() which is good in certain cases, for example when you want to turn a class on or off. However there have been many circumstances where i wanted to swop a class with another. To get around this i wrote this function:. All you need to do to use it is call the function and pass in the names of the two classes. E.g:. A')click( function() { $('div').switchClass('up', 'down'); });.
blog.codetheinter.net
CodeTheInter.net » IPBTracker
http://blog.codetheinter.net/category/programming/ipbtracker
On April 7th, 2008. Right seems this whole blogging thing is getting on top of me and so I haven’t been making regular posts. I hope to change that but for the time being here’s some updates about the IPBTracker site. Check out www.ipbtracker.eu. News forum for downloads and hope the long wait has been worth it. Think that’s about it on the IPBTracker side of things so till next time happy editing. Site Coming Back Soon…. On March 11th, 2008. Switch classes in jQuery. Site Coming Back Soon….
blog.codetheinter.net
CodeTheInter.net » Programming
http://blog.codetheinter.net/category/programming
Switch classes in jQuery. On August 24th, 2009. JQuery comes with a nice little function called toggleClass() which is good in certain cases, for example when you want to turn a class on or off. However there have been many circumstances where i wanted to swop a class with another. To get around this i wrote this function:. All you need to do to use it is call the function and pass in the names of the two classes. E.g:. A')click( function() { $('div').switchClass('up', 'down'); });. On April 7th, 2008.
blog.codetheinter.net
CodeTheInter.net » Blog Archive » Switch classes in jQuery
http://blog.codetheinter.net/2009/08/24/switch-classes-in-jquery
Switch classes in jQuery. August 24th, 2009. JQuery comes with a nice little function called toggleClass() which is good in certain cases, for example when you want to turn a class on or off. However there have been many circumstances where i wanted to swop a class with another. To get around this i wrote this function:. JQuery.fn.switchClass = function(a, b) { elm = $(this); if ( elm.hasClass(a) ) { elm.removeClass(a).addClass(b); } else { elm.removeClass(b).addClass(a); } };. Ñïàñèáî çà èíôó…. February...
blog.codetheinter.net
CodeTheInter.net » Blog Archive » Switch classes in jQuery
http://blog.codetheinter.net/?p=7
Switch classes in jQuery. August 24th, 2009. JQuery comes with a nice little function called toggleClass() which is good in certain cases, for example when you want to turn a class on or off. However there have been many circumstances where i wanted to swop a class with another. To get around this i wrote this function:. JQuery.fn.switchClass = function(a, b) { elm = $(this); if ( elm.hasClass(a) ) { elm.removeClass(a).addClass(b); } else { elm.removeClass(b).addClass(a); } };. Ñïàñèáî çà èíôó…. February...
blog.codetheinter.net
CodeTheInter.net » Blog Archive » CodeTheInter.net
http://blog.codetheinter.net/2008/03/11/codetheinternet
March 11th, 2008. This is my new site which is a basically a portfolio site which enables me to keep everything about me in one place and allow people like you find me easily. Be sure to check out the site and people requiring custom modifications check out the hire me form. 695 Responses to “CodeTheInter.net”. February 8th, 2015 at 12:43 am. February 8th, 2015 at 2:13 pm. February 8th, 2015 at 9:47 pm. February 9th, 2015 at 7:47 pm. February 9th, 2015 at 8:24 pm. February 9th, 2015 at 11:46 pm. February...
blog.codetheinter.net
CodeTheInter.net » Blog Archive » Site Coming Back Soon…
http://blog.codetheinter.net/2008/03/11/site-coming-back-soon
Site Coming Back Soon…. March 11th, 2008. Will be relaunching the site complete with IPBTracker 2.0 very soon. Check out IPBTracker.eu. For further information and support regarding IPBTracker past and present releases. One Response to “Site Coming Back Soon…”. October 27th, 2014 at 3:51 am. Will not be published) (required). Switch classes in jQuery. Site Coming Back Soon…. Hello my friend . Congratulations for good work you do .