Archive for the ‘Web Application’ Category

20+ Useful WordPress Code

Sunday, December 21st, 2008 |

Here are some collection of WordPress Code for theme designer, or just enjoy customizing your existing WordPress theme. This should be an easy reference as I consolidate them all into one post.

Recent Posts Display

< ?php query_posts('showposts=5'); ?>

(more…)

Popularity: 2% [?]

How to Hide Image Address

Wednesday, December 10th, 2008 |

Here is a simple php code to hide the image address of our website. It can use to hide url of flash too.

< ?php
$image_path="images/path/to/";
$image_file=$image_path.$_GET['name'];
$sTmpVar = fread(fopen($image_file, 'r'), filesize($image_path));
header("Content-type: image/* ");
echo $sTmpVar;
?>

(more…)

Popularity: 1% [?]

10+ New Beta Sites

Sunday, October 19th, 2008 |

Updated: 19 October 2008

We see new beta sites all the time, but are they any good? Here are some collection of new beta sites. Some of them provide free and useful web services.

1. http://www.sliderocket.com/
http://www.sliderocket.com/
SlideRocket is a web application that provides everything you need to design professional quality presentations, manage and share libraries of slides and assets, and to deliver presentations in person or remotely over the web.

(more…)

Popularity: 9% [?]

Free Web Invoices Generator: Black Sheep Invoices

Thursday, September 11th, 2008 |

A nice script from Benjamin KeenBlack Sheep Invoices. With it, you can manage all your invoices directly on your web browser.

You can try it through its live demo here before install in your server. Don’t worry about its pricing, it is absolutely free!

(more…)

Popularity: 3% [?]

dragtable: Visually reorder all your table columns

Tuesday, September 9th, 2008 |

Here is a amazing and beautiful script from Dan Vanderkam. We can just drag the column headings to rearrange the data in the table.

Here is its URL for dragtable: http://www.danvk.org/wp/dragtable/

Popularity: 2% [?]

How to Prevent Spam Bots From Collecting Email Addresses

Monday, June 23rd, 2008 |

As I mentioned before in How to Include Subject, CC, BCC, and Email Body in Email Links, you are creating a risk to get spam if you simply placing email addresses on a page without encoding them.

Some websites using “[at]” to replace “@” and email will look as “name [at] domain.com”. This is a good idea for personal websites since nobody challenge you. In commercial, many clients wouldn’t allow you to use “name [at] domain.com” this format. They are not web designer and they don’t understand how spam prevention works, or even care for that matter.

I have this method originally from david walsh blog. Its author have a quick PHP script that you can use when putting raw email addresses on a page:

(more…)

Popularity: 5% [?]

How to Include Subject, CC, BCC, and Email Body in Email Links

Sunday, June 22nd, 2008 |

It is so easy to create a email link in our web page. Everyone who know or even don’t know HTML, they can easily create an email link by software.

Email Office-it.orG

However, they are not always know that they can include subject, CC, BCC, and email body text information in the link as well. By using a querystring-like syntax, we can do more with that simple link.

Example code to add the subject:


Email Office-it.orG

Example code to add the cc’s and bcc’s:


Email Office-it.orG

(more…)

Popularity: 11% [?]

16 Cool Web Design in Black Style

Sunday, May 25th, 2008 |

Here is a list of 16 Cool Websites. You probably have heard of some of them, but if you’ve heard of all 16 of these cool websites, then consider yourself an internet fiend.

1. http://www.bjtlsy.com/
http://www.bjtlsy.com/

(more…)

Popularity: 12% [?]

How to Permanent Redirect a Web Page

Sunday, May 4th, 2008 |

Sometimes we’ve just redesigned some pages of our web site. The pages have high search engine rankings that we don’t want to lose. How can we safely redirect web site traffic from our old pages to the new pages without losing our rankings?

We should set up a permanent redirect (technically called a “301 redirect”) between these sites. Once we do that, we will get full search engine credit for our work on these sites.

(more…)

Popularity: 6% [?]

Convert PhotoShop Creations into Strict XHTML compliant CSS Web Pages

Monday, April 21st, 2008 |

Upload .psd designs, download .html file and images. It’s that simple to create CSS compliant webpages.

psd2cssonline

Some web designers may not have fully knowledge to master CSS, and many of us are good enough with little bit of brushing and designing in PhotoShop. Now, I found a great website, PSD to CSS Online, which provide free service to convert PhotoShop creations into CSS pages online.

(more…)

Popularity: 8% [?]

20+ HTTP 404 Not Found

Wednesday, April 9th, 2008 |

The 404 or Not Found error message is a HTTP standard response code indicating that the client was able to communicate with the server but either the server could not find what was requested, or it was configured not to fulfill the request and not reveal the reason why.

Some websites make their 404 pages cool and imaginative. They include fancy graphics, unique ideas, and even poetry to convey to the users they have reached a bad link. Not only that, they also provide a link to the home page, sometimes a search feature, and even an option to report the bad link, so you’re not left lost.

The following are some collection of creative HTTP error not found page design:

1. http://www.aviationreviews.com//404
palmfly

(more…)

Popularity: 8% [?]

OpenID Eliminates the Need for Multiple Usernames Across Different Websites

Friday, April 4th, 2008 |

The OpenID Foundation have announced that representatives from Google, IBM, Microsoft, VeriSign and Yahoo! have all joined its board, which means a massive step forward for the integration of singles IDs.

OpenID

What is OpenID?

OpenID eliminates the need for multiple usernames across different websites, simplifying your online experience.

You get to choose the OpenID Provider that best meets your needs and most importantly that you trust. At the same time, your OpenID can stay with you, no matter which Provider you move to. And best of all, the OpenID technology is not proprietary and is completely free.

(more…)

Popularity: 6% [?]

Combine All CSS Media Styles Into Single File

Wednesday, March 26th, 2008 |

As a web designer, we know that we can apply different stylesheets for different media. The following is the most common method used.



The above code requests two separate stylesheets, one for global media styles (screen, print, handheld, tv…) and one for print only. There is nothing wrong with the above, but if load time is an issue you could save yourself a server request by combining your CSS files:

(more…)

Popularity: 6% [?]

About Office-it.orG

This is a site to share my knowledge, discovery and experience related to my hobby and work. Most articles on this site are related to web design, web development, graphic design, short reviews, tips and tricks. I sometimes write some about Microsoft Office Application too.

Want to subscribe?

RSS Subscribe in a reader Or, subscribe via email:
Enter your email address:  
Find entries :