|
|
|
|
|
Login to share your opinion An Overview of JavaScript OperatorsThis article will give a basic introduction and overview to JavaScript operators. More specifically, we will discuss assignment operators, arithmetic operators, comparison operators, and logical… read more PSR-1 and PSR-2 to be Approved as StandardsI hope you all know about the PHP Framework Interoperability Group. The group proposes standards (PSRs) that developers can adhere to in order to make… read more Wordpress Ajax PaginationConverting WordPress Pagination to ajax pagination is very easy.You just need to Edit a file in your wordpress theme.It is actually a quite simple ajax… read more 22 Best PHP Tutorials For DevelopersPHP is the most widely-used language for programming on the web. If you’re new to PHP, then it’s time to get acquainted with the awesomeness… read more Starting with HTML5 FormsHTML5 forms add a lot of power to html forms which result in reduced development time. And HTML5 are improved for developer as well as… read more Optimizing Performance for WP7 Bing Maps ControlOne of the first apps I created for Windows Phone with 25K was one called Maps+. It’s still available, but it definitely has some flaws… read more Plugin Development for WordpressThe WordPress platform allows you to modify, customize and enhance your existing website easily. You don’t need to change the core program but rather you… read more How to use the Symfony2 SonataAdminBundleI have been doing a lot of Symfony2 development lately for our project ProTalk and one of the things we needed was a backend for… read more The CSS3 Flex Box SpecificationWith a lot of talk recently over at Mozilla about supporting the Flexbox specification in the near future (in its current iteration anyway), I thought… read more Me Like Dev » PHPUnit – Upgrade – Convert assertType to assertInternalTypeWe recently upgraded phpunit from a very old version to the current 3.6.x version (at time of writing). During the upgrade I noticed that assertType… read more How to send various kinds of email using PHPEmail is one of the most popular services over the internet. A huge amount of email sent and delivers every day. We can easily send… read more Four WordPress Themes for Building a Powerful Content PlatformWhen it comes to website design, search optimization, and security, our StudioPress team has done the heavy lifting for you. read more Check Network Status using HTML5 and javaScriptAs we all know HTML5 a major revolution in WWW. Most of the developers have started using HTML5 in their real projects if you have… read more Use standard PHP functions in eZ PublisheZ Publish provide a lists of functions and operators to execute on template, however many standard PHP functions are not available. Such as: templating functionality for… read more To pass limits with store procedure in MySQLThis Store procedure was working fine in local mysql but it was not working on live server. For few minutes my mind was blank and… read more MongoDB Cursors with PHPRecently I was asked to improve the MongoCursor::batchSize documentation. This began an indepth investigation in how the PHP driver for MongoDB handles pulling data that's… read more How to Code an Awesome Categories Menu for Your WordPress SiteSometimes it’s good to ditch the default functions for components and create our own stuff. WordPress has great features for category listing but when it… read more Removing PHP out of Wordpress Template Files and Placing it in Dynamic Pages and Post…This was (and is) largely done to protect a website’s security, as it was theorized that allowing PHP code in the body of entries, within… read more Fighting With PHP operators:In all programming languages, operators play a key role in performing tasks with variables and values. You might have knowledge about "." or assignment operator"=". read more Database connection pooling with PHP and React (node.php)Last saturday I meet a new hype: “React” also known as “node.php”. Basically it’s the same idea than node.js but built with PHP instead of… read more |