Directory
Technology
Blog Details for "xLab - Lets Share"
xLab - Lets SharexLab - Lets Sharexlab provides great resources to tech junkies. Technical Articles, Code snippets, Free Code, latest tech buzz, Gadgets review and many more ONLY at XLab Articles
Get paid for your post
2008-03-30 17:11:00 Blogging is the latest buzz these days, every next child too loves to blog. According to a survey countless new blogs are unrivaled. But what if you get paid for your writing each post? Pay per Post is such cash in hand offer for all bloggers. It pays you for each of the post. Being ... More About: General , Tricks , Paid
Javascript hit/visit counter
2008-02-27 18:04:00 This code adds a simple hit counter on the page, which keeps track of number of hits on that page. <!– Head tag code starts –> <SCRIPT LANGUAGE=”JavaScript”> <!– function nameDefined(ckie,nme) { var splitValues var i for (i=0;i<ckie.length;++i) { splitValues=ckie[i].split(”=” ) if (splitValues[0]==nme) return true } return false } function delBlanks(strng) { var result=”" var i var chrn for (i=0;i<strng.length;++i) { chrn=strng.charAt(i) if (chrn!=” “) result += chrn } return result } function getCookieValue(ckie,nme) { var splitValues var i for(i=0;i<ckie.length;++i) { splitValues=ckie[i].split(”=” ) if(splitValues[0]==nme) return splitValues[1] } return “” } function insertCounter () { readCookie() displayCounter() } function ... More About: Scripts , Javascript , Visit
Select - delete multiple records from sql
2008-01-09 15:54:00 Here a nice way to find all the duplicate records within a table, without going through all the bulky code by just using a simple sql query. SELECT email, COUNT(email) AS NumOccurrences FROM users GROUP BY email HAVING ( COUNT(email) > 1 ) We can use groupby on more than one column: SELECT * FROM GROUP BY ,, HAVING COUNT(*) > 1 Share This More About: Tricks , Scripts , Records , Delete , Select
Visual Studio Keyboard Shortcuts
2008-01-06 11:00:00 Its been long when last time i posted any article, well mean while in this time i have gone through some new products of Microsoft and also the .net framework 3.5 & sharepoint. Those are marvelous and just a good hand for all the developers. Today i will just like to share some of keyboard ... More About: Resources , Visual Studio , Developer , General , Tricks
Why to pay when you can host for free?
2007-10-12 17:35:00 Whether you?re looking for a free way to cut down on bandwidth costs or need an easy-to-use and powerful Image hosting service to manage your pictures on social networking sites or your site, blog, forum etc than this is for you. iSharePic provide user’s functionality to upload their images and share them on other sites. No popup’s, ... More About: Tools , Resources , Developer , General , Free
Do Alexa?s redirect URL Really Increase Alexa Ranking!
2007-10-09 19:28:00 Just read an article on Johnny’s blog about Alexa Redirect Url, where it was mentioned how to increase alexa ranking using the Alexa Redirect Url, but do alexa redirect really helps? How could anyone believe that a redirect through another site would benefit them more than a direct link to their blogs? I agree that ... More About: Search Engines , General , Tricks , Ranking
Google faces hacker Threats
2007-10-07 08:04:00 You may need be careful when you next log into your gmail accout. Indian Computer Emergency Repsponse Team (CERTAIN), working under the department of Information Technology (DIT) has noticed a “persistent email theft issue” affecting the popular gmail service. The advisory has been put on CERTIN’s website. An active Indian white hat (a hacker who operates ... More About: Google , General , Faces , Hacker , Threats
Wordpress Broken Links Plugin
2007-10-04 13:17:00 I was working on new blog where post contains many outgoing links to other server, it was getting hard to manage links as after a span of time some of them might change into broken links, which may results as inconvenience for the blog readers. So i just played with an wordpress plugin. It simple scans ... More About: Wordpress , Developer , Links , Plugin , Broken
Top Wordpress Themes
2007-10-04 07:43:00 Wordpress the Blog publishing system coded in PHP and backed by MySQL has has widely increased among the developers and webmaster in past five years. Earlier there was just one category ‘Webmasters’ but now scenario has changed and who has to think again that who he/she is - Webmaster or Blogger. Popularity of Blogs is ... More About: Wordpress , Wordpress Themes , Themes
Online FLV Converter
2007-10-03 20:46:00 I uploaded some tutorials on video site few days back and now i was in need of those media files which i uploaded, finally i decided to grab flv files from that site, but still there was an issue converting them to other format from flv. I browsed using google and found some media file ... More About: Tools , General , Converter , Online , Vert
Image Resize Scroller Script
2007-09-27 09:42:00 This script use javascript to resize a image using the scroller and provide user complete flexibility to view the images in any required size. Download Demo Visit site Share This More About: Scripts , Script , Javascript , Image , Roller
Generate XML using PHP
2007-09-17 08:36:00 $doc = new DOMDocument(”1.0″); $root = $doc->createElement(”Details 221;); $root = $doc->appendChild($root); $subroot = $doc->createElement(”ADS” ); $subroot = $root->appendChild($subroot); $title = $doc->createElement(”ADID” ;); $title = $subroot->appendChild($title); $text = $doc->createTextNode(”This is First Child”); $text = $title->appendChild($text); $title = $doc->createElement(”Year” ;); $title = $subroot->appendChild($title); $text = $doc->createTextNode(”This is Second Child”); $text = $title->appendChild($text); $content = htmlentities($doc->saveXML()); echo(trim($doc->saveXML())); Click to view code in action Share This More About: Tricks , Scripts
Add ?value? to Combo item in Vb.Net
2007-09-08 19:36:00 Public Class comboItem ‘ Declare the variable the property uses. Private strItemData As String Private strItem As String Public Property ItemData() As String Get Return strItemData End Get Set(ByVal ItemData As String) strItemData = ItemData End Set End Property Public Property Item() As String Get Return strItem End Get Set(ByVal Item As String) strItem = Item End Set End Property Public Overrides Function ToString() As String Return strItem End Function Public Sub New() End Sub Public Sub New(ByVal Item As ... More About: Tricks , Scripts , Combo , Comb
Online Website snapshot & Resizing tool
2007-09-02 17:24:00 WebshotsPro webshotsPro generates screen shots of url’s in 4 different sizes. 100*75, 267*200, 400*300, 640*480 you can download any or all the generates images, No registration is required to access the images, all images are free to download without any restriction or watermarks, although there is premium membership too for users. resize2mail This Online tool helps to resize any image. ... More About: Tools , Website , Tool |



