auto_awesome Generating AI answer…
-
blog.openshell.in › 2011 › 03 › pngfix-internet-explorer-5-5-6
PNG transparency problem in Internet Explorer 5.5 & 6 – Technology Blogger
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 ... ...
-
blog.openshell.in › 2010 › 12 › actually-what-is-net
Actually what is .Net ??? – Technology Blogger
.NET provides tools and libraries that enable developers to create Windows software much faster and easier. .NET benefits end-users by providing applications of higher capability, quality and security. The .NET Framework must be installed on a user’s PC to run .NET applications. The .NET Framework allows you to: * Apply common skills across a variety ...
list_alt People also ask
-
Explore licensing options for new education devices and software from Microsoft Education. Provide the best school software, technology, and tools for your teachers and students.
microsoft.com
-
blog.openshell.in › 2013 › 06 › how-to-compare-two-versions-of-the-same-word-document-in-o...
How to Compare Two Versions of the Same Word Document in Office 2010 – Technology Blogger
1) Open the word document in Office 2010, Click the Review tab and choose Compare -> Compare. The Compare Documents dialog box shows up. 2) Select the original document from the Original Document drop-down list. If you can't find the original document, click the wee folder icon to browse for it. 3) Select the edited ...
-
blog.openshell.in › 2012 › 03
March 2012 – Technology Blogger
Cordova CSS Data Security Django Ext Js Firefox Firefox Add-ons Free OS Gadgets General Hadoop Hardware Hive HTML IBM DB2 J2EE J2SE Java JavaScript JDBC jQuery JSP Linux Maths Microsoft … Excel Microsoft Office Mobile MongoDB MS SQL MySQL networking NoSQL Openshell pear php PHP Python Rational Software Ruby On Rails SAP Spring Struts Tomcat Ubuntu Uncategorized WebService
Images for microsoft
See all chevron_right-
blog.openshell.in › 2010 › 12 › export-a-table-into-csv-format
Export a table into csv format – Technology Blogger
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;
-
blog.openshell.in › 2011 › 01 › displaying-drop-down-menu-over-a-swf-file
Displaying drop down menu over a swf file – Technology Blogger
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.
-
blog.openshell.in › 2011 › 04 › sxda-entries
SXDA Entries – Technology Blogger
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.
-
blog.openshell.in › 2013 › 01 › export-hive-data-into-csv-file
Export Hive data into CSV file – Technology Blogger
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;
-
blog.openshell.in › 2015 › 04
April 2015 – Technology Blogger
Cordova CSS Data Security Django Ext Js Firefox Firefox Add-ons Free OS Gadgets General Hadoop Hardware Hive HTML IBM DB2 J2EE J2SE Java JavaScript JDBC jQuery JSP Linux Maths Microsoft … Excel Microsoft Office Mobile MongoDB MS SQL MySQL networking NoSQL Openshell pear php PHP Python Rational Software Ruby On Rails SAP Spring Struts Tomcat Ubuntu Uncategorized WebService
-
blog.openshell.in › 2010 › 11 › increase-php-script-execution-time-limit
Increase PHP Script Execution Time Limit – Technology Blogger
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 ...