visudex


Member since 11/18/2010

Name: Jeremy Michel

Location: Belgium

Website: http://webfultuts.byethost10.com

Hi, my name is Jeremy, I\'m a college student majoring in web and multimedia, I\'ve been coding and designing for 4 years. My knowledge is narrowed down to a few languages: HTML, CSS, JavaScript, ActionScript, Java, Visual Basic, C# and some PHP. I am constantly learning through snippets, tutorials and of course books. I have a good knowledge of jQuery as well. In my free time, meaning outside college work, I record video tutorials on design and development.

5 snippets

1465 profile views

1 Comment(s) Posted

View their favorites

Profile

Achievement

first submission:submitting first snipplet

visudex's Recent Snippets



« Prev 1 Next »
This snippet is a PHP function that checks if an email address is valid
2 706 posted 13 years ago by visudex
Ever got tired of writing System.out.print(); all the time when testing, well, to avoid this, just create a helper method that will narrow it down to print();
0 559 posted 13 years ago by visudex
This snippet will allow you to read user's input when they write in the console. This method uses the Scanner class, which is my favorite way of doing instead of using the Buffered Reader, with the Scanner, you can also read from a file.
0 617 posted 13 years ago by visudex
This snippet will allow you to capture your screen in Java and saves the image as a PNG
0 582 posted 13 years ago by visudex
Use the regular box shadow, but add the keyword "inset" as the last parameter. Works in Firefox, Safari, Chrome, Opera and IE9.
0 449 posted 13 years ago by visudex
« Prev 1 Next »