Is there a brief tutorial of customizing a basic and simple chromium browser - chromium

I would like to customize a simple browser based on chromium.
I hope it has some great features -
1.A default custmized page will be loaded after the browser lanuchs up.
2.Highly customized right click menus.
3.Disable some regular areas like Menu Bar, Tool Bar, Address Bar.
4.Disable developer tool mode.
I don't know whether these features need to do some deep coding or just some configruation of code before compile it.
Great appreciate if someone point me out.
A tutorial will be better.
The chromium is great but also huge for me.
Thanks again!

Related

sikuliX cant find image

I am just learning to use SikuliX and for some reason it worked on a few attempts but after awhile it started to not detect the image that i want to click.
This is the screenshot of my sikuli. Not sure what the error is about.
I am using a mac so i want sikuli to click on the search icon button at the top right hand corner.
This is my matching preview.
Sorry my problem seems so trivial but yet i am not able to understand why it is not working.
I realised it could be an issue regarding multi - monitor environments.

Creating a help book for Mac app

I've taken a look at the Apple docs for creating help files that use the built-in help menu at the Apple doc site. I think I have a pretty good grasp on the concepts, as long in the tooth as they may be. I searched a bit further on the web for a shorter tutorial-ish way to do something, in my opinion, rather simple. I found a bunch and most describe a process found here.
However, for the life of me I can't get it working on 10.9 using Xcode 5.0.2. I have created the help files, added the Apple hooks in the header of the html file, run the Help Indexer, added the files to Xcode, and added both CFBundleHelpBookFolder and CFBundleHelpBookName to my Info.plist. The help menu item opens Help, however it does not open my help file. I get a page that says "The selected topic is currently unavailable."
Does anyone out there have a better tutorial to create a very simple help book and get it working?
I understand your confusion. When I first tried to add a Help Book to my application, it never seemed to work, but eventually using the Apple Help Programming Guide it got there. I found I had to actually install the app into /Applications before the system would find it. (I am not sure if this is strictly necessary).
NOTE I am not sure the link you listed is correct. The Apple Help Programming Guide states:-
Select the help bundle in the Add Files dialog and click Add.
Select the “Create Folder References for any added folders” radio button and click Add
PS I suggest you examine the Package Contents of your app, and check that it actually does contain the Help Book.

VB.NET Putting the menu into controlbar like Firefox

The new Firefox versions do not have the regular menus anymore.
Instead the menu can be reached by clicking the orange button which is somehow integrated into the form's controlbar. This saves some space on the client area.
I would like to do the same with VB.NET and WinForms.
Could anybody please tell me
a) what this is called? I did not find any information on this on Google, perhaps because I just didn't find the right term.
b) Perhaps a starting point on how to do this?
Thank you very much.

Windows 8, Metro app: About dialog box guidelines or suggestions

Are About dialog boxes "dead" in Windows 8 Metro apps? I looked over quite a few apps and screenshots of apps in the Windows store, and did not find any "inspiration".
Is there any guidelines from Microsoft or any article that discusses this issue?
What do you think is the best way to show a dialog box/popup that shows the app name, version, author and a link to the app's home page?
I am thinking of a icon button in the bottom appbar, something like "About Appname", that opens a popup with this information. I am using C# and XAML.
You would place the About into the Settings pane via the Settings Charm using the Setting Contract. You can see the About in almost all of the apps in the Store today. Quick start on adding Settings can be found here: http://msdn.microsoft.com/en-us/library/windows/apps/xaml/hh872190.aspx
Guidelines for app settings here: http://msdn.microsoft.com/en-us/library/windows/apps/hh770544.aspx
Take a look here.
It lets you create dialogs/flyouts very easily from a UserControl. A few lines of boiler plate and you are done. Takes care of animation, UI management etc.

Why is "Show page source" not available in (my) WebKit?

I've downloaded v. 537.6+ of WebKit for Mac OS, and am running it on 10.8. (No programming here, just being a web developer looking for the WebKit web inspector.) Everything's fine, except the "Show page source" option in the Develop menu is grayed out when I'm on even the most, and I can't find any way to enable it. I"m very puzzled -- is there something else I need to do to get it enabled? Is there something else going on? Is this how it's supposed to be?
Developer Menu
The contextual menu:
WebKit is not a full browser - only a rendering engine. Typically things like "view source", the back/forward buttons, address bar, preferences menus etc. are implemented at the browser level, outside of WebKit. However WebKit probably provides a minimum implementation of these for testing purposes, which presumably excludes 'view source' (which I can imagine isn't really essential for testing).
If you want to play with a full browser, you can't compile all of Safari, but you could try compiling Chromium instead which provides all that stuff. Note however Chromium is now using Blink instead of WebKit.
You can enable WebInspector to view the source.
The webkit you have is a very old one. I've tried downloading it to help with your question, but it won't even run on OSX 10.8.3. You can always get the current latest build of WebKit here:http://www.webkit.org [edit: I see this question was asked in 2012, so that would explain why it's an old version.]
However you say you are "a web developer looking for the WebKit web inspector" and you are running OSX 10.8. In that case you can perhaps just use the standard Safari that's already on your Mac. You need to do the following to show the Develop menu. And then you have the "Page Source" item you are expecting.
Launch Safari.
Open Safari’s Preferences by selecting ‘Safari, Preferences’ from the menu.
Click the ‘Advanced’ tab labeled.
Place a check mark next to ‘Show Develop menu in menu bar.’