Search results

  1. chinmay

    What is Data Conversion?

    Assignments between types whether they are basic or user-defined, are handled by the compiler. If the variables are of different basic types compiler calls a special routine to convert the value. But if we want to convert between user-defined data type and basic types we have to write conversion...
  2. chinmay

    What are the different modes of storing an ASP.NET session?

    What are the different modes of storing an ASP.NET session?
  3. chinmay

    What is the difference between strstr & stristr?

    What is the difference between strstr & stristr?
  4. chinmay

    What is Google Latest Updation For SEO ?

    What is Google Latest Updation For SEO ?
  5. chinmay

    What is Overriding?

    When we have to give diverse execution in a kid class than the one gave by base class, we characterize the same system with same marks in the youngster class and this is called overriding.
  6. chinmay

    What are Partial Classes in Asp.Net 2.0?

    What are Partial Classes in Asp.Net 2.0?
  7. chinmay

    Which is better for SEO

    Artilce and Blog is better for SEO Article and Blog Post With Original and Quality Content
  8. chinmay

    What are the best tools for identifying harmful Backlinks?

    U Can Use Seo Profiler Tool
  9. chinmay

    Is discuss Commenting Site Benefit For SEO ??

    Is discuss Commenting Site Benefit For SEO ??
  10. chinmay

    Primary key

    No Sir PLz Delete my Post
  11. chinmay

    Regular Expression Syntax (Perl)

    Perl has long been considered one of the most powerful parsing languages ever written,and it provides a comprehensive regular expression language that can be used to search and replace even the most complicated of string patterns. The developers of PHP felt that instead of reinventing the...
  12. chinmay

    Grouping Elements with <div> and <span> in HTML

    The <div> and <span> elements allow you to group several elements to create sections or subsections of a page. On their own, they will not affect the appearance of a page, but they are commonly used with CSS to allow you to attach a style to a section of a page . For example, you might want to...
  13. chinmay

    Primary key

    The PRIMARY KEY attribute is used to guarantee uniqueness for a given row. No values residing in a column designated as a primary key are repeatable or nullable within that column. It’s quite common to assign the AUTO_INCREMENT attribute to a column designated as a primary key, because this...
  14. chinmay

    How Can I Specify a Storage Engine at Creation Time, or Change It Later?

    You can selectively assign storage engines at creation time by passing along the attribute TYPE=TABLE_TYPE, and you can convert a table later with the ALTER command or by using the mysql_convert_table_format script, which comes with your MySQL distribution.
  15. chinmay

    Testing a Function in PHP??

    If compatibility with various PHP versions is especially important to your script, it’s useful to be able to check for the existence of functions. The function function_ exists does just what you’d expect. It takes a string with a function’s name and returns TRUE or FALSE depending on whether...
  16. chinmay

    What's your favorite keyword research tool?

    Best Keyword TOol WOrdstream and Google keyword planner is the best tool for Keyword search
  17. chinmay

    Have any SEO Effect if i Change Website Content ???

    Have any SEO Effect if i Change Website Content ???
Back
Top