UPTODATE
Posted: December 25, 2010 Filed under: Artwork, web site | Tags: faisal website, new site, uptodate Leave a comment »My new site UPTODATE. Finally I finished it!
Now I want to know what you are thinking about my site. Did you like it? ![]()
So who want to be uptodate with me. check this out UPTODATE.
Virtual FS :: New Website Launch
Posted: February 26, 2009 Filed under: About me, Artwork, Graphics Designing, Photoshop, web site | Tags: Artwork, client, design, faisal11vcv, graphics, portfolio, virtual faisal, virtualfs 2 Comments »Finally
I’m so much happy and excited to annouce the launch of my new site Virtual FS (VFS). It’s a Design, Portfolio and all about my artwork and enjoyment where I will get in touch with my clients and as well as my cutie, sweety , lovely friends and viewers. The main theme of Virtual FS is bring some different in my design. Those who already went my previous sites they can compare the differents of Virtual FS. Now this is an experimental version of VFS , Later will add more features……….
Don’t forget to give me a shout or comment . simply click VirtualFS.
Captcha Breaking :: Getting Naughty Once Again
Posted: February 12, 2009 Filed under: bot, captcha break, google, naughty, php, somewhereindhaka, spam, swi, web site | Tags: bot, captcha breaking, human independent, javascript, naughty, php, somewhere in dhaka, swi 12 Comments »Breaking CAPTCHA: Getting Naughty with Computer Vision……. And Captcha Breaking Experiment in PHP…. These terms now familiar to us. 1st one was made possible by Nadim vai and 2nd one by M. M. Rifat-Un-Nabi. Their post makes me inspire to get naughty once again more simply and more easily. Because I like simplicity
. I also choosed SomeWhereInDhaka.Net Captcha to do this experiment.

That Captcha Which made me Naughty
The SomeWhereInDhaka.Net CAPTCHA suffers several weaknesses: fixed font face, fixed font size, no distortions and it’s easy to segment. In this experiment, I have developed simple algorithm to break the SomeWhereInDhaka.Net CAPTCHA.
- At first need the captcha image from the page, We can do it in two way :
(a) capturing only the captcha portion [I have used php function: imagejpeg()] or,
(b) capturing the page image by php function and then crop only captcha portion from that page.
- So, we got that captcha. Now sampling that captcha image
- Match sampling pattern with reference pattern. If matching is true then it will give output, In this case the captcha value. (No need any edit distance algorithm)
I wrote a PHP+JavaScript code to implement this algorithm, which can read captcha and can fill up the form with out any human interaction.

Get Captcha Value with php
And finally in bot section again JavaScript proved that its cool than anything.
I used simple JavaScript code which just read the HTML Tag and fill & submit the form automatically.

auto fill up the form by my bot
You can see the effect here.
I post my website ads
as spam. So, isn’t it more simple.
And finally a sympathy will goes for SomeWhereInDhaka.Net. And also I would like to thanks them because they not change there captcha yet. and it help me to make this experiment
. So, my friends if wana see weak captcha then what are you waiting for – just log in to SomeWhereInDhaka.Net and keep getting naughty
.
Make Vampiric hand for webpage
Posted: February 6, 2009 Filed under: Graphics Designing, Illustration, Photoshop, Vector Graphics, web site | Tags: Graphics Designing, homepage, Illustration, pen tool, Photoshop, vampire, vampiric effect, virtual FS, website Leave a comment »During the developing my homepage which is virtual FS, I was tried to bring some vampiric design on it. So, for that purpose I have create a hand which holding an old paper. I think it looks like vampiric
.
It is very simple and it tooks only 20 min . Now.. lets see how it was happen…..
Hand Sketch:
At first I make a Hand sketch using normal Pen tool in PS. then after finishing sketch it looks like this…

Hand Sketch
Then its time to fill hand sketch with appropriate color. I choose #E9CF9B value for hand color.

Fill with Color
Nail sketch And Add Shadow
Then Sketch nail and also fill with color #A38D1E. Then adjust color brightness, contrast, saturation, gradient map, curves; here I used
a parabolic curve. Then it becomes ….

Shadow and Nail
Make Realistic
Now its up to you. How more and more realistic photo you can make.:)
I chooce an old paper and bring my hand art on it.

Final Touch
Finally I add this in to my homepage.

Virtual FS Homepage
And thats it ……………… enjoy
“FS MUSIC MANIA” facebook app.
Posted: February 5, 2009 Filed under: facebook, FBJS, FBML, music, web site | Tags: developer, facebook, facebook app, FBJS, FBML, fs music mania, fsmania, music Leave a comment »I think all of us know about facebook. A social networking site. Accoriding to Global Alexa page ranking Facebook postion is 5th. In my point of view, the best part of the facebook is facebook developer app. Its makes FaceBook more different and resouceful for developer.
Yestarday night I have spent some hours in FB APP. And I found some interesting and enjoyble variant-evolved subset of HTML FBML (FaceBook Markup Language), FBJS (FaceBook JavaScript) . I have developed a musical App which is
FS MUSIC MANIA. This is a musical application. People can listen music by using this app.

FS MUSIC MANIA Home page
You can invite your friend. I have used FBML tag <fb:multi-friend-selector> Which will allow you to invite multiple friend.

Invite your friend
You can also add a profile box for FS Music Mania, in to your profile.
For this purpose simple need to add
$facebook->api_client->profile_setFBML(NULL, user_id, ‘profile’, NULL, ‘mobile_profile’, ‘profile_main’);
Then it will be like this………….(pic from fsmania)

Profile Box for FS Music Mania
So, Keep rocking with music and give me your feedback about FS Music Mania.
http://apps.facebook.com/fsmania/
Peculiar message “Out Of Memery(OOM)”
Posted: January 11, 2009 Filed under: IE 7, Internet Explorer 8 (beta), web site | Tags: bug, faisal11vcv, homepage, oom, out of memory Leave a comment »A few days ago, some of my friends inform me , when they open my site www.engr-faisal.co.nr in IE7 or higher(in beta version) then their browser giving a message, which is “Out of memory at line ##”.

OOM showing in IE7( Vista OS )

OOM in IE8 (BETA) and OS XP
Actually I use Opera 9.23 as my default browser and also IE6 and others. But I never faced this type of problem. Even my site working pretty nice with all browser except IE7.
Actually “Out of memory(OOM)” case in modern computers when the operating system is unable to create any more virtual memory. If all of its potential backing devices have been filled. Such a system will be unable to load any additional programs and since many programs may load additional data into memory during execution, these will cease to function correctly.
The Operating systems such as Linux will attempt to recover from this type of OOM condition by terminating a low-priority process, a mechanism known as the OOM Killer.
This behavior can occur if the desktop heap in the WIN32 subsystem is depleted. Because in Windows NT 3.4′s default heap size is 512K , and 3072K in case of Windows NT 3.1.
Now how to remove this OOM message
?
Okay .. To correct this problem, we may increase the size of the desktop heap. But before do this you have to know, how to modify the registry. Otherwise it can cause serious problems if you modify the registry incorrectly. For more information about how to back up and restore the registry you can read this article.
Now get ready………………
From the Edit menu, choose String.
Increase the SharedSection parameter.
SharedSection specifies the system and desktop heaps using the following format:
SharedSection=xxxx,yyyy
Add “,256″ or “,512″ after the yyyy number.
SharedSection uses the following format to specify the system and desktop heaps:
SharedSection=xxxx,yyyy,zzz
Increase the zzz number to “256″ or “512.”
Hope this will help to prevent OOM.:)
Remove page from Google Cache
Posted: December 25, 2008 Filed under: google, web site | Tags: bug, cache, database, faisal11vcv, google, google bots, google cache, md faisal 1 Comment »Google.com , everybody knows about this site. This is an American public corporation which main source of revenue is online advertising. If anybody asked which service of google is most popular then without any confusion you can answer google search engine.
Actually now-a-days if we need any information’s, any songs ,topics then we search in google. Its very interesting that
how google search a huge database and give relatively desire output with in a second.
In addition to providing easy access to billions of web pages, Google has many special features to help you to find exactly what we’re looking for. An important feature is Google Cache.
Now before discuss about google cache lets see about cache. What is Cache?
Actually Cache is a process of data or information backup where original data or information source is expensive to fetch and will kill time. Once the data is stored in the cache, in future we can use that data with out refetching original data which will consume our average access time.
Now what about Google Cache ? Google takes a snapshot of each page it examines and caches (stores) that version as a back-up. The cached version is what Google uses to judge if a page is a good match for our query. Google indexes a page (adds it to its index and caches it) frequently if the page is popular (has a high PageRank) and if the page is updated regularly. The new cached version replaces any previous cached versions of the page. Users can access the cached version by choosing the “Cached” link on the search results page.

We can read Cache by clicking the button

A few days ago I have faced a peculiar problem. My homepage, which was www.engr-faisal.co.cc. I have converted that site in XHTML and change site URL in www.engr-faisal.co.nr. And older site has closed and the link is not available. But it still showing in google cache. So, this little bit bothering me. So, for preventing this type of problem we can follow ………
To prevent all search engines from showing a “Cached” link for your site, place this tag in the section of your page:
<meta name=”robots” content=”noarchive”>
To allow other search engines to show a “Cached” link, preventing only Google from displaying one, use the following tag:
<meta name=”googlebot” content=”noarchive”>
but this tag only removes the “Cached” link for the page. Google will continue to index the page and display a snippet.
To remove a page or image, you must do one of the following:
- Ensure requests for the page return an HTTP status code of either 404 or 410 OR
- Ensure that the pages you want to remove have been blocked using a robots.txt file OR
- Ensure that the pages you want to remove have been blocked using a meta noindex tag.


