Linda Octa
Author's posts listings
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
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
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
Workshop (October 12-13, 2010) jQuery
Permanent link to this article: http://lindaocta.com/?p=396
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
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
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
Tuesday, October 12 2010 by Craig Sharkie @twalve Useful Links: Web directions South, jQuery
Permanent link to this article: http://lindaocta.com/?p=416
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
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