Friday, August 31, 2012

Responsive CSS: A better approach on layout design

Responsive CSS: A better approach on layout design


Responsive CSS: A better approach on layout design

Posted: 18 Aug 2012 01:27 PM PDT

Resizing web application based on browser window: A better approach to adjust the application proportional to browser window using Responsive CSS. Here we will create a sample web page and make the webpage to re-size according to browser window and make it browser independent.

How to load/migrate data from .CSV file to mySQL table?

Posted: 20 Aug 2012 02:51 AM PDT

Data migration means migrating data from one place to another place. Generally, mySQL queries are used to retrive ,add , update , delete data. We have used mySQL query for migration purpose. I hope this will be useful to all.

How to rotate an image of picturebox with desired angle in C#?

Posted: 20 Aug 2012 05:05 AM PDT

Sometimes it is necessory to rotate an image using code. Creating new bitmap and putting it back to picturebox is very easy. This sample code is used for the same. I hope it will be useful for you all.

Merge PDF Tool using C# and iTextsharp

Posted: 21 Aug 2012 11:33 PM PDT

Merge PDF is tool designed to merge several individual PDF files located in source place into a single PDF file at destination location. Developed in the .Net platform with XML input and PDF as input and ouput will be merged single PDF file.

How to use aggregate function MAX in c#?

Posted: 23 Aug 2012 10:47 PM PDT

If you want to put some criteria on columns and retrieve values from it, then you can use aggregate functions. Calculations , computation part is easy with aggregate functions. I hope it will be useful for you all.

How to insert new record in database using c#?

Posted: 23 Aug 2012 11:10 PM PDT

You can create new user and password with this code. Credentials will be set for users. You can use this code in role based projects. You can add many users by placing this code in for-loop or calling this method multiple times. I hope it will be useful for you all.

How to drag and drop?

Posted: 23 Aug 2012 11:29 PM PDT

This code helps to copy or Move user's text from one text box to another text box. In this resource user can get help to drag and drop text. In this resource user can copy text by pressing CTRL key and then drag that text.

How to check whether the record exists or not in the database while inserting new record using C#?

Posted: 23 Aug 2012 11:46 PM PDT

This code is used when unique logins have to be created as same credentials can not be provided to user. Depending up on the boolean value returned by the function, you can display success or failure message to user. I hope it will be useful for you all.

Displaying Popup using Jquery and css3.

Posted: 24 Aug 2012 12:05 AM PDT

A popup Box which is fully Customizable using css3 and jQuery. Generally we see in websites when a we cliked on purachse buton then it wil show beautiful confirmation dialog which is having some buttons and showing yes or no and cancel and some other messages with images. We see that how it is doing. Generally we can do it with javascript using div ( this also i will post in the next article and gave many responses regarding this already) but a small animation effect and ...

How to view HTML source of any webpage using VB.net?

Posted: 24 Aug 2012 01:23 AM PDT

This code will provide you HTML source of any webpage. You can parse it as per your requirement. GET method is used to retrieve information which is identified by the Request URI. I hope it will be useful for you all.

Explore Razor View Engine for MVC

Posted: 24 Aug 2012 10:50 AM PDT

In this article i will be demonstrating and exploring new Razor View Engine introduced for ASP.net MVC3 framework. The article as some code snippet to learn Razor syntax quickly and easy manner. We will deep dive into some common used syntax in MVC view pages.

How to write Fluent Linq Queries?

Posted: 25 Aug 2012 02:59 AM PDT

This article helps you to understand Linq a little more easily. I have used Fluent expressions to write the LINQ queries.I have also used normal queries to that you can differentiate between the fluent queries and the normal queries.Its easy to write both types of queries, you have to decide in which way you want to write that.

Filtering data table using LINQ query

Posted: 25 Aug 2012 11:29 PM PDT

LINQ can be used on data tables to filter out those rows from the data table which matches the filter criteria. LINQ query improves performance as compared to traditional Select() method on data table.

How to capture image using webcam in C#

Posted: 26 Aug 2012 04:56 AM PDT

This article will explain the process of capturing image from Webcam through .NET, C# is used as the programming language.

How to create batch file and execute as a windows scheduler?

Posted: 26 Aug 2012 11:09 PM PDT

This article will explain you about how to run your batch file from task scheduler? You can run your console application by sending required arguments using this batch file. I have included simple DOS commands in it. I hope it will be useful for you all.

0 Comments:

Post a Comment

Subscribe to Post Comments [Atom]

<< Home