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

Search In

redirect http to https in Zend Framework?

For redirecting http to https, please follow the below steps :- First - Please Open .htaccess file from /public OR /public_html. Second - Add below code in opened .htaccess at the top. RewriteEngine On RewriteCond %{HTTPS} off RewriteRule ^(.*)$ h

Push Notification for iphone using laravel 4.x

There are few steps which we have to follow to implement Push Notification. Step 1: First we will write the api to get token and device type . Here is the controller code of push notification. public function pushNotification() { $validator

Crop Images without degrading their quality (Using CGContextRef)

Often the images cropped from other images in iPhone SDK are degraded in quality. This is because we take a snapshot of the original image (of the desired area). But the below mentioned code prevents from happening the above mentioned issue. The belo

Using Property Lists (Plists)

Method to get a value from plist NSString *path = [[NSBundle mainBundle] pathForResource:@"PlistX" ofType:@"plist"]; NSDictionary *dict = [[NSDictionary alloc] initWithContentsOfFile:path]; int number = [[[[dict objectForKey:@"One"] objec

Realistic Microphone in Photoshop Photoshop Tutorial

Realistic Microphone in Photoshop Photoshop Tutorial ____________ 1 Create a new Document 600 x600 -rgb, transparent bg Make a circle with the marquee tool 2 Fill with a grid pattern. 3 We want to make our grid nice and spherical Filter>D

Add Sound in Unity3D

An AudioSource is attached to the GameObject to play sounds in a 3D environment. To play the sounds we need an AudioListener. The Audio Listener acts as a microphone-like device. It receives input from an Audio Source in the scene and plays sounds t

Category Bit And Mask Bit Filter

In Cocos2d,when you define a world for a scene by default all object heaving body in scene will collide with each other.In order to make object collidable with specific one,simply set body mask and category bit at the time of defining fixtures,and no

DNN7 Common Error

DNN7 Common Error After installation of your DNN site sometime show given blow error on Default.aspx. HTTP Error 404.0 - Not Found The resource you are looking for has been removed, had its name changed, or is temporarily unavailable. *Module: II

WAMP 2.2 configuration problem with php_curl

I installed new wamp on windows 7. It has some dependency on some microsoft tool "vcredist_x64.exe". My installation was successful and I enabled php_curl extension from php settings but I was still getting : Call to undefined function curl_init() Pr

Web Content Security Checklist

The following checklist provides as overview as to what should be concentrated when choosing /designing a Web Content Security Policy. -Support for flexible policies that allow you to configure the product for your current and future needs. -Abilit

1 63 217
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: