In this tutorial I am using the Dcodes (The online CSS Framework) which is very powerful css framework to build website elements in seconds.
Dcodes have over 1500+ web ready elements (Short codes) with simple copy and paste integration.
Just like JQuery tag line of (write less, do more)..... Dcodes have a unique tag line also which is (Get more done in less time) which is very elaborated and of course very well said as the integration is very simple; every developer or even simple basic user can even do this with easy to use copy and paste code to be used with best of your requirement, either you are using css buttons, navigation, rss , elements, tooltips and lot of more to choice from 1500+ elements.
List of Features:
- With 1500+ short codes, add web ready elements in seconds, just copy and paste code.
- Having Compatible with popular browsers and devices, so you not need to worry about the compatibility.
- Fast, Lightweight, Optimized and Minified version with fast page load times.
- Show a gallery of images in an outstanding way with 30 jQuery sliders.
- Connect with social network services like Facebook, twitter, google plus, YouTube, Flickr, LinkedIn and lot more in an easy way.
- 500+ google web fonts suitable for your need.
- Construct complex layouts and prototypes in minutes.
- It’s upon you use the local version of scripts or used Cloud CDN Solution for scripts like jQuery CDN.
- Use only the required file which you want to include, it increase the download and page load time.
- With our short codes you can use only HTML+CSS+Jquery, no third party plugin required to setup. That’s why easy and robust.
There are many more similr features. You can read full list from Here
Let's start to create something using Dcodes short codes.
Just think of it that you have startup your Hosting Business and worry about the plans and features and shown on website in Good UI mode. Firstly you should search for Guru Web graphic designer to create a stunning design and it takes a week to approve a well prepared design. It costs you a lot of time and money but what about Dcodes, how does it facilitate you? Within a minute you can choose the required stunning and flashing design and on the next minute you are ready to integrate with your website. It’s not an easy way to do your work?
Sure, it completely removes the headache for surfing time and cost, its ambition is to get more done in less time and with an easy way.
So firstly go to the site and to the concern area.
Select the pricing table design and after that click on the below table hyperlink View Code. It will open and copy the code and paste to the destination where you want to use the short code. Add the script and css hosted CDN files in the header section and the final output is given below.
Full source code is given below for reference.
Like These snippets, you can add any element you wish.
Now we will start to add another element to the page in the form of showing the latest feeds from news agencies, blog post, and popular sites.
But for today I wish to use C-sharp corner Rss Feed to show the latest articles showing on the main page.
As we have get idea about RSS we can easily integrate in to our page.
Just go to the Embed ==> RSS Feeds.
Select the required ticker and copy the header and body section code and also don't forget to edit the URL from which you want to show RSS feeds. Here is the full code compiled for RSS.
- <html>
-
- <head>
-
- <title>RSS Feeds Using DCodes</title>
-
-
-
- <link type="text/css" rel="stylesheet" href="http://cdn.dcodes.net/2/rssfeeds/css/dc_rssfeed.css" />
-
-
-
- <script type="text/javascript" src="http://cdn.dcodes.net/2/jquery.min.js"></script>
-
-
-
- <script type="text/javascript" src="http://cdn.dcodes.net/2/rssfeeds/js/dc_rssfeed.js"></script>
-
- <script type="text/javascript" src="http://cdn.dcodes.net/2/rssfeeds/js/dc_vticker.js"></script>
-
- </head>
-
- <body>
-
-
-
- <script type="text/javascript">
-
- $(document).ready(function () {
-
- // Put your Atom / RSS feed URL
-
- $('#rss-ticker2').rssfeed('http://www.c-sharpcorner.com/rss/latestcontentall.aspx', {}, function (e) {
-
- $(e).find('div.rssBody').vTicker({ showItems: 10 });
-
- });
-
- });
-
- </script>
-
-
-
- <div id="rss-ticker2" style="width:80%;"></div>
-
- </body>
-
- </html>
Final Output of RSS Feeds:
Here is all about Dcodes.... Hope you find it useful and now you can made elements in seconds.