Linda Octa

Author's details

Name: Linda Octa
Date registered: October 7, 2007
URL: http://www.lindaocta.com
Jabber / Google Talk: linda.octa@gmail.com
Yahoo! IM: linda_octa@yahoo.com

Latest posts

  1. WordPress – Showing Nav menu based on user role — June 29, 2012
  2. 5th December 2011 — December 5, 2011
  3. Installing Chrome in Ubuntu 10.4 – Lucid Lynx — January 21, 2011
  4. Web Directions South Sydney Summary (October 12-15, 2010) — October 29, 2010
  5. Day 2 – Web Directions South Conference (October 15, 2010) — October 29, 2010

Most commented posts

  1. From Framemaker to odt — 7 comments
  2. Setting up Nagios 3 in Ubuntu 9.04 Jaunty + forward notification using postfix — 7 comments
  3. Pdf manipulation in Python — 5 comments
  4. Installing latex2html in window — 4 comments
  5. Latex To Xhtml Api using tex4ht — 4 comments

Author's posts listings

Jun
29

WordPress – Showing Nav menu based on user role

I tried to show the navigation menu based on user role in WordPress. I couldn’t really find what I need from Google. So I decided to modify the template directly. I need to create role for user. By default we can’t add new role in WordPress. So, I use Capability Manager Plugin to create new …

Continue reading »

Permanent link to this article: http://lindaocta.com/?p=499

Dec
05

5th December 2011

Yu hu! I am back working but this time I will be working form home. I am on trial working for local web hosting company to add new features for existing program. They don’t like the idea of hiring people to work from home but they are willing to try on my skill for a …

Continue reading »

Permanent link to this article: http://lindaocta.com/?p=497

Jan
21

Installing Chrome in Ubuntu 10.4 – Lucid Lynx

To install Google Chrome in Ubuntu: Edit aptitude source list sudo gedit /etc/apt/sources.list Append the distribution lists below on the bottom of the source.list: deb http://ppa.launchpad.net/chromium-daily/ppa/ubuntu lucid main deb-src http://ppa.launchpad.net/chromium-daily/ppa/ubuntu lucid main Save and exit the source.list Add the GPG key in command line from terminal: sudo apt-key adv –recv-keys –keyserver keyserver.ubuntu.com 0xfbef0d696de1c72ba5a835fe5a9bf3bb4e5e17b5 Update the …

Continue reading »

Permanent link to this article: http://lindaocta.com/?p=401

Oct
29

Web Directions South Sydney Summary (October 12-15, 2010)

Workshop (October 12-13, 2010) jQuery

Permanent link to this article: http://lindaocta.com/?p=396

Oct
29

Day 2 – Web Directions South Conference (October 15, 2010)

Javascript Sprachraum on the server Patrick Lee @boundvariable How Javascript on server look like? Get ip address from server: <SERVER>write(request.ip)</SERVER> Resources Web directions South, Javascript Sprachraum Server side js environment aptana jaxer – the javascript server node.js: use v8 script http://nodejs.org/ Coffee Script Database mongoD: support RDBMS couchdb Riak Testing javascript (server) with unit test …

Continue reading »

Permanent link to this article: http://lindaocta.com/?p=426

Oct
29

Day 1 – Web Directions South Conference (October 14, 2010)

Active Web Development Tuesday, October 14 2010 By Divya Manian @numbuin Reading casscading style sheets o’reilly designing web standards jeffery zeldman Useful link Web directions South, Active Web Development Difference between html4 & html5 xhtml in html5 HTML5 cheatsheet MSDN scriptjunkie HTML5 Boilerplate is the professional badass’s base HTML/CSS/JS template for a fast, robust and …

Continue reading »

Permanent link to this article: http://lindaocta.com/?p=424

Oct
29

HTML5 right, now – Workshop

Wednesday, October 13 2010 by Ben Schwarz @benschwarz Brief Background: Backwards compatible, the new tags will not be displayed in IE6 Build for browser vendor not for the user You tube can’t work with HTML5 audio/video because HTML5 could not display the advertisement Background reading:

Permanent link to this article: http://lindaocta.com/?p=422

Oct
29

jQuery <3s designers – Workshop

Tuesday, October 12 2010 by Craig Sharkie @twalve Useful Links: Web directions South, jQuery

Permanent link to this article: http://lindaocta.com/?p=416

Jul
16

Set value of the variable in “FOR” loop in Window batch script

Running for loop and setting the variable values within the for loop is different in window batch file comparing to other scripting or programming language. Following example is trying to get the total value of 1, 2, 3 and 4. set COUNT=0 for %%F in (1 2 3 4) do ( set /A COUNT=!COUNT! + …

Continue reading »

Permanent link to this article: http://lindaocta.com/?p=337

Jul
15

Writing files to NTFS drive in Snow Leopard

Had problem in writing files to my external harddisk with NTFS format through Snow Leopard. In some forum, expert recommended to use free utility tools like: iNTFS and NTFS mounter Write files to NTFS drive is actually supported by Snow Leopard but this functionality is not enabled by default. The above utility tools are useful …

Continue reading »

Permanent link to this article: http://lindaocta.com/?p=360

Older posts «