webgeek-tutorials.blogspot.com
Web Gurus: Oracle DBA script: Monitor user activity on the DB Best Tutorials for Website design and Mobile Webs
http://webgeek-tutorials.blogspot.com/2012/06/oracle-dba-script-monitor-user-activity.html
Thursday, June 28, 2012. Oracle DBA script: Monitor user activity on the DB. Set verify off message off echo off pause off timing off time off. Column o format a8 heading 'O/S User'. Column u format a10 heading 'Oracle Userid'. Column s format a12 heading 'R-S Name'. Column txt format a45 heading 'Current Statement' word. Select osuser o,. Segment name s,. From v$session s,. Dba rollback segs r,. Where s.taddr = t.addr. And txidusn = r.segment id. And ssql address = sa.address. Posted by Shardul Singh.
webgeek-tutorials.blogspot.com
Web Gurus: ER Diagram for a College System Best Tutorials for Website design and Mobile Webs
http://webgeek-tutorials.blogspot.com/2011/09/er-diagram-for-college-system.html
Friday, September 23, 2011. ER Diagram for a College System. The ER diagram refined to have an 'is-a' relationship. The simple conceptual tables can now be designed in such case as:. STUDENT (st-id, dob). FULL-TIMEPROG (p-code, duration). PART-TIMEPROG (p-code, duration). REGISTERS (p-code, st-id). In an educational institute, there are several departments and students belong to one of them. Each department has a unique department number, a name, a location, phone number and is headed by a professor.
webgeek-tutorials.blogspot.com
Web Gurus: Netbeans Tips for ROR Best Tutorials for Website design and Mobile Webs
http://webgeek-tutorials.blogspot.com/2011/01/netbeans-tips-for-ror.html
Tuesday, January 11, 2011. Netbeans Tips for ROR. This editor indents, completes, and highlights your Ruby code syntactically as well as semantically. It assists you with rename refactoring, type inference, and navigation. The editor parses your code live as you type, so it can match words and brackets, mark errors and occurrences, and display new quick fixes and RDoc. With a few keystrokes you insert commonly used code snippets from live templates. Click on image to print / enlarge / download . Oracle t...
webgeek-tutorials.blogspot.com
Web Gurus: Reload / Refresh Page in jQuery Best Tutorials for Website design and Mobile Webs
http://webgeek-tutorials.blogspot.com/2012/07/reload-refresh-page-in-jquery.html
Tuesday, July 10, 2012. Reload / Refresh Page in jQuery. Here is the code to refresh the page when u click on a button component. Its just like you press "F5" button to refresh page. Code begins = = = = = = = = = = = = =. Title Reload/Refresh a Page in jQuery /title. Script type="text/javascript" src="http:/ code.jquery.com/jquery-1.7.2.js" /script. P")append(" strong Now Refreshing page. /strong ");. Input id="Refresh" type="Button" value="Refresh" /. Code Ends = = = = = = = = = = = = =.
webgeek-tutorials.blogspot.com
Web Gurus: nth-child CSS trick with IE Fix Best Tutorials for Website design and Mobile Webs
http://webgeek-tutorials.blogspot.com/2011/01/nth-child-css-trick-with-ie-fix.html
Wednesday, January 5, 2011. Nth-child CSS trick with IE Fix. Pseudo-classes allows you to select elements with a formula. By numbers of your choice. For instance,. Selects the 1st, 4th, 7th etc. child. Ul li:nth-child(3n 3) {. Select every third list item inside unordered lists. That is, the 3rd, 6th, 9th, 12th, etc. nth-child accepts two keywords: even and odd."Even" selects even numbered elements, like the 2nd, 4th, 6th, etc. "Odd" selects odd numbered elements, like 1st, 3rd, 5th, etc. If lt IE 7].
webgeek-tutorials.blogspot.com
Web Gurus: Oracle DBA script: tablespace usage in %, blocks used etc Best Tutorials for Website design and Mobile Webs
http://webgeek-tutorials.blogspot.com/2012/06/oracle-dba-script-tablespace-usage-in.html
Thursday, June 28, 2012. Oracle DBA script: tablespace usage in %, blocks used etc. SELECT RPAD(t.name,18,' ') tablespace ,. LPAD(TO CHAR(CEIL( (SUM(s.blocks)*COUNT(*) / (SUM(f.blocks) *. POWER(COUNT(DISTINCT(f.file#) ,2) * 100 ) ,3) Pct ,. LPAD(TO CHAR(TRUNC(SUM(f.blocks) * t.blocksize *. COUNT(*) * 1024 * 1024 * 1024 ),2) ,6) vol G ,. LPAD(TO CHAR(SUM(f.blocks) * t.blocksize * COUNT(DISTINCT(f.file#) /. COUNT(*) * 1024 * 1024 ) ,8) volume M ,. TRUNC(SUM(s.blocks) * t.blocksize /. AND fts# = t.ts#.
webgeek-tutorials.blogspot.com
Web Gurus: How to : jQuery UI Autocomplete - Combobox ( dropdown ) Best Tutorials for Website design and Mobile Webs
http://webgeek-tutorials.blogspot.com/2012/05/how-to-jquery-ui-autocomplete-combobox.html
Friday, May 4, 2012. How to : jQuery UI Autocomplete - Combobox ( dropdown ). Convert your select into beautiful jQuery UI Combobox. Its been fun with jQuery and UI is really cool. This is what i got when finished. ( final output ). You can customize the widget as you want. for this you need jQuery UI. I downloaded my own jQueryUI Theme using Theamroller. You can download default theme or customize it as per your project need, just download it from here. To do this cool widget i follow following steps.
webgeek-tutorials.blogspot.com
Web Gurus: Creating Cross-plattform Mobile Applications with Dojo Toolkit Best Tutorials for Website design and Mobile Webs
http://webgeek-tutorials.blogspot.com/2011/07/creating-cross-plattform-mobile.html
Monday, August 1, 2011. Creating Cross-plattform Mobile Applications with Dojo Toolkit. Is an open source toolkit that helps you write robust and efficient JavaScript code. JavaScript is a language that runs within the Web browser, and there are various flavors of Web browser that interpret the JavaScript in slightly different ways. Toolkits such as Dojo, YUI. And many others are designed to abstract away the browser idiosyncrasies so that you don't have to learn them all and handle them in your code.
webgeek-tutorials.blogspot.com
Web Gurus: Introducing GOOGLE NOSE BETA Best Tutorials for Website design and Mobile Webs
http://webgeek-tutorials.blogspot.com/2013/04/introducing-google-nose-beta.html
Monday, April 8, 2013. Introducing GOOGLE NOSE BETA. What is that GOOGLE NOSE? Google NoseBETA leverages new and existing technologies to offers Android Ambient Odor Detection technology, collects smells via the world's most sensible mobile operating system. SMELLCD™ 1.8 high-resolution compatible for precise and controlled odors. In its latest April Fool 2013 prank, Google claims the ability to search for smells! Wasn't that a good prank? Posted by Shardul Singh. Subscribe to: Post Comments (Atom).
webgeek-tutorials.blogspot.com
Web Gurus: 2 Nodes RHEL6 Cluster Configuration Best Tutorials for Website design and Mobile Webs
http://webgeek-tutorials.blogspot.com/2011/12/2-nodes-rhel6-cluster-configuration.html
Wednesday, December 21, 2011. 2 Nodes RHEL6 Cluster Configuration. Step by Step 2 Nodes RHEL6 Cluster Configuration. 2 SAN Storage Server (software iscsi-taget). IP :172.168.100.101. Iscsi-initiator – iscsi-client. IP : 192.168.100.102. IP : 172.168.100.103. 4 Cluster Name: iscsicluster. IP : 172.168.100.200. Set up yum repo in all three nodes. From Vbox interface , attach rhel6 iso as cdrom and reboot the VMs. Etc/yum.repos.d/rhel6dvd.repo. Now Prepare iscsi-target as SAN storage in host. Root@rhelsrv1]...