Tags

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

Latest Comments

Popular Post

items tagged with plugin

Com_joomlacloud under heavy development
Written By: Administrator
Section: Joomla

Category: com_joomlacloud

2006-03-09 09:49:10
I am currently refactoring my whole PHP code, interfaces, abstract classes, default implementations, factories and a lot of tricks in code will  make joomlacloud maybe the  more advanced  PHP code I've ever written.
Concepts are emerging, code is lot less hard coded than 20 lines of PHP (which may also work well)
  • Scanner is responsible for returning a subset of data: can be the whole site, the current article etc...many implementations can be used and or created
  • Analyzer is responsible for analyzing words and take them or not into account: based on length, dictionary etc...
  • Limiter is responsible for limiting size of collection: the top 20, only the first 100 words, sorting etc...many implementations can be used and or created
  • Tokennizer is the process of transforming a list of words into a list of token, etc...many implementations can be used and or created
  • Plugins are responsible on how the list of words are written or displayed, .etc...many implementations can be used and or created
  • Caching factories to save mips on the server...
This make the code more complex to develop but also a lot  more easy to read or extends...


Releasing soon AkoComment 2.2.5
Written By: Administrator
Section: Joomla

Category: com_akocommentPlus

2006-03-09 09:51:11
Finally I will soon release Akocomment 2.2.5 (the one which is working on my homepage) with comment tracking among other new functionalities...

Please use the tracker at sourceforge and give me (us) ideas of what kind of functionalities You want to see in it. If You want to avoid the hassle of creating an account or do not know how to, You can also use this thread to submit ideas as comments.

My ideas Are:

1Since
  • Hashcash is not intrusive, user has nothing to do to enter a comment (the cryptographic anti spammer check occur in the background)
  • SecurityImages use captcha, and so force user to enter character he has read in an image
I was thinking since a long time of using a 3rd party authority with is more smarter than me in oder to determine if the comment is a real spam, and I found this:
Akismet Automatic Kismet (Akismet for short) is a collaborative effort to make comment and trackback spam a non-issue and restore innocence to blogging, so you never have to worry about spam again. When a new comment, trackback, or pingback comes to your blog it is submitted to the Akismet web service which runs hundreds of tests on the comment and returns a thumbs up or thumbs down. With Akismet, you're always protected up-to-the-second from the latest dirty tricks of spammers. There's no maintenance, no upgrading, no hassle.
This work as webservice, so code changes are minimal and quite easy to do
2A Plugin system to allow extensions more easily (Plugin can be registered in a linked list or similar) at runtime

Get inspiration from existing commenting systems, or simply be creative!
Please submit ideas fast! I will then assign priority them in the tracker


Ajax enabled OpenComment online video
Written By: Administrator
Section: Joomla

Category: com_opencomment

2006-06-12 23:45:07
I took the time to work 3 hours on OpenComment, and I made some impressive progress...
  • I am able to understand xajax development and error messages faster now
  • Nearly all basic functions are AJAX enable: rating, admin function, publishing, sorting, filtering etc...
  • I have start to refactore the code and clean out dead and bad code,
  • I am able to use some basic Joomla library (while not being in a Joomla session).
And in order to thank You all for Your patience, I have create a FLASH movie with WINK

Wink is a Tutorial and Presentation creation software, primarily aimed at creating tutorials on how to use software (like a tutor for MS-Word/Excel etc). Using Wink you can capture screenshots, add explanations boxes, buttons, titles etc and generate a highly effective tutorial for your users.

Carbon Viewlet being too expensive: 200$ right now for my usage but if someone has a licence to offer me ;-)

The video is  here GO for OpenComment video  (a little bit rough for 300kB, but the WOW effect should be here)

  • All operation are done WITHOUT reloading the whole page,
  • This thing is lightning fast
  • The AJAX library has reduce the code of at least 30% (no more form, no submit, no code to compute redirect url etc...)
BUT
  • Dont ask for a release date, it will be ready when it is ready!
  • Adding security and reviewing code has to be done, I dont want to let hackers missuse the system.
  • The PHP code is commited to Joomla forge,
  • The PHP code is right now still joomla 1.0.9 compatible, I think I need less than a day to migrate code to Joomla 1.5 API
  • No installer or complete admin panel (70%) right now, will be done at the end.
  • Contact me if You want to help.
more news soon....ENJOY


Akismet4Joomla 1.5.1 for Joomla 1.5
Written By: Administrator
Section: Joomla

Category: Askimet4Joomla

2008-03-01 13:41:07

 

How Akismet work?
When a new comment, trackback, or pingback comes to your blog it is submitted to the Akismet web service which runs hundreds of tests on the comment and returns a thumbs up or thumbs down.
Read Akismet site for more details

What does this plugin do?
This Joomla! component is UNUSABLE alone: other components HAVE TO USE IT. Consider this component as a Framework. It help other developers integrate Akismet in their code. This component is simply a bridge, hiding Akismet details and providing an unified way to use Akismet in Joomla 3rd party component code.

NEW: Slider administrator panel.
NEW: Native Joomla! 1.5 plugin, no need to install in legacy mode.

NEW: Checking now the validity of your Akismet key, see screenshot below

Akismet4Joomla now checking Akismet keys
NEW: check for proper operations, test individually comments, see screenshot below
akismet4joomla.1.5.1.testing.comments.gif

NEW: Fully translated, including manuals, help and troubleshootings

NEW
: New API more like in Joomla! 1.5, but the old one is still working

require_once (_JOOMLA_AKISMET_ADMIN_BASE . '/akismetJoomlaAPI.php');
$JoomlaAkismetAPI = JoomlaAkismetAPI::getJoomlaAkismetAPI();
$JoomlaAkismetAPI->isKeyValid("123456789");


NEW: Using Akismet PHP 5 engine version 0.4 (author Alex Potsides http://www.achingbrain.net/)

  • Performance - changed HTTP version from 1.1 to 1.0 (with thanks to Jan De Poorter).
  • Performance - No longer issues a separate HTTP request to check validity of the API key with every instantiation.
  • Added a new public method 'isKeyValid' to manually check validity of the API key passed to the constructor.
  • The method 'isCommentSpam' (rather than the constructor) will now throw an exception if the API key is invalid.
  • Tidied up internal structure a bit.

Go to my download section to grab it


Akobookplus beta1 for Joomla! 1.5
Written By: Administrator
Section: Joomla

Category: AkobookPlus

2008-03-12 20:24:37

BUG: Adding new guestbook entries now working in Backend (thanks to Laurie for reporting)
NEW: moved the Akobook image and titles to up in the navigation bar of the component (Laurie)
NEW:
moved your code for images to another tab called Security / Integration. I would like to add
another option here so that you can choose to use the captcha option in Community Builder (Captcha 2.0.1).
That way I can have the same captcha used everywhere. (Laurie)
NEW: Moved the number of entries to show on the admin page to the bottom to fit in with other components. (Laurie)
NEW: Changed image from publish to tick to fit in with other components. (Laurie)
NEW: Added some widths to the tables in backend so entry has more space so it can be more easily viewed (Laurie)
NEW: Moved the copyright notice to bottom of about page and removed it from other pages. (Laurie)
BUG: Ability for administrator to edit/delete/comment now working with BBcode support

A big Thanks to Laurie from Down Under (Australia) for his help.

I wont add much new functionalities in such a messy code, the first task to do as soon as it is working is to cleanup/redesign the code behind the scene






There are 67 items tagged with plugin. 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

Support

My status

Download

You can download all my Joomla! extensions and a lot more HERE

Donations

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