I hereby claim:
- I am jlleblanc on github.
- I am jlleblanc (https://keybase.io/jlleblanc) on keybase.
- I have a public key whose fingerprint is D09B CB3A 75ED 7A2D 909B 5A5E D00B C60F 5767 97B3
To claim this, I am signing this object:
<?php | |
defined( '_JEXEC' ) or die; | |
/** | |
* An helper class for generating dropdowns in Joomla. | |
* | |
* @package default | |
* @author Joseph LeBlanc | |
*/ | |
class SmartDrops |
function comma_format_number (value) { | |
value = value.replace(/,/g, ''); | |
var lead = value.length % 3; | |
var lead_segment = value.substring(0, lead); | |
value = value.substring(lead, value.length); | |
value = value.match(/(\d{3})/g); | |
if (value != null && value.length > 0) { |
<?php | |
public function get_old_joomla_config() | |
{ | |
if (!isset($this->old_config)) { | |
$path = JPath::clean($this->path); | |
$old_config = file_get_contents($path . '/configuration.php'); | |
$old_config = JString::str_ireplace('JConfig', 'JConfigold', $old_config); | |
$old_config = JString::str_ireplace('<?php', '', $old_config); |
SELECT a.id, a.title, a.alias, a.title_alias, a.introtext, a.checked_out, a.checked_out_time, a.catid, a.created, a.created_by, a.created_by_alias, CASE WHEN a.modified = 0 THEN a.created ELSE a.modified END as modified, a.modified_by, uam.name as modified_by_name,CASE WHEN a.publish_up = 0 THEN a.created ELSE a.publish_up END as publish_up,a.publish_down, a.images, a.urls, a.attribs, a.metadata, a.metakey, a.metadesc, a.access, a.hits, a.xreference, a.featured, LENGTH(a.fulltext) AS readmore,CASE WHEN badcats.id is not null THEN 0 ELSE a.state END AS state,c.title AS category_title, c.path AS category_route, c.access AS category_access, c.alias AS category_alias,CASE WHEN a.created_by_alias > ' ' THEN a.created_by_alias ELSE ua.name END AS author,ua.email AS author_email,parent.title as parent_title, parent.id as parent_id, parent.path as parent_route, parent.alias as parent_alias,ROUND(v.rating_sum / v.rating_count, 0) AS rating, v.rating_count as rating_count,c.published, CASE WHEN badcats.id is null THEN |
<?php | |
$image = new JImage('/path/to/original.jpg'); | |
$height = $image->getHeight(); | |
$width = $image->getWidth(); | |
if ($height > $width) { | |
$crop_square = $width; | |
$crop_top = ($height - $width) / 2; |
<?php | |
// Save the user | |
if (!$model->save($data)) | |
{ | |
print 'crap!'; | |
die(); | |
} |
<?php | |
$options = array( | |
'loop' => false, | |
'autoSlide' => true, | |
'dispItems' => 3, | |
// continue this array with everything you want to set | |
); |
var browserify = require('browserify-middleware'); | |
var express = require('express'); | |
server = express(); | |
// Setup scripts/targets middleware. | |
server.use('/scripts', browserify('../src/scripts')); |
### Keybase proof | |
I hereby claim: | |
* I am jlleblanc on github. | |
* I am jlleblanc (https://keybase.io/jlleblanc) on keybase. | |
* I have a public key whose fingerprint is 3622 6D6B DEE2 BA99 E058 C85D ADD2 7B9D 8C28 288A | |
To claim this, I am signing this object: |
I hereby claim:
To claim this, I am signing this object: