Blog

  • psnGallery 2 Sticky information

    What’s that ?

    It provides you an « gateway » between your Coppermine Gallery and your WordPress Blog.

    A lot of functionnalities for your Blog within a post or outside a post !

    How to make it work ?

    The main requirements are to have installed :

    If those applications are up and running, only few steps are required :
    (suite…)

  • psnGallery 1.3.0Alpha Fix

    due to a small little tiny bug, the size selection is not working.

    To fix the issue :
    (suite…)

  • WP-plugin : psnGallery2 version 1.3.0Alpha is out !

    As you know I am working on psnGallery 1.3.0. I have decided to provide you the possibility to view it as I will be not available a while (I am going on holiday abroad).

    All the plugin parameters are displayed in the psnCPGAdmin module.

    The new functionnalities are :
    (suite…)

  • “Header Image generator” integrated

    I added the well-done plugin of Joel Bennett. It allows to replace text into an image… Very easy to use, very powerfull !

    More than probably I will created few new functionnalities….(eg: merge with psnGallery)

    All titles of all posts are for the moment using that plugin.

  • small issue in psnGallery2

    Issue description: If the <cpg_xxxx> tag is used with only 1 parameter and no separator, nothing is displayed.
    Discover by: William Spaetzel
    Final Fix : next release (probably 1.3.0)
    Workaround: use the tag with parameters (eg: <cpg_gallery>3|2|1</cpg_gallery> instead of <cpg_gallery>3</cpg_gallery>)

  • IE User : Don’t wait for IE version 9.7.8.1 to have PNG transparency

    Already in the past, I mentionned this stupid issue with IE… if you don’t use GIF image, you have no transparency ! The full support of PNG image is not supported by IE. To refresh your memories : usage of gif instead of png.

    I was surfing and I found this hack. Which is more than easy to implement and it seems it works more than perfectly !

    It is composed by a single clever java script ! Amazing ! Microsoft developpers should have a look at the code ! 🙂

  • psnGeneric version 1.0.1 finally out !

    the plugin « psnGeneric version 1.0.1 is finally out ! It was announced few weeks ago…But I had a lot of work to do that’s why it is out only today !

    So what’s the plugin ?

    Do you see the « quote » block on the left side of this site ? and the « download » filelist block (also on the left side) ? Both are done via the psnGeneric version 1.0.1

    So in other word, it is something that display an extract or a full list of records based on a criteria.

    For the « quote » example, here is the line added in my « index.php » : the_genRandom( 'QUOTE',1,'','','', ''); .
    For the « download » example, the following code is used : genList( 'WPHACK',100,'','','', '');

    How to create/manage those lists ?

    I create a small administration page for that.

    Three different actions are possible : editdeletecreate.

    Everything is done via a very easy and intuitive tabular interface.

    [EDIT]
    In order to fix a small mySQL syntax issue (for old mySQL versions), you have to update the line 94 of wp-admin/psnGENAdmin.php as below :

    Change $psnSQLLimit = "LIMIT ".$psnLimit." OFFSET ".$psnOffset;
    into $psnSQLLimit = "LIMIT ".$psnOffset.",".$psnLimit;

    Thanks Bernd Pressler to notify me about this.

  • No ! I am not dead !

    No ! I am not dead ! I was silent for days (even weeks)….

    I was working on a lot of stuffs and I was overloaded ! I finally managed to finish everything this Friday and to conclude : on Friday, my boot harddisk of my personal desktop crashed ! Let’s say it my good period….

    I have to look at the bright side…. ;o)

    A lot of new things are coming :

    • blog.idahocline.info layout totally renewed.
    • in the coming days, 2 new plugins (psnGeneric and psnSTAT and their administration pages) will be available.
    • On a old PC I just have installed RedHat 9….to play a bit with Linux. That why on blog.idahocline.info, a new category will be created : « Linux / RedHat ».

    Oh yeah, I forgot to say : In the coming days, I will remove from this site all the links, categories and posts related to WordPress Development. And I will move them to blog.idahocline.info (and vice-versa).

    This will allow me to make an actual difference between blog.idahocline.info and blog.idahocline.com .

  • psnGallery2 v1.2.2 is available to download

    I fixed few issues, I followed the advices of several of you and specially those from Tarique Sani (Lead Dev Coppermine).

    Just click the download link here or on the download menu.

    As usual, if you have issue… Leave a comment !

  • WPPlugin psnGeneric soon out

    What’s psnGeneric ?

    It allows you to display an extract (random or not) of several records based on a key from a table. This can be used to display a random quote, a list of file to download, a list of … in fact, what you want !

    How does it work ?

    Few functions that you can call from your « index.php ». There is no limitation except your imagination ! The « Quote of the day » and the « Download » sections displayed on this page use this functionnality. Here is the call for the « Quote » :

    < ?php the_genRandom( 'QUOTE',1,'','','', ''); ?>

    You manage the content via the WP-Admin area (as you can see below).

    Nothing to display.

    This is only a preview. It will be out and available for download end of this week-end.