Saifur Rahman Rasel

I am a Web Developer

Saifur Rahman Rasel

I’m a web developer and have been in business for 5 years.I work from home and run my own private call center.I have built some of the best websites on the web. My skills include: HTML, CSS, JavaScript, PHP, programming, web design, Adobe Photoshop , customer service, and all other responsibilities of a business owner.

  • Provati 18,Lichu Bagaan,Sylhet, Bangladesh.
  • +8801782614627, +8801643215579
  • saifurrahmanrasel4627@gmail.com
Me

My Professional Skills

Web Design 100%
Web Development 90%
App Development 60%
Adobe Photoshop 100%

Awesome features

Aliquam commodo arcu vel ante volutpat tempus. Praesent pulvinar velit at posuere mollis. Quisque libero sapien.

Animated elements

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed tempus cursus lectus vel pellentesque. Etiam tincidunt.

Responsive Design

Pellentesque ultricies ligula a libero porta, ut venenatis orci molestie. Vivamus vitae aliquet tellus, sed mollis libero.

Modern design

Duis ut ultricies nisi. Nulla risus odio, dictum vitae purus malesuada, cursus convallis justo. Sed a mi massa dolor.

Retina ready

Vivamus quis tempor purus, a eleifend purus. Ut sodales vel tellus vel vulputate. Fusce rhoncus semper magna.

Fast support

Suspendisse convallis sem eu ligula porta gravida. Suspendisse potenti. Lorem ipsum dolor sit amet, duis omis unde elit.

0
completed project
0
design award
0
facebook like
0
current projects
Showing posts with label Web Language. Show all posts
Showing posts with label Web Language. Show all posts
  • Some Important Code For Web Development In Laravel


    Some Important Code For Web Development In Laravel :

                Toastr CDN Code :

                    CSS CDN :   <link rel="stylesheet" type="text/css" href="https://cdnjs.cloudflare.com/ajax/libs/toastr.js/latest/css/toastr.css">

                     JS CDN :  <script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/toastr.js/latest/js/toastr.min.js"></script>


                    Toastr code: 

        <script>

          @if(Session::has('message'))

            var type = "{{Session::get('alert-type','info')}}";

            switch(type){

              case 'info':

                toastr.info("{{ Session::get('message') }}");

                break;

              case 'success':

                toastr.success("{{ Session::get('message') }}");

                break;

              case 'warning':

                toastr.warning("{{ Session::get('message') }}");

                break;

              case 'error':

                toastr.error("{{ Session::get('message') }}");

                break;

          }

          @endif

      </script>


            Toastr Notification Code :

                if($category){

        $notification = array(

        'message' => 'Successfully Data Inserted',

        'alert-type' => 'success'

        );

        return Redirect()->back()->with($notification);

            }else{

        $notification = array(

        'message' => 'Something Went Wrong',

        'alert-type' => 'error'

        );

        return Redirect()->back()->with($notification);

            }



              Sweetalert CDN:

                  JS CDN: <script src="{{ asset('https://unpkg.com/sweetalert/dist/sweetalert.min.js')}}"></script>



                   Sweetalert Notification: 

           <script>

          $(document).on("click", '#delete', function(e){

            e.preventDefault();

            var link = $(this).attr("href");

            swal({

              title: "Are you want to delete?",

              text: "Once delete, this  will  be permanently delete!",

              icon: "warning",

              buttons: true,

              dangerMode: true,

            })

            .then((willDelete) => {

              if (willDelete) { 

                  window.location.href = link;

              } else {

                swal("Safe Data");

              }

            });

          });

      </script>



         Intervention Image :

    composer require intervention/image


    After you have installed Intervention Image, open your Laravel config file config/app.php and add the following lines.

    In the $providers array add the service providers for this package.

    Intervention\Image\ImageServiceProvider::class

    Add the facade of this package to the $aliases array.

    'Image' => Intervention\Image\Facades\Image::class 

    Publish configuration in Laravel

    $ php artisan vendor:publish --provider="Intervention\Image\ImageServiceProviderLaravelRecent"



    Socialite Website:

    https://console.developers.google.com/

    https://www.tutsmake.com/laravel-8-socialite-github-login-tutorial/


    Comment :

    https://developers.facebook.com/docs/plugins/comments/#configurator


    Mailtrap:

    https://mailtrap.io/

  • Height Property in HTML & CSS

    Height  Property is used for sets the height of an element.



    Height is not same with margin,padding,border.We can easily resize an element by this height property. In html & CSS this height property is used by :
                                       
                                               div.a {
                                                               height :  50px;                                             
                                                         }
       
     That means , in a html div element , the div properties  stands with 50px height..The contents in this div are  remaining with the same size of height property..
                                                          
                                                    div.a {
                                                                  height: auto;                                                 
                                                              }
       
     
    If   height : auto;   the element will automatically adjust its height to allow its content to be displayed correctly .

    We can use the percentage (%)  value  as a height. For example :
                     
                                                         div.a {
                                                               height :  50%;                                             
                                                         }

    This means, it's create a space of 50%  height of a div element.

    The  min-height  and  max-height  properties override the height property.     



  • Web Design & HTML



           Web Page & HTML:

    • Web page made by using HTML.HTML is the combination of some Tags.

    •  Tag means ,the meaning of a sentence which is used in a HTML.

    • Two kinds of Tags are used in HTML.These Tags are Empty Tag & Container Tag.

    • Empty Tag has not ending Tag.It has only starting Tag.For example:  <br>,<meta>,<img>
    • Container Tag has ending Tag & starting Tag.For example:
                      <u>some paragraph</u>,
                      <b> some paragraph</b>
    • In HTML,we use attribute to define a Tag.For example:
                            <img align="centre">,
                            <img align="left">
    • Web page has Head and Body section.Head section used as the title of a HTML & Body section used  to show the page of HTML in a web page.Such as:
                        
         

  • GET A FREE QUOTE NOW

    Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat.

    ADDRESS

    Provati 18,Lichu Bagaan,Sylhet, Bangladesh.

    EMAIL

    saifurrahmanrasel4627@gmail.com
    srr@mail.com

    TELEPHONE

    +880188110,
    +880188211

    MOBILE

    01782614627,
    01643215579