Pages

Showing posts with label 15. Show all posts
Showing posts with label 15. Show all posts

Friday, February 27, 2015

50 Ideas 15 tools for Free or low cost E Learning

Link to free white paper:50 Ideas for Free E-Learning (PDF, 658 KB. By Matthew Fox at Kineo)
"Matthew Fox at Kineo reviews 15 free or low cost tools and gives 50 ideas on how to use them in your own organization."

An excellent 58 page free article or white paper worth reading (or at least browse through). If your educational institutions or organization are looking for e-learning tools (or content) that are free or low cost that actually has some proven record, then this resource can be of tremendous value. Also, it provides many useful ideas to fuel our minds on thinking wiser in terms of e-learning implementation, usage and practice.

Who said that e-learning needs to be time consuming or expensive?

Who came up with that funny term "White paper"? Another funny one is "Blue Print". We need to be more creative with the selection of colors for these terms .
Read more »

Saturday, February 14, 2015

Playing with Date Format in Date selector component in Pentaho CDE Example Converting 2015 02 04 to 4 Feb 15

In this post, we will see how to customize date input control for default value & for its format.

Thank you Sam Kumar( A community guy) for asking me to explore this and hope this solution might be useful in your project.

Though, there is a direct property of setting format for date in Date selector , that will not work when you set a default value for date type parameter.

Scenario : 

 Lets say  you have given "yesterday" as default value for date parameter and in Date selector if you give "dd-M-yy" format then you can able to see the selected date in that format BUT for the first time you will not find anything in Date selector because your default parameter value is "yesterday"

Software Setup : 

Pentaho BA Server version : 5.3.0.0.196 ( test server - not stable one)
C-Tools (CDE,CDF,CDA & CGG) : 5.3.0.0.196(5.3) - Formally TRUNK version with 5.3 server

Problem statement : 

Default values like "today", "yesterday", "One week ago", "One month ago" should take 5-Feb-15, 4-Feb-15 and etc format in Date selector when dashboard loads ...


Step by Step Screenshot solution :


1)  Design the lay out for Date label & for Date selector (i.e., Html Objects for label & selector  - lets assume these html objects are Col1 & Col2).

2) Creating Date parameter : parameter name = date_param
    Go to components -> Click on Generic from left side -> Click on Date parameter
   Give default value as "yesterday" ( or today or other from the drop down).

3) Creating Date selector for Date parameter created in Step 2 : Date selector name = date_picker
  *    Components section -> selections -> Date input component
  *    Give parameter(date_param) for listeners & parameter section.
  *    Give html object for this (i.e., Col2 )

4) Test -1 : Default view



5) Now, Converting the format
  * Go to Advanced properties of Date selector (date_picker)
  * Write below code in Post Execution section 


function f(){
       var date1 = Dashboards.getParameterValue("date_param").toString();

    testdate = $.datepicker.formatDate("d-M-y",new Date(date1));


 //alert(testdate);


 document.getElementById(render_date_picker).value=testdate;

}



6) Save the dashboard and test it : Test -2

parameter default value is : yesterday


Thats it... We are done

Download Example here :  Click Me

NOTES :

1) From the stack overflow link below , as the CDE is already integrated with jQuery technology we have to use formatDate function for formatting the date. 
2) The code should go in Post Execution section. 
3) render_date_picker ----> render_ is the keyword for which we attach Date input component name. 
4) Code is independent for specific date control as it is going into Date input components own Post Execution section. 
for example : I have taken another date component and tested..

  5) Find jQuery supported formats using this link https://jqueryui.com/resources/demos/datepicker/date-formats.html

 References : 
1) http://stackoverflow.com/questions/3552461/how-to-format-javascript-date 
2) https://jqueryui.com/resources/demos/datepicker/date-formats.html

R&D links from Sam :-)
3)
http://stackoverflow.com/questions/3552461/how-to-format-javascript-date
4)
http://api.jqueryui.com/datepicker/#option-dateFormat
:-) Sadhakar Pochampalli :-) BI developer :-)




Read more »

Wednesday, February 11, 2015

KARAOKE SOUND TOOLS 1 0 15 FULL VERSION WITH SERIAL KEY


Karaoke Sound Tools 1.0.15 allow you to:
  • Remove vocals from a song
  • Change the key of a song to better suit your voice
  • Change the tempo of a song to make it easier to sing
  • Process MP3, WAV, BIN, and MP3G (MP3 and CDG) file formats
  • Combine multiple songs to create a karaoke song medley
  • Clip karaoke songs to remove dead air
Karaoke Sound Tools 2 is an easy-to-use vocal and voice remover, karaoke key and tempo changer for audio processing. It contains of three modules:
Process:


Vocal remover to remove vocal parts from CD recordings
  • control the amount of bass and treble processing
  • remove vocals from non-centered recordings using balance
  • adjust karaoke voice removing level and output attenuation
  • create multiplex tracks (with vocal in the left and instrumental part in the right channel)
Key changer to adjust a song to singer’s voice
  • change the pitch in the -12 to +12 semitone (half-note steps) range
  • after processing, music instruments have no chipmunk or time speed up or down, holding the tempo the same as if the original studio recorded in your key
  • you can process karaoke songs with lyrics (BIN and MP3G)
Tempo changer to speed up or slow down a song

  • change the tempo of a song from two times slower to twice as fast
  • our tempo changer retains the original key of a song
  • you can process karaoke songs with lyrics – they will be adjusted to stay in sync
Merge:   Merge allows to combine several karaoke songs into one karaoke medley.
  • combine any number of MP3+G, ZIP, or BIN files
  • remove silence (dead air) between songs

Clip:   Clip allows to remove starting and ending part of a CD+G song.
  • process any number of MP3+G, ZIP, or BIN files at once
  • remove silence (dead air) at the beginning or at the end of a song
  • remove the beginning of a song and start at the exact moment (this can be used to remove logos or images from songs)

Download

click to begin

9 MB

I hope you like it......!
Read more »