Applications: Adobe Photoshop, HTML and CSS, Paint.NET, Not Listed
Creative Fields: DVD Authoring, Photography, Photo Manipulation, Printing, Video Editing
| City: Subang jaya | Personal Site: http://haleeque.carbonmade.com |
| Location: MYS | Work URL: |
$(function(){ $("#keyword-search").focus(function () { if( $(this).attr("value") == $(this).attr("title") ){ $(this).attr("value", ""); } }); $("a.feedback").fancybox({ 'padding':1, 'width':680, 'height':660, 'zoomSpeedIn': 300, 'zoomSpeedOut': 300, 'overlayShow': true, 'overlayColor': '#000', 'overlayOpacity': .8, 'centerOnScroll':true, 'hideOnContentClick': false }); $('.remove-button').fancybox({ 'padding':1, 'width':650, 'height':350, 'zoomSpeedIn': 300, 'zoomSpeedOut': 300, 'overlayShow': true, 'overlayColor':'#000', 'overlayOpacity':.7, 'hideOnContentClick': false }); $("a.enlargedimage").fancybox({ 'padding':1, 'width':800, 'height':800, 'zoomSpeedIn': 300, 'zoomSpeedOut': 300, 'overlayShow': true, 'overlayColor': '#000', 'overlayOpacity': .8, 'centerOnScroll':true, 'hideOnContentClick': true }); $(".collapse").click(function () { var module = $(this).parent().parent(); module.children('ul').slideToggle(); if(module.hasClass("open")){ module.removeClass("open"); $(this).children('span').html('show'); $(this).attr('src','//static/images/common/module-arrow-closed.png'); }else{ module.addClass("open"); $(this).children('span').html('hide'); $(this).attr('src','//static/images/common/module-arrow-open.png'); } }); $('.detail-container').each(function(){ if($(this).height() < 100){ $(this).css('height',100); } }); function processRating(id,rating){ var url = "/the-studio/post-instructor-rating/?object_id="+id+"&rating="+rating; $.ajax({ url: url, cache: false, success: function(html){ $('#instructor-rating').html(html); } }); } $('.delete-feedback').click(function(){ $.get($(this).children('a')[0].href); $(this).parent().parent().hide('slow'); }); });

| City: Subang jaya | Personal Site: http://haleeque.carbonmade.com |
| Location: MYS | Work URL: |