Home

JiFile for Joomla!

JIFile
JiFile is a component for Joomla! that allows you to index file contents (PDF, DOC, etc..) to perform searches in them.

Learn more...  Demo

JoomPhoto Mobile

JPhotoMobile
JoomPhoto Mobile is a component for Joomla! that allows you to share the photos from your Android device to your site Joomla.

Learn more...  Demo

iFile Framework

IFile
IFile is an open source framework written entirely in PHP, allows the indexing of textual content of a document (DOC, PDF, EXCEL, etc.) and a quick search within them.

Learn more...  Demo

Easy Language

EasyLanguage
Easy Language is a plugin for easy and immediate management of multilingual texts in every possible area of joomla, articles, components, modules, metadata, template, other components(example K2) etc.

Learn more...

Article Book Effect

Article Book Effect
View Joomla articles with the effect turns the page of a book. This plugin will display the contents of an article in Joomla as a real book or magazine, using all the benefits of HTML5

Learn more...  Demo

 

Passport photo

Passport photo
The most popular Android app that allows you to print photos cards for your documents with your Android smartphone, in a simple and intuitive way.

Learn more...

 

Crazy Shadow

Crazy Shadow
Crazy Shadow is the 3D fast-paced and fun puzzle Android game! Try to rotate and drag shapes in the position of their shadows without fail! Solve in succession all combinations of levels of the game.

Learn more...

 

Admin Countdown

Admin Countdown
Module for Joomla! 2.5 and 3.x displays in the administration part of the site, a timer with countdown of the time remaining in your session.

Learn more...  Demo

 

Velocizzare il codice, senza sprechi!

Quando si deve leggere da un database un insieme di righe, e poi visualizzarle a video,
una pratica comune di implementazione si realizza nei seguenti passi:

1) connessione al DB
1b) costruzione della query
1c) esecuzione della query
1d) salvataggio dei dati in un array
2) costruzione del layout grafico
2b) visualizzazione dei dati dall'array suddetto all'interno del layout

Utilità della variabile contatore

Talvolta troviamo nel codice delle istruzioni come le seguenti:

$arr_data = {7, 4, 2};
for($i=0; $i<count($arr_data);$i++)
{
    $totale += $arr_data[$i];
}
echo "totale = ". $totale;

[PHP] Una alternativa a implode()

Abbiamo il semplice quesito seguente:

dato un array di elementi, si vuole produrre una stringa con tali elementi, separando ciascun elemento con una virgola, e senza che la virgola appaia alla fine della lista”.

Cioé, dato per esempio l'array seguente:

$ar_frutti = array("arancia","mela", "limone", "mandarino");


Si vuole ottenere la stringa:

$str_frutti = "arancia, mela, limone, mandarino" ;
La prima cosa che probabilmente viene in mente é la chiamata della funzione seguente, che risponde subito alla richiesta.

[PHP] Tra parentesi

Che cosa restituisce il seguente codice?
Provate a eseguirlo "a mano", prima con la variabile $x che vale zero, poi che vale due.

Assegnamento vs. Confronto

Domanda a bruciapelo: qual é la lettera che viene stampata dal seguente codice Php?

$z = 0;
$x = 13453;
$y = $x;
if($x > $y) echo "A";
else if($z = 1) echo "B";
else echo "C";

[PHP] How to encrypt text in Triple DES (ECB)

Here's the code to encrypt text using the Triple DES algorithm in ECB

Last comments

  • Easy Language: a Joomla Plugin for Multilingual Websites

    • dorcas melda dorcas melda 19.05.2020 13:38
      Purchase healthcare research paper services and healthcare coursework writing services since students ...
  • Passport photo

    • dorcas melda dorcas melda 19.05.2020 13:40
      Among other courses, cultural studies coursework writing services has become popular since students seek ...
  • Switching Light Video

    • dorcas melda dorcas melda 19.05.2020 13:39
      E-commerce research paper writers are hard to come across for those in need of E-commerce Essay Writing ...

Forum Post

  • No posts to display.

Forum Login