Whos Online

Joomla

We have 197 guests and 0 members online

    Forums

    We have 27 guests and 0 members online

      Tags

      android (7) anonymity (9) ant (10) apache (54) apple (7) atv (18) australia (8) bernardet (7) bombardier (7) book (7) browser (10) business (8) caliber30 (61) canon (9) cedricwalter (6) checklist (9) chrome (6) classpath (6) collection (7) continuousbuild (25) design (13) designpattern (23) desktop (7) development (28) DIY (9) draganflyer5 (9) dslr (14) eclipse (30) ek4 (8) electronic (18) enfrancais (66) FAQ (6) figures (13) firefox (20) firmware (7) flash (9) flickr (6) framework (12) fud (9) game (19) gaming (6) girls (6) google (68) gpl (8) gps (9) hacking (23) hdtv (7) hollidays (15) homecinema (14) homepage (20) howto (66) infrastructure (6) innoveo (7) iphone (6) italy (10) itsatrap (8) java (73) javascript (11) joke (11) joomla (215) joomla15 (33) joomlacloud (7) junit (9) kde (10) kyosho (62) links (17) linux (122) LittleBigPlanet (16) mambo (18) manual (8) manurhin (9) maps (6) maven (36) mediacenter (9) microsoft (52) modding (10) module (17) morespeed (16) motor (8) motorcycle (13) myhomepage (14) mysql (14) nas (14) neogeo (20) opencomment (27) opensource (61) opensuse (10) oss (7) p2p (7) patch (32) pc (12) pdf (8) php (26) picasa (7) plugin (65) privacy (9) projector (11) protection (7) ps3 (42) publicity (9) quad (18) raptor30 (7) rchelicopter (161) review (32) robot (9) robotic (7) rss (8) safety (8) scooter (29) security (62) securityimage (8) securityimage3 (6) securityimage4 (21) securityimage5 (19) securityimages (14) securityimages5 (6) server (17) simulator (8) smugmug (12) snk (16) software (31) sony (38) spammer (7) statistics (13) storage (7) subversion (6) suse (12) switzerland (7) teamcity (15) testing (9) thundertiger (20) tips (31) tomcat (7) tomtom (7) translatetofrench (8) trip (17) troubleshooting (7) tutorial (9) twitter (6) upgrade (15) vespa (10) video (17) vintage (8) watercooling (9) web2.0 (28) windows (14) xbmc (7) xbox (10) zurich (16) zürich (11)

      Forums

      Live information from Open Source Joomla! 1.0/1.5 development and support for waltercedric.com components/plugins/modules

      Skype me

      My status

      Follow me

      Facebook Digg LinkedIn MySpace Twitter Playstation network Xbox Live
      Digg Del.icio.us Reddit Simpy StumbleUpon Ask Facebook Slashdot Backflip Spurl MisterWong Netvouz Diigo Segnalo RawSugar Shadows Google Furl Newsvine Yahoo Technorati Live Blogmarks Netscape Fark Wink LinkaGoGo Bibsonomy FeedMe Magnolia Blue Tailrank Del.irio.us Y PlugIM SpotBack LinkSwarm

      Gallery

      Twitter

      Google Buzz


      Re: No related articles are displayed - Not in my case. I have much more than one article in the categorie...
      8 hours ago,

      Re: Rocket Themes templates - Cedric, thanks for working on it! I have run the xdelta3 program to get the new template, but then it won't allow me to unzip the resulting file to patch the server. I had to use the -s switch to get the source file recognized so my code looks l...
      9 hours ago,

      Re: Rocket Themes templates - Hello again... I have more information Cedric. When I go into the contact details I want to display the captcha on, I get an error. Warning: file_get_contents(/home/mico7284/public_html/islandtrader.info/administrator/components/com_contact/contact_ite...
      10 hours ago,

      Re: Rocket Themes templates - Cedric YOU ROCK! Thanks so much for the patch on crystalline template! I now have captcha on my log in form... however, it is not showing up on my contact form... See attached jpeg for a screen shot of the error I get for the contact patch under check ...
      10 hours ago,

      Re: No related articles are displayed - HI all I am back for support. I did help another user having only one article in each categories in the past. This module or plugin display articles which are in the same categories. If you have only article in every categories, it wont display anythin...
      12 hours ago,
       

      items tagged with howto

      Access to Joomla CVS forge using eclipse
      Written By: Administrator
      Section: Joomla

      Category: Development

      2006-03-23 19:41:47

       I show You here (with screenshots) How to access Joomla Forge CVS system using the standard Eclipse CVS client.

      Click Read more !


      Read More About Access To Joomla CVS Forge Using Eclipse...


      Add a harddisk led to Your XBOX
      Written By: Administrator
      Section: XBOX mediacenter

      Category: HowTo

      2004-08-26 22:38:17
      Add a led to your Xbox to see hard disk activity

      This mod is quite risky, especially if you
      can not solder with precision 

      xboxIcon Legal Issues

      1. It is strictly forbidden to modify your xBox, sell or install mods chip in france.
      2. Even opening the XBOX is forbidden.
      3. Remember pirating is a crime, support the developers and film companies.

      {mosgoogle center}


      Read More About Add A Harddisk Led To Your XBOX...


      Adding Google Analytics To MediaWiki
      Written By: Administrator
      Section: Internet www

      Category: Google

      2009-02-06 23:48:43

      MediaWiki-logo I search and search on how to add a Google analytics to MediaWiki, seems pretty damn simple as long as you know which templates you are using as default.

      The current skins is configured in LocalSettings.php

      ## Default skin: you can change the default skin. Use the internal symbolic
      ## names, ie 'standard', 'nostalgia', 'cologneblue', 'monobook':
      $wgDefaultSkin = 'monobook';

      Head to {mediawiki_root}/skins and edit  the right skins, for me it is MonoBook.php

      Just add your analytics scripts before the </body>. Now MediaWiki will add the marker in every page

      Before

      <?php $this->html('bottomscripts'); /* JS call to runBodyOnloadHook */ ?>
      <?php $this->html('reporttime') ?>
      <?php if ( $this->data['debug'] ): ?>
      <!-- Debug output:
      <?php $this->text( 'debug' ); ?>
      -->
      <?php endif; ?>
      </body></html>

      After

      <?php $this->html('bottomscripts'); /* JS call to runBodyOnloadHook */ ?>
      <?php $this->html('reporttime') ?>
      <?php if ( $this->data['debug'] ): ?>
      <!-- Debug output:
      <?php $this->text( 'debug' ); ?>
      -->
      <?php endif; ?>
      <script type="text/javascript">
      var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
      document.write(unescape("%3Cscript src='" + gaJsHost
      + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E")); </script> <script type="text/javascript"> try { var pageTracker = _gat._getTracker("UA-88600-7"); pageTracker._trackPageview(); } catch(err) {}</script>
      </body></html>


      Ant scripts How to...
      Written By: Administrator
      Section: Java

      Category: Apache Ant

      2005-02-04 20:12:13


      Read More About Ant Scripts How To......


      Change your Ps3 lens KES-400AAA and KES-410A or KES-410ACA
      Written By: Administrator
      Section: Gadget

      Category: Sony PS3

      2009-03-20 19:35:32

      Side by side, here are the PS3 lenses that are currently available for your PS3. If you ever decide to change the lens yourself, my best advice is to always open your PS3 first before ordering any new lens as there is no way to determine which model use which lens.

      Attention: PS3 40gb may use a different lens: LENS KES-410A or KES-410ACA (but some ps3 40gb has been found with the other lens KES-400AAA)

      ps3.lens.comparaison 
      KES-400AAA on the left, KES-410A on the right

      Change your PS3 Bluray lens yourself

      Thanks to Sarah for allowing me to publish this picture on my site.






      There are 66 items tagged with howto. You can view all our tags in the Tag Cloud

      << Start < Previous 1 2 3 4 5 6 7 8 9 10 Next > End >>
      Page 1 Of 14

      Top 200 Tags

      Donation

      Thank You for supporting my work
      Click Here to make a donation