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

Search In

How to load models in CakePHP?

I am writing this blog for them who are new to Cakephp and learning it. In Cakephp there are three ways to load models: First way is: App::import(): It will find and require()s the file and in order to use it you need to be instantiate the class. i

Assigning default values in MVC controller action

While working and making projects in MVC we sometimes needs to give default values to the parameters passed for the default invocation purpose otherwise it will through an error.     So its better to give it default value so your applica

How to create Flames effect in designs using Photoshop

Add flames effect to your designs is now effortless, thanks to the  added Render Flames tool in Photoshop CC. Open your selected picture in Photoshop and select the Pen tool (P). Check the tool is set to Path in the top left drop down menu in t

Window application opens two windows when we minimize & maximize application in processing time

How to resolve "window application opens two windows when we minimize & maximize application in processing time"?   Sometime we face an issue in window application that if one window take more processing time to move to the next

Parsing data from database into JSON

While working with the data whether its from external source or it is from the datasource which is local you need to do parsing for it.     The process of serialization of data and deserialization of data is totally based on it.  

append( ) and appendTo( ) event in Jquery

append( ) event is used to insert the content at the end of matched set of elements whereas appendTo ( ) event is used to insert matched set of elements at the end of content.Through this we can insert elements at click event, mouse-enter and mouse-l

jQuery checked( ) event

checked( ) property is used in jQuery to manipulate the elements on the checked event of radio buttons, input buttons and select elements. For working on options of select element we should use selected( ) event. As shown in example below we changed

Manage image rotation programmatically

Hi we know that we have lots of devices available in Android market with different-2 resolutions and functionalities like we have some issue with samsung and lg devices while capturing images from camera, we basically gets the wrong orientation of ca

Difference between Capybara find() and fill_in() methods

Selenium is an open-source browser automation tool. So, while automating any functionality first we have to locate the element. Capybara provides two methods to locate elements:   find() fill_in()   Let suppose we have an input textbox

Changing accessibility of trait method

Hello Readers! Today, We will discuss about the PHP 5.4 new feature trait and it's method accessibility/visibility. A trait is similar to a class. It is used to reduce the duplication of the code. But a trait cannot instantiate on its own. You c

1 162 409
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: