The eristic crusader

This is a tribute to a meliorist who found himself in the unfathomed depths of
his deep desire for serenity and peace in his very own “Dystopia” .Well if i am looking for a element of pathos for this crusader then at the end of this article i can be sure that my qualitites of a fellow human being are stretched to the maximum.

Yes ,this noble-minded person had the courtesy to start a deputation where human instincts are given values.He was confided to look after himself on this earth . God gave him full authority over the rest of the living beings when he planted the seeds of anger,lie,and deceit in himself.
Why?..A question of due importance..Anyway here,I will try to unravel some of the attributes of this only surviving hominid…With a brain volume of nearly 1400 cc (What’s in there?) and a being distinguished from other living beings by its superordinate intelligence,upright posture.

He thinks there is hope even in the desperate of situations.He clings to his life trying to avoid what fate decides. The element of selfishness is always ready to emerge from him.He neglects what others say about him.He laughs upon his fellow beings and finally finds him diminished to the level of a bug.Why..?Why doesn’t he realize how stupid his deeds are.?Why doesn’t he come back to his well being .Why does he hestitate to live a good life..?Why does he want to be trodden down to the dirt by his own fellow beings.?

This exploration into his state cannot be of a inquisitive nature..nor can it be speculative..It sets before us infinte theories which can never be answered absolutely.There is one thing we can deduce from this situation,
the identity of the being.

It was a dark dull night.He walked down to the river shore and sat on the damp ground.It was raining intemperately.The grass on the land seemed to come alive with a spontaneous piquancy.He sat there and looked down.His image on the water twined and wavered due to the ripples on the surface.I tried to make out who he was..With a posed expression
his mind flashed him a familiar face;Sad and lonely…It was me…

Get User Name.

This is a small but useful code to get the user’s login name from the system.Whenever we make windows apps.It is always not good in addressing the user as guest,user etc.Try..for example this code and address them by the name of what they have logged on.
‘…………Declarations…………………………………………………..

Private Declare Function GetUserName Lib “Advapi32″ Alias “GetUserNameA” (ByVal lpBuffer As String, nSize As Long) As Long

‘…………Function…………………………………………………..

Public Function GetLoginName() As Boolean
Dim s_LoginName as string
s_LoginName = String(20, Chr(0))
GetLoginName = GetUserName(s_LoginName, 20)
End Function

Hope this code will be of great use.

Wanted!

I am making it as simple as ever..
Wanted developers,Beta testers and designers.

It is about a  project called XT-OOP-CD.Please contact me

Releasing Soon….

Media Player

NEU PLUS Thikset is all set to be released as a beta edition.

Thikset is a CD indexer that allows you to create virtual drives of your entire CD collection.What more..?You can create,search,bookmark,send your CD collections.

Some features include>>

  • Well you may ask Why ,what’s the use..?With the content and data transferred to a person ever increasing,people tend to backup their data into CD’s or even DVD’s(Bluray??..It has to wait..).So what we are going to do..If someone asks you to get him a file named ‘cheatbook2004.txt’.Well it is a small file which may run into justs KBs.Finding it in your 500 CDs can take a lot of work..So there goes.If you have Thikset in your system tray…CLICK IT..SEARCH for ‘cheatbook2004.txt’ and voila..You found your CD..
  • Encryption:Standard encryption of the database files ensure that all your CD collection data is secure and protected.
  • BackUP/Restore:What database software is complete without a backup/restore function?.The best thing is.. indexing 500 CD’s can create a backup file of just 1.44 MB.(Heard about such figures..?).Yes,it can be stored in good old floppies.
  • Favorites,Bookmarks:Just like you bookmark or add a webpage to the favorite websites,Thikset allows you to do the same with your favorite files or folder..Ain’t that cool.
  • Send to a Friend:If you want to share what you have with your friends..all you got to do is press a button called ’share’.It will prompt you for the recipient’s email address…and in no time will he recieve your entire file list..This feature is not necessary..Some may question us ..To those comments we remark…Imagine a situation where one of your friends want a set of .mp3s.He can search for it in the friend’s circle tab.This allows him to know who has which all files.Well.Well..What did you say?You have files of a sensitive nature…hmm..No worries because Thikset has a unique file settings option.This allows you to make sure you don’t add such files into the share bucket..

So if you are interested please comment to this post or simply mail me and let me know.We will deploy a beta edition for you..Absolutely FREE!!!

Liquid Fusion

Asti’s Liquid Fusion

Well it is an open source …hmm..
Ok guys ..i will get you what the author says instead.(That’s better,right?)

What is Liquid Fusion ?

Liquid Fusion is nothing but an integration of multiple programming platforms into one single cross-scriptable working entity. Simply put, it’s like a huge blender of a lot of different technologies that you can use, with whatever you’re at ease with to create real applications !
How does Liquid Fusion…

Liquid Fusion may be explained as as ‘working’ web page.
What is ‘working’ ? ‘Working’ is what allows elements on a web page to respond and manipulate other tags or objects (like a flash movie or a streaming video player) in real-time, with the extended power of Liquid Components and custom UIs. Basically, if you’ve got the code, we can run it for you… The great part about coding in Liquid Fusion, is that most of the code you’ll need has already been written for you, so you’ll soon find out that your applications are really really small.
Why Liquid Fusion ?

* It’s easy !
You just have to write a simple web page for the interface, and that’s it !  The rest is in simple code events…
* It’s free !
There’s no need of any additional software to author a Liquid Fusion application, you can just as well use Notepad…
And you just need the Liquid Fusion VM (Virtual Machine) file, which essentially is a simple program (around 300K) you can use to run your ‘application’ !

Liquid Fusion Who ?

Liquid Fusion was conceived by Rahul ‘A s T i’ R, but by the time you’re reading this, somebody else might’ve done more to extend this project than the creator himself…
+Liquid Fusion
:: for developers

* Liquid fusion can grab a XMLF file off the internet (which is what it’s meant to do !) and execute it. Now, if you’re using ASP or PHP pages then your application can be extensively customised (like changing the code or class IDs).
* Liquid Fusion is highly modular, and very forgiving… Almost all tags support a src attribute, which allows you to link to external files or include completely different definitions. And a lot of tags support recursion, and placeholders for easier debugging.
* If you’re too lazy to write a server page, then why not do it at the client’s side ? Liquid Fusion is capable of changing the code you’re running while you’re running it !
* Liquid Fusion sports its own UI (User Interface) which again is highly customizable, and that means no relying on windows components, which in turn ensures that any app you write won’t be affected by whatever styles or theme the user has got on his system. No matter where it’s run it’ll be consistent
* Speaking of it’s own UI, it supports a brand new input/output system, a customizable message box (with animated icons !) and even an XML driven menu ! The menu system which derives its structure from XML is extremely easy to author, and eliminates any excess code you might need to handle menu options. The XML can easily be manipulated, restructured to give dynamically structured menus. Believe it or not, this menu-rendering engine has no recursive functions in it !
* You can write files into the VM as resources and create folder trees from it at run time ! Or you can use the new integrated download manager engine to download files at run-time ! For example, you could download a DLL from your server, register it on the client’s machine, create an object out of it which you can use in your code, all without writing a single line of code !
* and many, many more features…

Consult the online help for more info.

Liquid Online

Liquid Fusion Online Documentation & Resources

http://liquidfusion.tk/

Please note that Liquid Fusion is not a language in itself, but merely a host for various components, all of which work together to build up an application. It wraps up all the functionality into an engine that is basically the Liquid Fusion Virtual Machine, which is the only single file needed to run a Liquid Fusion application. If you ask what language is Liquid Fusion modeled upon, the answer is ‘nothing’! You can use whatever scripting language you know (which should also be present on the client machine) to write applications in Liquid Fusion.

Reflexive form of “me”,Myself

Greetings to all the netizens out there.I am JaKe UP…The Upward Autodidact…Let me start with a  little about myself.I am definitely not too ordinary.Maybe you can find elements of great interests in me (..Though i don’t vouch that).

Speaking about the Title..The upward autodidact.I am a kind of person who wants to keep the past,safe in the past and move on never looking down.Well… to move forward and to look upward..U got it..An optimistic person to a large extent.Autodidact?.Well in this sphere,i am person who learns by myself.

Hello world!

Welcome to WordPress.com. This is your first post. Edit or delete it and start blogging!

I am leaving the above words intact.Well,atleast it will remind me of the first time i logged on to WordPress.