Although we try to list all the tutorials in the top menu but if you are still unable to get your tutorial then you can search the topic by entering keyword in the following form.
Looking for Dummy addresses as per country?
Checkout the following address generators as per the country.
Our Vision is to make it easy for the students to learn by providing best study material and best code snippets for the developers so that they can get all in their hands from a single website and don't need to search here and there for the day to day codes.
Tutsocean.com is a website which provides the best tutorials and study materials for the freshers as well as experienced developers. The best part is the content is free of cost for learning. You can copy and paste the code into your projects. We provide the tutorials for HTML, CSS, javascript, Jquery till now. These topics will get on going to increase by the time. fell free to choose your topic from the following listing and start your tour to that topic. Happy learning!!!!
This website provide free tutorials for learning.
It provide better tryit editor in which you don't need to worry about the closing tags.
All Topics
Following are some of the topics we provide for freshers as well as experienced peoples which are going to increase day by day
HTML
CSS
jquery
PHP
Wordpress
Angular
Top 5 Topics From HTML
What is HTML? HTML is a language for describing web pages. From the following few lines, we will get an HTML intro in brief. HTML stands for Hyper Text Markup Language HTML is a markup language A markup language is a set of markup tags The
Basically, HTML provide a number of Tags for Hypertext. I will explain few of those tags.Here are some basic tags available in HTML: <html> - The main container for HTML pages <head> - The container for page header inform
From this post, we will learn about the HTML attributes used to make the web pages and websites with static content. HTML Attributes are another important part of HTML markup. An attribute is used to define the characteristics of an element
HTML Text Link ( HTML anchor )
Web pages can contain links that take you directly to other pages and even specific parts of a given page. These links are known as hyperlinks. In web world language, it is known as “HTML anchor Tag” Hyperlinks allow visitors to
Tables are very useful to arrange in HTML and they are used very frequently by almost all web developers. HTML Tables are just like spreadsheets and they are made up of rows and columns. You will create a table in HTML/XHTML by using <ta
Top 5 Topics From CSS
The css display property controls the box’s type generated by an element. CSS Display Property The CSS specification defines the default display value for all the elements, e.g. the <div>element is rendered as block, while the &
The visual formatting model typically explains how elements in the document tree are processed for visual media such as computer screen. CSS Visual Formatting Model The CSS visual formatting model is the algorithm that is used to process th
Units are used to specify non-zero length value in CSS properties. Understanding CSS Units The units in which length is measured can be either absolute such as pixels, points and so on, or relative such as percentages (%) and em units. Spec
The CSS dimension properties used to control the height and width of an element. CSS Dimension Properties The CSS provides several properties such as width, height, max-width and max-height etc. that allows you to control the dimension of a
The overflow property specifies the behavior that occurs when an element’s content overflows (doesn’t fit) the element’s box. CSS Overflow Property There may be a situation when the content of an element might be larger th
Top 5 Topics From jQuery
select2 with sort using drag and drop
[crayon-600b69e065ead397194202/]
jQuery Validation on Login Page
In this tutorial we learn how to “create a Login system & jquery validation“. The prestored username, password are verified from database whether both exists or not in our database, this is done using PHP script. HTML File:
jQuery Validation on Registration Page
In this tutorial, we will learn about how to make “Registration system & jquery validation”. jquery will be used to validate the form with simple steps. we will also learn a bit about database connectivity using PHP. We hav
In this tutorial you will learn how to use jQuery Remove property to remove the HTML elements or its contents as well as its attribute from the document using jQuery. jQuery Remove Elements or Contents jQuery provides handful of methods, s
In this tutorial you will learn how to use jQuery Insert to insert new elements or contents to the document using jQuery. jQuery Insert New Content jQuery provides several methods, such as append(), prepend(), html(), text(), before(),after
Top 5 Topics From PHP
Get Latitude & Longitude from an address – php
Using cURL [crayon-600b69e068365417113390/]
Top PHP Interview Questions 2018 – part3
In this article, we provide PHP Interview Questions which you can use to crack any level of php interview. Feel free to ask any question in questionbank. Question # 41) What is a lambda function in PHP? Answer # To sum up, a lambda function
Top PHP Interview Questions 2018 – part2
In this article, we provide PHP Interview Questions which you can use to crack any level of php interview. Feel free to ask any question in questionbank. Question # 21) Is Java is better than PHP? Answer # PHP and Java are both very similar
Top PHP Interview Questions 2018 – part1
In this article, we provide PHP Interview Questions which you can use to crack any level of php interview. Feel free to ask any question in questionbank. Question # 1) What is PHP? Answer # PHP: Hypertext Preprocessor is a widely-used open
PayPal payment gateway integration in PHP
PayPal is an American international e-commerce business allowing payments and money transfers to be made through the Internet. PayPal is very popular payment gateway for every web project. This tutorial will explain about PayPal payment gat
Top 5 Topics From wordPress
Drop Down Menu with Submenu using WordPress walker class
In this tutorial, I will walk you through how to use the existing HTML/CSS Drop Down Menu with Submenu using WordPress walker class. This tutorial will not show you how to create a menu from scratch but will walk you through the process of
WordPress loadmore posts ajax without plugin
In this tutorial, I will walk you through how to implement “WordPress loadmore posts ajax without plugin” Step 1 – Add the shortcode to functions.php Add the following code to make shortcode into active theme’
Autoloading classes in WordPress Plugin
Say no to require_once while developing WordPress plugin!!!! Most of the wordpress plugin developers uses classes as containers to develop the plugin which means that they wrap their functions inside the class to make the plugin development
How to Add /blog/ in Front of Your WordPress Posts URLs
Before starting the steps, I recommend taking the database backup so that if anything goes wrong then you have everything in your hands. It always worked fine for me but you never know if something goes wrong. So I hope you have done with t
How to Create a Custom WordPress Widget
[crayon-600b69dfdfaee965675120/] [crayon-600b69dfdfaf4242148816/] Advance option with hide_empty and exclude dynamic from widget [crayon-600b69dfdfaf6167676886/]