Join the social network of Tech Nerds, increase skill rank, get work, manage projects...
 

Search In

How to resolve "- cakephp/cakephp 3.1.7 requires ext-intl *" in Ubantu

Hello Friends, If you are looking to create project on CakePHP 3 with the help of composer. This problem might be encounter "- cakephp/cakephp 3.1.7 requires ext-intl * -> the requested PHP extension intl is missing from your system". To resolv

Group By Statement

Group By : It is used to group the result-set by one or more column. It is used in conjunction with aggregate functions provided by Structured Query Language . If order by is used then Group By must come before Order By clause. Syntax1: SELECT col

Difference between delete and free() in C++?

free() function and delete operator are used to deallocate the memory a pointer is holding. free() function is used when the memory is allocated to the pointer by either malloc(),calloc() or realloc() function, whereas delete operator is used when th

UpdatePanel Control

UpdatePanel Control 1)UpdatePanel Control is available in ASP.NET AJAX package. 2)This control allows partial rendering of the page i.e.it AJAX'ify controls contained within it. This control allows to refresh selected parts of the page instead of r

How to use conditions in query builder with Symfony2

Hello Friends, If you are looking to use conditions in mysql query with query builder in Symfony2. Please review the below code and make the changes accordingly: $qb = $this->getConn()->createQueryBuilder(); $qb->select("SUM( IF(`pm_stat

How to export a png sequence from an animation in Adobe flash without showing the guides?

Hi guys, I have created a tiny animation in Adobe Flash by using guide layers. It seems perfect when I play it or export the .swf file (https://drive.google.com/open?id=0B_T22xCgWSZsRVBUQ0JuTVJ5UkE). but when I'm exporting the png sequence for

how to avoid duplicate data in php mysql ?

i have this database which contain table for questions and other for answers how can i display each questions with the answers that belong to this question my problem is when i try to display the questions i get duplicated rows or all the answers for

figcaption tag in HTML

It depicts the figure and illustrates the data of the figure. It defines a caption which helps to interpret and to increase the understandability of the  figure.   <!DOCTYPE html> <html> <body> <h1>Evon Technolo

WordPress functions remove_filter and remove_all_filters

Today we are going to discuss two wordPress functions current_filter and doing_filter. You can learn other wordPress functions in previous blogs. If you check our previous blogs on wordpress hooks then you can get the clear idea of it. We will review

What is variable in LESS CSS ?

Lets take a basic example of giving color values across an entire website. We will generally apply a palette of colors and any given color could be used countless number times also on multiple elements which leads to the repetition of code throughout

1 77 949
Sign In
                           OR                           
                           OR                           
Register

Sign up using

                           OR                           
Forgot Password
Fill out the form below and instructions to reset your password will be emailed to you:
Reset Password
Fill out the form below and reset your password: