superice

↗ HN profile [ 72.3 ms ] full profile
Karma
0
Created
()
Submissions
0
  1. This gives an error: <?php $class = new StdClass(); $output = (null) $class; var_dump($class); This outputs an empty object: <?php $object = (Object) null; var_dump($object); Why is this?!

  2. I am currently developing and maintaining a PHP framework, and when writing documentation I find it hard to see the difference between useful docs and non-useful remarks. How do I get better at writing documentation?

  3. When creating a new application, should I use table prefixes in a way that Wordpress and Joomla do? (wp_tablename, j32_tablename). It isn't that hard to implement, but why should I? What's the reasoning behind it?

  4. I am programming on a PHP application since mid last year, and the code is becoming more complicated by the day. I would like to use namespaces, but with PHP 5.2 still being widely used, is it reasonable to switch to…

  5. Hey guys, I'm having quite a dilemma right now. Recently I made a video showing a piece of software from my startup. I put it up on youtube and embedded the link from the front page of the website. But it is slow.…

  6. So a lot of Adobe data was leaked: 10GB, about 150 million records. And some people have written search engines to check if your e-mail address was somewhere in all this data. But those search engines are slow. I search…

  7. I would like to set up a webshop that accepts bitcoin payments, but as far as I know there is no automatized way to check whether an amount has been received.<p>The thing I came up with is letting users enter the…

  8. RoyalCMS: demo video (youtube.com)

    RoyalCMS is a content management system that allows complete flexibility by doing nothing by default. Every piece of functionality is separately installable.

  9. RoyalCMS is a content management system that allows complete flexibility.