About 77 results  (1–10) (647ms)
Results adapted to your current session Sign in to personalize →
  1. blog.openshell.in

    blog.openshell.in › 2012 › 03

    March 2012 – Technology Blogger
    Personalized for you
    🔍 Related to your current search session about Technology

    Permanent link to this article: https://blog.openshell.in/2012/03/java-essential-tips-how-to-set-null-value-in-java-jdbc-preparedstatement/ Categories .htaccess .NET Adobe Flex Android … Client Sql SQL Search Technique struts tricks Ubuntu windows xml YII Recent Posts How to Install Cassandra on Ubuntu YII Command tool not working How to setup Cordova on Ubuntu for Android

    schedule Updated 17 Jul 2026

  2. blog.openshell.in

    blog.openshell.in › 2010 › 12 › export-a-table-into-csv-format

    Export a table into csv format – Technology Blogger
    Personalized for you
    🔍 Related to your current search session about Technology

    Here is an example to export data from MySQL into CSV File Format. SELECT * INTO OUTFILE '/tmp/file_name.csv' FIELDS TERMINATED BY ',' OPTIONALLY ENCLOSED BY '"' LINES TERMINATED BY 'n' FROM table_name;

    schedule Updated 17 Jul 2026

  3. blog.openshell.in

    blog.openshell.in › 2011 › 01 › displaying-drop-down-menu-over-a-swf-file

    Displaying drop down menu over a swf file – Technology Blogger
    Personalized for you
    🔍 Related to your current search session about Technology

    By default when a drop down menu displayed over a swf file it will not be visible in the page. To make it visible and accessible to the user, just put inside the tag and add the property wmode="transparent" in tag.

    schedule Updated 17 Jul 2026

  4. blog.openshell.in

    blog.openshell.in › 2011 › 04 › sxda-entries

    SXDA Entries – Technology Blogger
    Personalized for you
    🔍 Related to your current search session about Technology

    SXDA entries are used to link our custom program & structure to the LSMW tool. There are four entities. SXDA0 - Specify whether Batch/Direct IP. SXDA1-Specify the Custom Program. SXDA2-Specify the Custom Structure. SXDA3-Specify the fields/values for that custom structure.

    schedule Updated 17 Jul 2026

  5. blog.openshell.in

    blog.openshell.in › 2013 › 01 › export-hive-data-into-csv-file

    Export Hive data into CSV file – Technology Blogger
    Personalized for you
    🔍 Related to your current search session about Technology

    Use the following command used to export hive data into CSV file. set hive.io.output.fileformat = CSVTextFile; INSERT OVERWRITE LOCAL DIRECTORY 'dir_path' SELECT FIELD1, FIELD2, FIELD3 FROM TABLE1;

    schedule Updated 17 Jul 2026

  6. blog.openshell.in

    blog.openshell.in › 2015 › 04

    April 2015 – Technology Blogger
    Personalized for you
    🔍 Related to your current search session about Technology

    cassandra-cli , cqlsh , NoSQLDatabase Permanent link to this article: https://blog.openshell.in/2015/04/how-to-install-cassandra-on-ubuntu/ Categories .htaccess .NET Adobe Flex Android … Client Sql SQL Search Technique struts tricks Ubuntu windows xml YII Recent Posts How to Install Cassandra on Ubuntu YII Command tool not working How to setup Cordova on Ubuntu for Android

    schedule Updated 17 Jul 2026

  7. blog.openshell.in

    blog.openshell.in › 2011 › 03 › pngfix-internet-explorer-5-5-6

    PNG transparency problem in Internet Explorer 5.5 & 6 – Technology Blogger
    Personalized for you
    🔍 Related to your current search session about Technology

    hi friends This plugin will fix the missing PNG-Transparency in Microsoft Internet Explorer 5.5 & 6. 1. download 2. Add jQuery and pngFix to the HEAD-Section of your HTML ...   ...      ...  3. Activate pngFix on document.ready   ...        $(document).ready(function(){          $(document).pngFix();      }); 

    schedule Updated 17 Jul 2026

  1. blog.openshell.in

    blog.openshell.in › 2010 › 11 › increase-php-script-execution-time-limit

    Increase PHP Script Execution Time Limit – Technology Blogger
    Personalized for you
    🔍 Related to your current search session about Technology

    Every once in a while we need to process a HUGE file. Though PHP probably isn't the most efficient way of processing the file, we usually use PHP because it makes coding the processing script much faster. To prevent the script from timing out, I need to increase the execution time of the specific processing ...

    schedule Updated 17 Jul 2026

  2. blog.openshell.in

    blog.openshell.in › 2010 › 11 › make-3d-button-view

    Make 3D buttons view in CSS – Technology Blogger
    Personalized for you
    🔍 Related to your current search session about Technology

    3D CSS buttons are easy to create. The trick is to give your elements borders with different colors. Lighter where the light source shines and darker where it doesn't. div#button {background: #888; border: 1px solid; border-color: #999 #777 #777 #999 } The CSS above will create a button with the light source at the upper ...

    schedule Updated 17 Jul 2026

  3. blog.openshell.in

    blog.openshell.in › 2010 › 11 › scripts-execution-time-limits

    Scripts Execution Time Limits – Technology Blogger
    Personalized for you
    🔍 Related to your current search session about Technology

    Putting a time limit on your PHP scripts is a very critical thing. There are times when your scripts will fail, and when they do, you’ll want to use the set_time_limit function to avoid infinite loops and database connection timeouts. The set_time_limit puts a time limit on the maximum number of seconds a script will ...

    schedule Updated 17 Jul 2026