Category: General

Apr12

Tagged in:, , , , Comments:

Sonata Admin Bundle nested list or has child list

Permanent Link to Sonata Admin Bundle nested list or has child list

Post (parent) to display comments (child) list. Creating list of rows on sonata admin bundle is fairly easily with there documentation. But when you want to go bit advance on creating sub list of parent entity, then you would be scratching your head.  Luckily this post will help you overcome this very easily. Assuming you already have PostAdmin and […]

Feb16

Tagged in:Comments:

Angular2 ngFor skip first index

Permanent Link to Angular2 ngFor skip first index

Simply use angular2 pipe slice by appending at the end of array. <li *ngFor=”#user of users | slice:1″> {{ user.name }} is {{ user.age }} years old. </li>

Feb02

Tagged in:, , , , , Comments:

Symfony 3 should I upgrade or stay with Symfony 2

Permanent Link to Symfony 3 should I upgrade or stay with Symfony 2

Everyone is excited about Symfony 3, including myself 🙂 Symfony 3 or Symfony 2? Symfony 2.8 is exactly same as Symfony 3. But wait, then what’s the difference? Symfony 3 mostly have new directory structure for logs, cache and console. Also all the previous deprecated functions are removed. Should I upgrade then, if its same? […]

Jan28

Tagged in:Comments:

Symfony3 Container Dependency Injection

Permanent Link to Symfony3 Container Dependency Injection

It’s 2016, you can use trait which will help you extend same class with multiple libraries. I keep seeing container class get extended into another class, which then extends to another, before you know it you have extended 5 different classes just to use libraries. What if you can include 5 different libraries into 1 object without extending? […]

Jan05

Tagged in:, , , , , , , Comments:

Setup Environment UAT + LIVE – GITHUB (Auto Deploy)

Permanent Link to Setup Environment UAT + LIVE – GITHUB (Auto Deploy)

We will cover UAT and Live environments and exclude developer environment. DEV environment for developer to code and test, before he push his commits to remote repository (github.com),  which will be auto deploy to UAT environment for everyone to test with other developers changes. Note – we wont be covering DEV environment. UAT environment for […]

Jan04

Tagged in:, , , , , Comments:

WordPress FIX HTML parsing issue – for Developers

Permanent Link to WordPress FIX HTML parsing issue – for Developers

It’s really annoying and waste loads of hours trying to fix how can one show example of php code, while still use visual editor for quick snapshots or fancy tools of tinyMCE and able to show color coding examples using google prettify.

Jan13

Tagged in:, , Comments:

15 Amazing jQuery Image Gallery/Slideshow Plugins and Tutorials

Permanent Link to 15 Amazing jQuery Image Gallery/Slideshow Plugins and Tutorials

Image galleries, sliders and slideshows have become increasingly popular within webpages over the last year or so, and with jQuery becoming ever more popular, more and more developers have been creating these amazing powerful, versatile and sleek galleries. Thank you jQuery. Below you will the most powerful, the most creative and most versatile of jQuery […]

May26

Tagged in:, Comments:

Towards RESTful PHP – 5 Basic Tips

Permanent Link to Towards RESTful PHP – 5 Basic Tips

What is REST? REST is an architectural style, or set of conventions, for web applications and services that centers itself around resource manipulation and the HTTP spec. Web apps have traditionally ignored the HTTP spec and moved forward using a subset of the protocol: GET and POST, 200 OKs and 404 NOT FOUNDs. As we […]

Dec31

Tagged in:, , , , Comments:

Google I/O 2008 – OpenSocial, OpenID, and OAuth: Oh, My!

Permanent Link to Google I/O 2008 – OpenSocial, OpenID, and OAuth: Oh, My!

OpenSocial, OpenID, and OAuth: Oh, My! Joseph Smarr (Plaxo) A number of emerging technologies will soon collectively enable an open social web in which users control their information and it can flow between multiple sites and services. OpenID, OAuth, microformats, OpenSocial, the Social Graph API, friends-list portability, and more will be discussed, as well as […]

Dec03

Tagged in:, , Comments:

Android’s 10 Most Exciting Apps

Permanent Link to Android’s 10 Most Exciting Apps

Amid the iPhone 3G launch hysteria, we made a pronouncement that, looking back now long after the dust has settled, pretty well nailed it: forget hardware, it’s code that counts. Code via the juggernaut that is the App Store, which allowed the iPhone to truly came into its own as a mobile platform. Now, our […]

Older posts

Back to top