Asp.net Basics : Uploading a file in asp.net using validations (Part 4 of 5)

Posted on Mon 06 January 2014 in ASP.NET • Tagged with ASP.NET, C#

This is a part 4 of the 5 part tutorial.
If you are visiting this page for the first time then you must visit part 1 of the tutorial
on how to upload a file on server here

Contents of this 5 part tutorial
Part 1 : Basics of ASP.Net …


Continue reading

Customize GRUB2/BURG Screen Using Grub Customizer

Posted on Sun 05 January 2014 in Linux • Tagged with GRUB, Linux

GRUB Customizer is the application with graphical interface to configure GRUB2/BURG settings, visuals & menu-entries.

Features:

- supports GRUB2 & BURG

- rename, remove & move the menu-entries

- Installation of bootloader to MBR

- settings like default distro, Kernel params, BG image, text colors etc. to customize the look of GRUB2/BURG

You can simple …


Continue reading

Asp.net Basics : Uploading a file in asp.net using validations (Part 3 of 5)

Posted on Sun 05 January 2014 in ASP.NET • Tagged with ASP.NET, C#

This is a part 3 of the 5 part tutorial.
If you are visiting this page for the first time then you must visit part 1 of the tutorial
on how to upload a file on server here

Contents of this 5 part tutorial
Part 1 : Basics of ASP.Net …


Continue reading

Asp.net Basics : Uploading a file in asp.net using validations (Part 2 of 5)

Posted on Sat 04 January 2014 in ASP.NET • Tagged with ASP.NET, C#

This is a part 2 of the 5 part tutorial.
If you are visiting this page for the first time then you must visit part 1 of the tutorial
on how to upload a file on server here

Contents of this 5 part tutorial
Part 1 : Basics of ASP.Net …


Continue reading

Asp.net Basics : Uploading a file in asp.net using validations (Part 1 of 5)

Posted on Sat 04 January 2014 in ASP.NET • Tagged with ASP.NET, C#

CoverImageASPNetFileUpload


Contents of this 5 part tutorial
Part 1 : Basics of ASP.Net file uploading, uploading a file to a server.
Part 2 : ASP.Net file uploading using EmptyFile Validations.
Part 3 : ASP.Net file uploading using FileSize validation.
Part 4 : ASP.Net file uploading using FileExtension validator.
Part 5 : Complete …


Continue reading

CSS Regex selector - Using Regular Expression in CSS

Posted on Wed 01 January 2014 in CSS • Tagged with CSS

Just like JQuery, CSS also offer a great way to filter out elements with selectors using Regular Expressions.

Selecting on  Attribute and value

[[att=str]]{style="font-family: 'courier new', courier;"} :- attribute value is exactly matching to str

[[att*=str] ]{style="font-family: 'courier new', courier;"}:-  attribute value contains str - value can …


Continue reading

Install HTML5 Capable Browser In Raspberry Pi

Posted on Sun 29 December 2013 in Linux • Tagged with HTML5, Raspberry Pi

'Web' is the epiphany port available for Raspberry Pi users, which is HTML5 capable browser & it's predicted to be shipped in future Raspbian release. Well, if you're impatient for the official release of 'Web' & wanna try out this awesome browser, here's few steps which will let you enjoy the beta …


Continue reading

Java Reflection: class "Method" to inovoke methods and get metadata

Posted on Sat 28 December 2013 in Java • Tagged with Java, Programming

Java Logo

using [java.lang.reflect.Method]{style="font-family: courier new,courier;"} you can get metadata/signature of methods (including private) and can invoke accessible methods at runtime.

Class Method provides a great tool to list all methods and find information about methods.  following tutorial will provide you more detail of class …


Continue reading

How play videos on Raspberry Pi - OMXPlayer

Posted on Mon 23 December 2013 in Linux • Tagged with Raspberry Pi

OMX player is a command line player which can be controlled via Android app or over SSH.

OMX player can play all common files including .avi, .mp4 and mkv without any extra codec with subtitle.

Raspberry Pi OMX Player

Installing OMX Player

Download and install player from source

Stable Build (Already added in Raspbian …

Continue reading

Vagrant up And Beyond!

Posted on Mon 23 December 2013 in Linux • Tagged with Vagrant, VagrantFile, Virtual Machines

When you are working on a project with a team, a big question is how to make them work on same environment? One solution is to make them work on same machine, but this gets messy as everyone is making changes. The other solution is to provide everyone with same …


Continue reading