blueocto


Member since 2010

18 snippets

12681 profile views

0 Comment(s) Posted

View their favorites

Profile

Achievement

first submission:submitting first snipplet

blueocto's Recent Snippets



« Prev 1 Next »
In the User settings, there is a web form called Contact Info. It has input fields for the user’s AIM account, Yahoo IM account, and so on. But how about Twitter? What about Facebook? Out of the box, the Contact Info panel doesn’t have these i...
0 2054 posted 15 years ago by blueocto
This is a great place to add your own custom Help text for a client. You can even customize it for different Admin panels. For example, you can add a different Help text for the Add New Post panel and another one for the Comments panel. Here’s h...
0 1812 posted 15 years ago by blueocto
It’s possible to disable it conditionally for each WordPress user by going to Users > Your Profile. However, if you want to remove it completely, you can add the following filter:
0 1838 posted 15 years ago by blueocto
Until recently, playing video files in a web page was notoriously complicated. The user requires a Flash or Silverlight plug-in and even the simplest HTML is a confusing mess. Few HTML5 features excite developers more than native audio and video....
1 4411 posted 15 years ago by blueocto
We've tested on: Safari 5.03, IE 6-9, Firefox 3.6-4, Chrome 8, iOS 3.2-4.2, Android 2.2-2.3, Opera 11
0 1788 posted 15 years ago by blueocto
Put your images in a folder called 'random' in your ROOT directory. Please this script at the top of your page:
1 1668 posted 15 years ago by blueocto
0 2895 posted 15 years ago by blueocto
This little trick will prevent line breaks on your links. I recommend using this with long text to avoid having links break into 2 lines.
0 1883 posted 15 years ago by blueocto
Textareas in IE have vertical scrollbar visible by default. If you want those removed (I know I do) use this line.
0 1882 posted 15 years ago by blueocto
With this line of code you can control places where you want your pages to break when printing a document.
0 1873 posted 15 years ago by blueocto
This will remove dotted outline from focused or active links.
0 1644 posted 15 years ago by blueocto
<pre><code>* Use the proper DOCTYPE. * The opening <html> tag should include language_attributes(). * The "content-type" meta element should be placed before everything else, including the title element. * Use bloginfo() to fetch the title and des...
2 2038 posted 15 years ago by blueocto
In addition to CSS style information for your theme, style.css provides details about the Theme in the form of comments. The stylesheet must provide details about the Theme in the form of comments. No two Themes are allowed to have the same details l...
0 3201 posted 15 years ago by blueocto
« Prev 1 Next »