Blogspot - mattmorz.blogspot.com - Web Striver

Latest News:

Logan 31 Jul 2013 | 07:16 pm

It's been a long time since I wrote a personal entry in my blog. But I guess, having no girlfriend is way too long if you compare the two. It's not that I'm bitter with my past relationship but I've b...

Change Background Depends on the Time of the Day 29 Jul 2013 | 08:54 am

The body background changes at  12:01 am-6:00am (sunrise.jpg) , 6:01am to 12:00nn (day.jpg), 12:01pm - 6:00pm (sunset.jpg)  and 6:01pm to 12:00mn (night.jpg). Here's the code: <!DOCTYPE html PUBLIC ...

JQuery: Finding Object in the Room 27 Jul 2013 | 12:45 pm

This is a simple application of "addClass", "removeClass", "show" and "hide" in JQuery. Here's the demo showing it: DEMO The trick is position the arrow on the object as shown in the demo then on c...

Make Some Parts of the Image Clickable 24 Jul 2013 | 09:26 am

Here's the demo showing it: Click Me The trick is create a separate image  for hover effect (in this case, glow). The hard part is getting the position right. We used, absolute positioning and here'...

Assembly Language: Determine if Digit or Not 23 Jul 2013 | 06:16 pm

This will determine if the user's input is a digit or not and quits if "q" is pressed. Anyway, here's the code below: .model small org 100h .data msg1 db 13,10,13,10, "Press Key : $" msgEr db 13,10...

PHP: Displaying Paragraphs from MySQL Database 21 Jul 2013 | 01:28 pm

Let the image explain: Without this function, the browser won't read the paragraph properly from MySQL Database. The new line will be ignored as shown in the image above (blue border). In order to d...

Organize Your Movie Collection Using MeD's Movie Manager 28 Jun 2013 | 06:45 pm

You love movies? You downloaded a lot? :P MeD's Movie Manager is a simple to use, yet customizable, movie manager. Info is automatically retrieved from IMDb and tv.com. Technical info can also be re...

CSS Way: Horizontal Rule 26 Jun 2013 | 06:30 pm

Definition and Usage The <hr> tag defines a thematic break in an HTML page (e.g. a shift of topic). The <hr> element is used to separate content (or define a change) in an HTML page. Default hr tag ...

Smooth Scrolling using JQuery 16 Jun 2013 | 01:33 pm

So far, this is the best(for me) smooth scrolling "piece of code" using JQuery. It will use ID as the destination. Here's the code for demo: Smooth Scroll to Top

Create Form without Using Table 16 Jun 2013 | 12:29 pm

The easiest way to do it is to use "p" or the paragraph html tag because browsers automatically add some space (margin) before and after each element which can be a replacement for table rows and  cs...

Recently parsed news:

Recent searches: