Technology Inside Out!

Index ¦ Archives ¦ Atom ¦ RSS

Operators in the C language

Welcome to your next tutorial in the C language,  today, we’ll discuss about operators in the C language. We have already discussed about Variables in C language, and how we can store data in variables input by user, next we may need to update this data , or make various …


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

This is a part 5 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 …


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

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 …


Customize GRUB2/BURG Screen Using Grub Customizer

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 …


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

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 …


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

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 …


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

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 …


CSS Regex selector - Using Regular Expression in 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 …


Install HTML5 Capable Browser In 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 …


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

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 …

© The Geeky Way. Built using Pelican. Theme by Giulio Fidente on github.

Disclaimer Privacy policy