What's New Here?Subscribe to RSS feed
Convert HTML to WordPress Theme
WordPress is a Content Management System (CMS), which allows us to generate cool websites or blogs with thousands of themes and plug-ins available as well as permit to create our own theme by converting HTML. Here we contribute the article on How to Convert HTML to WordPress Theme, that helps you to modernize your website or blog approximately as you would have imagined. How Does WordPress Theme Functions? Word Press functions rely on PHP to call on different parts of your content such as header, sidebar, and footer from the database management system it stands on a simple method. For…
Load Content On Scroll With jQuery
We generally have lots of content to present but can not load all of it at once as it may take too long. I always loved the dZone’s Ajax content loading while scrolling feature and created a similar one using jQuery. This Ajax auto content loading can very be handy in almost every project. What is loading content while scrolling? When we are scrolling down a webpage, the code recognizes that you are at the bottom and auto-loads new content. Why to use it? It helps increasing the initial load speeds of pages faster and users will have to load only the content they see….
5 Best HTML Editors
Adobe Dreamweaver Adobe Dreamweaver is often seen as the industry standard when it comes to web development. Currently in version CS5.5, I can remember sitting in a friend’s bedroom back in 1997 while he plugged away at Dreamweaver 1.0. Never mind the fact we were only in middle school, but looking back now I chuckle at how primitive those times seemed. Komodo Edit If you’re not quite rolling in the funds, or you just don’t think you need to, Komodo Edit won’t set you back a penny and is an incredible HTML website design program. Of course this open source program…
Nested Gridview Using jQuery Dialog ASP.Net C#
Database: For this tutorial, I am using Employee database. CREATE TABLE [dbo].[T_Employees]( [ID] [int] IDENTITY(1,1) NOT NULL, [FirstName] [nvarchar](20) NULL, [LastName] [nvarchar](20) NULL, [Department] [nvarchar](40) NULL, [Location] [nvarchar](40) NULL ) ON [PRIMARY] Insert INTO [dbo].[T_Employees] values ('Tanvi','Patel',' Physiotherapy ','Sydney') Insert INTO [dbo].[T_Employees] values ('Ashish','Patel','IT','Sydney') Insert INTO [dbo].[T_Employees] values ('Vaishu','Patel','Micro','Sydney') Insert INTO [dbo].[T_Employees] values ('Bhavik','Patel',' pediatrician ','Sydney') Connection string: <connectionStrings> <add name="TempConnectionString" connectionString="<span id="IL_AD11" class="IL_AD">Data Source</span>=ASHISH;<span id="IL_AD4" class="IL_AD">Initial</span> Catalog=Temp;Persist <span id="IL_AD3" class="IL_AD">Security</span> Info=True;User ID=sa;Password=********" providerName="System.Data.SqlClient"/> </connectionStrings> Aspx Page: In this tutorial, there are two aspx pages. Default.aspx — To implement Gridview control EditEmployee.aspx –To Edit Employee Default.aspx page: Below HTML Markup of the page…
Math Animations With JavaScript
There is a lot of math in the visual things we do, even if we don’t realize it. If you want to make something look natural and move naturally, you need to add a bit of physics and rounding to it. Nature doesn’t work in right angles or linear acceleration. Going From 0 To 1 Without Being Boring If you’ve just started programming and are asked to go from 0 to 1 with a few steps in between, you would probably go for a for loop: for ( i = 0; i <= 1; i += 0.1 ) { x = i;…
JSON For Beginners : Syntax & Study
What is JSON, and what can it do? In this tutorial you learn how to use JSON to easily move data around the web. You also look at how to work with JSON using both JavaScript and PHP. If you’ve developed websites or web apps at all, you’ve probably heard of JSON, at least in passing. But what exactly is JSON? What can it do, and how do you use it? In this tutorial you’ll learn the basics of JSON. You’ll look at the following topics: What JSON does The kinds of things JSON is used for How to create…
How to Blackout your WordPress/Website in Protest of SOPA & PIPA
On Wednesday Jan. 18, Wikipedia and many other websites will black out their content in protest of the (SOPA)Stop Online Piracy Act, the (PIPA)Protect Intellectual Property Act and the (OPEN)Online Protection and Enforcement of Digital Trade Act . So, now days most of website owner and bloggers are worry about their websites and blogs protecting from SOPA. How to Blackout your WordPress/Website in Protest of SOPA & PIPA? Here are some basic tips, though maybe his most important piece of advice is to keep things simple. Don’t mess up with your DNS settings, don’t try to be too clever for…
Most Useful And Essential WordPress Plugins
The best thing about WordPress blogging software is the plentiful availability of plug-ins that can be used at free of cost. Being an open source software, there are bountiful numbers of developers who contribute to this community on a regular basis. The frequent updates on such software applications make it viable for the business communities to interact in the best possible ways to their customers. If you run a WP blog, this article will shed some light on the most essential plug-ins available in the market that will help you to take advantage and leverage your business. Akismet –…
10 Free and Exciting Web Templates
Enjoy a log of amazinga and absolutely free website templates to use in your projects. A must have for web designers and developers. Have fun! Here are some of more exciting web templates listed.. 1 .Your Business Live Demo Download 2. Smashing Multimedia Live Demo Download 3. Fresh Restaurant Live Demo Download 4. Jungleland 1.0 Live Demo Download 5. SindromK Live Demo Download 6. Colourise 1.0 Live Demo Download 7. Dark and Sleek Web Design Live Demo Download 8. Symisun Live Demo Download 9. Electronix Live Demo Download 10. Alexx C Live Demo Download If you like this article, please help us spread the word by bookmarking this article using any of the bookmarking sites buttons or Social…
Download Free Wallpaper Calendar 2012
Here are the Calender Designs for the 2012 calender This January Desktop Wallpaper Calendar 2012 reminds us of the “Past”, message us to live the “Today” with great joy and happiness to make our “Tomorrow” brighten and lighten. Download Happy New Year The Desktop Wallpaper Calendar 2012 shown above warmly wishes “Happy New Year”. It reminds us that now the new year has been arrived, so, take the resolution what you wish to do and don’t s in the new year. Download Month for True Lovers Looking over the February Desktop Wallpaper Calendar 2012 presented above, suddenly reminds us of the February month which is regarded as the month for true…


Recent Comments