javascript based desktops

How it sounds if I say, our next level desktops are of javascripts and may kill Operating systems? For some geeks it may sounds foolish but for some creative geeks it is interesting. Today I was amazed by seeing these javascript based desktops which when full screened imitates real ones. Just check them out.

Continue reading “javascript based desktops”

Optimising the Facebook Open Graph Protocol

Facebook & Open Graph’s XML Nameservers

Within the opening <html> tag, the Facebook and Open Graph nameservers need to be included to tell your browser and other parsers that it can expect tags other than HTML:open_graph_protocol_logo-e1309031018180

Continue reading “Optimising the Facebook Open Graph Protocol”

Load jQuery Only If Not Present

Say you were going to do an include on a whole bunch of pages, and inside of that include you wanted to do some jQuery specific stuff. That page may or may not already have jQuery loaded. If it already does, you don’t want to load it again, but if not, you do. This works for that.

Continue reading “Load jQuery Only If Not Present”