Sunday, March 3, 2019

Amazing news , Codeigniter Migration

CodeIgniter-4.0.0-beta.1 release today




Release highlights:
  • New View Layouts provide simple way to create site site view templates.
  • Fixed user guide CSS for proper wide table display
  • Converted UploadedFile to use system messages
  • Numerous database, migration & model bugs fixed
  • Refactored unit testing for appstarter & framework distributions
     
New messages:
  • Database.tableNotFound
  • HTTP.uploadErr...

App folder changes:
  • app/Config/Cache has new setting: database
  • app/Views/welcome_message has logo tinted
  • composer.json has a case correction
  • env adds CI_ENVIRONMENT suggestion

    If everyone fans of Codeigniter  Framework but want to use database migration like Laravel Framework, So it the amazing news for your guy. 

Saturday, March 2, 2019

How to make your YouTube video Auto play on Facebook

Normally we can upload any video which you want on the Facebook page or you’re Timeline; Amazing on this video will demonstration you how to make your YouTube video Auto play on Facebook
1. Upload video on Facebook

2. Add Read more URL so, you can follow the YouTube Below: 


Thursday, February 14, 2019

Cannot set property 'innerHTML'

In Javascript, we can place the code in the <head> tag , <body> tag, and place in external file. 
So  if the error like this  Uncaught TypeError: Cannot set property 'innerHTML' of null " 
<!DOCTYPE html>
<html>
<head>
<title>Use JS in head </title>
<script >
document.getElementById("demo").innerHTML = "My First JavaScript";
</script>
</head>
<body>
<h1>Use Js in Head tag</h1>
<p id="demo">A Paragraph</p>
</body>

</html>

Change to 

<!DOCTYPE html>
<html>
<head>
<title>Use JS in head </title>

</head>

<body>
<h1>Use Js in Head tag</h1>
<p id="demo">A Paragraph</p>
</body>
<script >
document.getElementById("demo").innerHTML = "My First JavaScript";
</script>
</html>

You have to place the hello div or id before the script

Sunday, February 10, 2019

How to push code to a new repository in Bitbucket

Bitbucket is a web-based version control repository hosting service owned by Atlassian. Manage and share your code with anyone, you can use for private and public project source code.

In this episode will show you who to create a new repository and push new code. at the first Create news repository, after creating the repository follow the step by step below

1. open a command line or terminal of your root project 

2. git add: Add files to the staging

3. git commit: command is used to save your changes to the local repository

4. git push: tells which ref on the remote side is updated with this pus


Saturday, February 9, 2019

Photoshop: How to cut out an Image - Remove & Delete Background Using Photoshop

How to cut out an Image - Remove & Delete Background Using Photoshop.
In this video show, you how to cut image, remove and delete Background Using Photoshop Pro CC like the image below 



I have an Image with a white background, Ok, What tool should we use? in Photoshop have many tools that we can proceed to make a selection such as Lasso Tool, Polygonal Lasso Tool, and Magnetic Lasso Tool but we will use Magnetic Lasso in this video

Watch my video below it will have you how to remove the background.




How to make YouTube Thumbnail


How to Create Horizontal Crawl Text in Adobe Premiere Pro CC 2018