User : xavsio4

Title User Language Tags Description Date
SAP BOXI - New prompt structure inside a Universe xavsio4 Other

New prompt structure inside a Universe for example

January 5, 2012
Slide to top of page (jquery) xavsio4 jQuery August 4, 2011
How to add days, weeks, months to any date xavsio4 PHP July 9, 2011
Strategy to identify duplicates in an ETL context (for example) xavsio4 PL/SQL

This sql statement enables to detect duplicates entries over a key and creates a seq column which says which one is the sequence of the duplicates. This way you can take only the seq = 1 and still be able to identify all duplicates

July 9, 2011
Wordpress remove wp version xavsio4 PHP July 6, 2011
Wordpress Add Google Anamytics in function xavsio4 PHP

Simply paste the code below and insert your Google Analytics where it says paste your Google Analytics. You can paste the code once in your functions.php file and never have to worry about it again. We are adding an action to the wpfooter, so it will automatically insert adsense codes wherever on all pages you have the wpfooter string.

July 6, 2011
Wordpress Add favicon to blog xavsio4 PHP

Can also be done in your pre built theme

July 6, 2011
Wordpress Add post thumbnails to RSS feed xavsio4 PHP July 6, 2011
Wordpress Dynamic Copyright Date xavsio4 PHP

in the theme's footer.php insert <?php>

July 6, 2011
Wordpress Register Sidebar Widgets xavsio4 PHP

<?php> <!–Default>

<?php>

Note that sidebar.php must not always content the sidebar

July 6, 2011
Wordpress Change default Gravatar xavsio4 PHP July 6, 2011
Wordpress Widget Structure xavsio4 PHP July 5, 2011
Wordpress - Remove upgrade message xavsio4 PHP June 9, 2011
Wordpress Automatic Social Links xavsio4 HTML June 1, 2011
Two other image sizes in WP xavsio4 PHP

By putting the following code in your theme’s functions.php file, you create two extra sizes:

May 31, 2011