Tuesday, August 22, 2006

Google AJAX Search

The Google AJAX Search API is an experimental API that lets you integrate a dynamic Google search module into your web pages so your users can mash up Google search results with other content on your site or add search results clippings to their own content.
        The AJAX Search API is currently in Version 0.1. It's an experiment designed to get developer feedback and may change dramatically over the next several months, so you shouldn't deploy this on your mission-critical web site just yet. When we formally launch Version 1.0, it will likely require code changes to your site.

Tags: , , ,


Can't find what you're looking for? Try Google Search!
Google
 
Web eshwar123.blogspot.com

What is LDAP?

LDAP, Lightweight Directory Access Protocol, is an Internet protocol that email and other programs use to look up information from a server.
        Every email program has a personal address book, but how do you look up an address for someone who's never sent you email? How can an organization keep one centralized up-to-date phone book that everybody has access to?
        That question led software companies such as Microsoft, IBM, Lotus, and Netscape to support a standard called LDAP. "LDAP-aware" client programs can ask LDAP servers to look up entries in a wide variety of ways. LDAP servers index all the data in their entries, and "filters" may be used to select just the person or group you want, and return just the information you want. For example, here's an LDAP search translated into plain English: "Search for all people located in Chicago whose name contains "Fred" that have an email address. Please return their full name, email, title, and description."
        LDAP is used to look up encryption certificates, pointers to printers and other services on a network, and provide "single signon" where one password for a user is shared between many services. LDAP is appropriate for any kind of directory-like information, where fast lookups and less-frequent updates are the norm.
        LDAP also defines: Permissions, set by the administrator to allow only certain people to access the LDAP database, and optionally keep certain data private. Schema: a way to describe the format and attributes of data in the server. For example: a schema entered in an LDAP server might define a "groovyPerson" entry type, which has attributes of "instantMessageAddress", and "coffeeRoastPreference".

Tags: , , , , ,


Can't find what you're looking for? Try Google Search!
Google
 
Web eshwar123.blogspot.com

Monday, August 21, 2006

Testing Regular expression online

Whenever i need any regular expression to use in my programs, i usually search everytime to know the syntax. I recently came across a webpage which tests the regular expression online and has a help which shows the syntax using the regular expressions. Check out this site Regular Expression tester

Tags: , , ,


Can't find what you're looking for? Try Google Search!
Google
 
Web eshwar123.blogspot.com

View List of stored procedures through SQL*Plus?

I was trying and googling to list all the stored procedures in the database. I couldn't get that information easily. Finally i  got it. I thought i can share this with you all so that others can find easily. The DBA_PROCEDURES view will show all stored procedures in the database. The USER_PROCEDURES view will show the stored procedures that your current user owns. Once you know the stored procedures, you can view the source code in either DBA_SOURCE or USER_SOURCE.  Hope this might help the others.

Tags: , , , , , ,


Can't find what you're looking for? Try Google Search!
Google
 
Web eshwar123.blogspot.com

Sunday, August 20, 2006

Run Vista on your Intel Mac with Q

Parallels Desktop is all the rage in Mac virtualization these days, but it doesn't offer one major feature (yet): the ability to run Vista on an Intel Mac (believe it or not, this will be useful to many a Mac user). Sure, they've promised it's coming on their blog, but who wants to wait for Parallels when the open source virtualization project Q can already do it?
        That's right: if you have a copy of the public beta 2 of Vista (which unfortunately closed not long ago), you can check out their documentation (which boldly welcomes Parallels switchers) with simple instructions for installing Vista as a virtual machine  Read more at this post

Tags: , , , , ,


Can't find what you're looking for? Try Google Search!
Google
 
Web eshwar123.blogspot.com

How To Write Unmaintainable Code

To foil the maintenance programmer, you have to understand how he thinks. He has your giant program. He has no time to read it all, much less understand it. He wants to rapidly find the place to make his change, make it and get out and have no unexpected side effects from the change.
        He views your code through a toilet paper tube. He can only see a tiny piece of your program at a time. You want to make sure he can never get at the big picture from doing that. You want to make it as hard as possible for him to find the code he is looking for. But even more important, you want to make it as awkward as possible for him to safely ignore anything. 
        Much of the skill in writing unmaintainable code is the art of naming variables and methods. They don't matter at all to the compiler. That gives you huge latitude to use them to befuddle the maintenance programmer.
  Also read How to write Unmaintainable code

Tags: , , , ,


Can't find what you're looking for? Try Google Search!
Google
 
Web eshwar123.blogspot.com

What does your browser reveal about you?

Do you want to know what your browser reveal about you..Then visit this link

Tags: ,


Can't find what you're looking for? Try Google Search!
Google
 
Web eshwar123.blogspot.com

Insert Google Adsense in Blog Posts

If you go to the template, look for - this is what creates your post body with all the content. To insert the code above or below the post is simple.
        If you insert the Adsense code above this tag, it goes between the blog post title and post body. If you insert the Adsense code below this tag, it goes beneath the post and above the post footer which has the permanent link, post comments, email and similar links.
        If you want to insert the Adsense code beside the post and wrap the post content around it - I use a table and align it to the right or left as required. This table code goes above the . Then add and it put the Adsense code between the tags. This will displace the post content and align Adsense with the post.
        If you want to align the post content beside the post but not wrap it around the post content - either insert the Adsense code in the sidebar, or create a table with 2 columns. In one column put the and in the other column put the Adsense code. Read more at this post

Tags: , , , , ,


Can't find what you're looking for? Try Google Search!
Google
 
Web eshwar123.blogspot.com

ChickenFoot - A Firefox extension

Chickenfoot is a Firefox extension that puts a programming environment in the browser's sidebar so you can write scripts to manipulate web pages and automate web browsing. In Chickenfoot, scripts are written in a superset of Javascript that includes special functions specific to web tasks.
        Click the link below to install Chickenfoot. Install Chickenfoot

Tags: , , , , , , , ,




Can't find what you're looking for? Try Google Search!
Google
 
Web eshwar123.blogspot.com

Restore the lost Blogger Template code

Have you ever lost your Blogger template partly or fully due to some unforseen error?
        It happened to me once and half of my blog disappeared. For some reason only half the blog code was left due to some republishing error. So I had the main panel displaying, but only half the sidebar and footer was gone. Upon checking the template, that part had just disappeared and there was no chance that it would show on the blog.
        Save whatever customization was left…
    If you have a partially running template, save it in a text editor like Notepad. This will at least give you back all the customizations you made of whatever is left like altering text, css colors, padding, Adsense placement, feed buttons, search codes, antipixel buttons etc.
        This can also be done by viewing the source of the blog and saving it to Notepad. Now you can copy and add these previous customizations to your new code. Do all this preservation measures before changing and republishing the new template. Read more at this post

Tags: , , , , , , , , , , , , ,


Can't find what you're looking for? Try Google Search!
Google
 
Web eshwar123.blogspot.com