Step by Step Learn PHP tutorials - for Beginners

05:18:00 0 Comments



Joel Fernandes JoelWebsites Teaches you to Learn php.

Xampp portable
Download link http://portableapps.com/apps/development/xampp

Download Brackets http://brackets.io/

W3Schools http://www.w3schools.com/php/default.asp

This is an introduction to PHP. It is a part of a series of complete tutorials on learning PHP as an absolute beginner.You will need to comment with your doubts and I will Create a new video based on that doubt or at least reply your comments to solve your doubt. PHP is one of the most useful languages to know and is used everywhere you look online. In this tutorial, I start from the beginning and show you how to start writing PHP scripts.If you're interested in becoming a professional PHP developer and don't have any prior programming experience these tutorials might help you on the fast track to becoming a professional PHP developer .

0 comments:

Create a Mobile Android or IOS app from Scratch

10:00:00 0 Comments




USING CORDOVA OR PhoneGap


(Setup for Eclipse Android Package Environment - if installed please ignore)
Download Package For Android setup Click To Download

Set Java Environment Variables
  1. Start > My Computer (right click)> Properties> Advance System Settings
  2. On System Properties window  Select Advance Tab
  3. Click Environment Variables
  4. In System Variable click New
  5. Variable Name: ANDROID_HOME  
  6. Variable Value: D:\All Proj\Android Activity\adt-bundle-windows-x86-20130917\sdk  (set your path)
  7. In System variable Open path variable and append in variable value  ;%ANDROID_HOME%\tools
  8. In System Variable click New ( Download latest version of  Apache .)
  9. Variable Name: ANT_HOME  
  10. Variable Value: C:\Program Files\ANT\apache-ant-1.9.3  (set your path)
  11. In System variable Open path variable and append in variable value  ;%ANT_HOME%\bin
  12. In System Variable click New ( Download latest version of  java jdk.)
  13. Variable Name: JAVA_HOME
  14. Variable Value: C:\Program Files\Java\jdk1.7.0_45  (set your path)
  15. In System variable Open path variable and append in variable value  ;%JAVA_HOME%\bin




Download and install Node.js.

Install the cordova module using npm utility of Node.js. The cordova module will automatically be downloaded by the npm utility.

(Commands for Installation :-  Start > Run > “cmd” )// to open command prompt
on Mac:
sudo npm install -g cordova

on Windows:
C:\>npm install -g cordova

Create New App ( Move to your folder path in cmd then follow below steps. )
>cordova create hello com.example.hello HelloWorld// Folder bundleID AppName
>cd hello
>cordova platform add ios  //For Mac
>cordova platform add android  //For Windows
>cordova platforms ls//For Mac -Folder view
>cordova build//For  Windows
>cordova build ios //For Mac
>cordova run android //For Windows( Please refer below section -- Get the device recognized by your system)

Plugins- if required
Basic device information (Device API):
cordova plugin add org.apache.cordova.device
Network Connection and Battery Events:
cordova plugin add org.apache.cordova.network-information
cordova plugin add org.apache.cordova.battery-status
Accelerometer, Compass, and Geolocation:
cordova plugin add org.apache.cordova.device-motion
cordova plugin add org.apache.cordova.device-orientation
cordova plugin add org.apache.cordova.geolocation
Camera, Media playback and Capture:
cordova plugin add org.apache.cordova.camera
cordova plugin add org.apache.cordova.media-capture
cordova plugin add org.apache.cordova.media
Access files on device or network (File API):
cordova plugin add org.apache.cordova.file
cordova plugin add org.apache.cordova.file-transfer
Notification via dialog box or vibration:
cordova plugin add org.apache.cordova.dialogs
cordova plugin add org.apache.cordova.vibration
Contacts:
cordova plugin add org.apache.cordova.contacts
Globalization:
cordova plugin add org.apache.cordova.globalization

Splashscreen:
cordova plugin add org.apache.cordova.splashscreen
Open new browser windows (InAppBrowser):
cordova plugin add org.apache.cordova.inappbrowser
Debug console:
cordova plugin add org.apache.cordova.console

To remove plugins
cordova plugin rm Plugin-Name
cordova plugin rm org.apache.cordova.console

Open your project
  1. Start Eclipse select your workspace
  2. Select File>New > New Project window will get open
  3. Select  Android Folder and then select “Android Project from  Existing Code”
  4. From Import Projects Window > Select Your Project (One which you created by cmd)
  5. Click Select All button
  6. Click Finish.
Note: Select your folder and refresh every time you open Eclipse or fires cordova build command




Get the device recognized by your system

This can be tricky, especially under Windows based systems where drivers tend to be a problem. Also, your device may come with additional information or specific drivers from the manufacturer.
For Windows: If the Android device is automatically recognized by the system you still might need to update the drivers with the ones that came with the Android SDK. This is done through the Windows Device Manager. —>If the device is not recognized automatically use the drivers from the Android SDK, or any specific drivers provided by the manufacturer. —>Additional info can be found here: USB Drivers for Windows
For Mac: If you’re developing on Mac OSX then no additional drivers are usually required.
Note: Don’t forget to turn on “USB Debugging” on your device. Go to Settings -> Developer options, then enable USB debugging. As of Android Jelly Bean 4.2 the Developer options are hidden by default. To enable them tap on Settings -> About Phone -> Build Version multiple times. Then you will be able to access the Settings -> Developer options.

How to Export Apk file
  1. Right Click on Folder (ie. Your Project) select Export
  2. From Export Window select Android Folder > Export Android Application click Next
  3. Select Project (by default its selected) click Next
  4. Key Selection >
    1. Create New keystroke (For Fist Time Every Project)
      1. Select Location To save Key File (Note: Save properly to use in next export)
      2. type password and confirm password (remember for the next time)
    2. Use Existing Key Stroke
      1. Select previous selected key
      2. Enter password
  5. Key alias Selection
    1. Create New Key >Next.
    2. Use Existing Key > select previous alias name enter password
  6. Fill the form use same password set validity more than 25 years
  7. Destination/Key Certificate window browse and type your Application name with .apk extention ie abc.apk
  8. Click Finish

0 comments:

How the 16 Year Old Incredibly Transforms his Body! (Calisthenics) - Bar Brother...

04:08:00 0 Comments



This is an incredible transformation!!! you will be amazed to see this video this boy was not able to do any push ups or any type of exercise in the beginning however you see that how incredibly he transforms himself in just one year!..We see how it takes hard work to be muscular it also takes hours of pain and a lot of dedication to be the best.This video was taken from the year 2013 to the year 2014.What an amazing transformation!

0 comments:

CRISTIANO RONALDO IN DISGUISE fooling around

09:46:00 0 Comments





This is an awesome video of cristiano Ronaldo the best football player in the world.

Its really funny to see him play with the ball alone on the street but once he revealed his identity the entire crowed was astonished!.

Stay tuned for more news and awesome updates!

0 comments:

how to create a prestashop module

09:44:00 0 Comments




In this video I quickly show you how to the prestashop module is created it is really very easy to create this module .It may take some time and patience but after watching the video it should be really easy.

0 comments:

Cristiano Ronaldo getting scanned for fifa awesome

20:51:00 0 Comments

Cristiano Ronaldo getting scanned for fifa 



Btw this is how EA sports scans football players for fifa.
However you are getting to see this picture because Real Madrid football club is the official partner for EA sports.

So below you will even get to see , Karim Benzema, and some other members of the team.Do not worry Messi fans because he will still feature the cover image on the Game

There is some sensing technology it captures the details of the person as shown on the above picture..so they are basically trying to create a digital person.It also captures the gestures the movements of the person. 


to get a better idea about how this system works..

LOL ..here is a similar article of persons getting scanned on EA sports ...http://3dprint.com/12515/ea-sports-3d-scanning-heads/

Comment your thoughts below!






 


0 comments:

Archaeologists Uncover Something Shocking Underneath The Easter Island Heads. This Is SO Cool!

09:16:00 0 Comments









 The head statues on Easter Island is a superb place to visit and sometimes considered as a wonder of the world.
But I never ever knew that these statues had full bodies only until I seen the video that I have attached above!...Its really awesome and you got to check it out to guys!!!!!

ITS REALLY AWESOME!!! AND SOO COOL.

 The Moai were carved by the Rapa Nui people between 1250 - 1500 CE. 

Until now it was thought as if they were just heads but after a little digging they have discovered it to be entire body structures.Really awesome guys!. 

Checkout this extra images that are revealing!



0 comments:

Some of the best bike pictures from vasai get featured

10:08:00 0 Comments

Some of the best or Awesome bikes from Vasai and an awesome chance to get featured...









Ya so as we all know Vasai being a land of rich people as well as a land where most of the localities own bikes, I have came up with this post where I have shown some of the best bike pictures from vasai..
You could get yourself featured by simply msging me a picture of your bike
with yourself  on my facebook
 or emailing me with the the on joeljfernandes@yahoo.com.

But below are some of the best pics I could download from facebook...I will upload new ones once I get replies from you on facebook and your emails...


     Sreejith Warrier`s bullet bike below...
















0 comments:

train crashes on churchgate but everyone safe

04:33:00 0 Comments


Train crashes in Mumbai on Sunday...Good news is that everyone is safe.


train crashes in mumbai

train crashes in mumbai

train crashes in mumbai

train crashes in mumbai

0 comments:

prestashop theme awesome theme

11:20:00 0 Comments

prestashop theme awesome theme download



Hi guys this is a theme created by me now available for download

This theme has an awesome changing background slider that you will love.And it is customizable
too.Below is the download link.

DOWNLOAD

demo

http://prestashop.joethemes.com/awesometheme/



0 comments:

Ride safely in the rain

11:59:00 0 Comments


Ride safely in the rain most important tips




These are some few tips or ways to help you ride more safely during the rainy season.

1.Make sure your brakes are working fine...


2.If you are riding make sure you wear a nice visible jacket this will make you more visible and will prevent you from any accident.

3.make sure you helmet or glass is clear



4.lubricate all the moving parts of your bike/car.This is because this generally gets washed away with the rain.

5.Do not ride/drive fast maintain a speed limit.

6.Maintain a safe distance from other vehicles.






0 comments:

Write angular JS Code in two minutes

09:05:00 1 Comments


Hi guys you can create your Angular Js HTML file within two minutes...

Yes this is not a joke but this will help you write at-least write the basic code.

First of all

You will need to create an Angular JS file just a simple HTML file

The you will need to paste the below code into the file


  <script src="https://ajax.googleapis.com/ajax/libs/angularjs/1.2.27/angular.min.js"></script>  
     <script src="https://rawgithub.com/gsklee/ngStorage/master/ngStorage.js"></script>  
     <script>  
       var example = angular.module("example", ["ngStorage"]);  
       example.controller("ExampleController", function($scope, $localStorage) {  
         $scope.save = function() {  
           $localStorage.message = "Hello World";  
         }  
         $scope.load = function() {  
           $scope.data = $localStorage.message;  
         }  
       });  
     </script>  
   </head>  
   <body ng-app="example">  
     <div ng-controller="ExampleController">  
       <button ng-click="save()">Save</button>  
       <button ng-click="load()">Load</button>  
       <br>  
       {{data}}  
     </div>  
   </body>  
 </html>  

Just make sure that your internet is connected since I have included CDN script libraries.And you are now done.

1 comments: